Skip to content

Commit 947f35c

Browse files
authored
Chart: Bump Kube Webhook CertGen. (#13584)
1 parent 5627460 commit 947f35c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/ingress-nginx/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,11 +271,11 @@ metadata:
271271
| controller.admissionWebhooks.namespaceSelector | object | `{}` | |
272272
| controller.admissionWebhooks.objectSelector | object | `{}` | |
273273
| controller.admissionWebhooks.patch.enabled | bool | `true` | |
274-
| controller.admissionWebhooks.patch.image.digest | string | `"sha256:7a38cf0f8480775baaee71ab519c7465fd1dfeac66c421f28f087786e631456e"` | |
274+
| controller.admissionWebhooks.patch.image.digest | string | `"sha256:c9f76a75fd00e975416ea1b73300efd413116de0de8570346ed90766c5b5cefb"` | |
275275
| controller.admissionWebhooks.patch.image.image | string | `"ingress-nginx/kube-webhook-certgen"` | |
276276
| controller.admissionWebhooks.patch.image.pullPolicy | string | `"IfNotPresent"` | |
277277
| controller.admissionWebhooks.patch.image.registry | string | `"registry.k8s.io"` | |
278-
| controller.admissionWebhooks.patch.image.tag | string | `"v1.5.4"` | |
278+
| controller.admissionWebhooks.patch.image.tag | string | `"v1.6.0"` | |
279279
| controller.admissionWebhooks.patch.labels | object | `{}` | Labels to be added to patch job resources |
280280
| controller.admissionWebhooks.patch.networkPolicy.enabled | bool | `false` | Enable 'networkPolicy' or not |
281281
| controller.admissionWebhooks.patch.nodeSelector."kubernetes.io/os" | string | `"linux"` | |

charts/ingress-nginx/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -808,8 +808,8 @@ controller:
808808
## for backwards compatibility consider setting the full image url via the repository value below
809809
## use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
810810
## repository:
811-
tag: v1.5.4
812-
digest: sha256:7a38cf0f8480775baaee71ab519c7465fd1dfeac66c421f28f087786e631456e
811+
tag: v1.6.0
812+
digest: sha256:c9f76a75fd00e975416ea1b73300efd413116de0de8570346ed90766c5b5cefb
813813
pullPolicy: IfNotPresent
814814
# -- Provide a priority class name to the webhook patching job
815815
##

0 commit comments

Comments
 (0)