Skip to content

Commit 2a467c5

Browse files
authored
Chart: Bump Kube Webhook CertGen. (#13580)
1 parent d3654bd commit 2a467c5

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
@@ -273,10 +273,10 @@ metadata:
273273
| controller.admissionWebhooks.namespaceSelector | object | `{}` | |
274274
| controller.admissionWebhooks.objectSelector | object | `{}` | |
275275
| controller.admissionWebhooks.patch.enabled | bool | `true` | |
276-
| controller.admissionWebhooks.patch.image.digest | string | `"sha256:7a38cf0f8480775baaee71ab519c7465fd1dfeac66c421f28f087786e631456e"` | |
276+
| controller.admissionWebhooks.patch.image.digest | string | `"sha256:c9f76a75fd00e975416ea1b73300efd413116de0de8570346ed90766c5b5cefb"` | |
277277
| controller.admissionWebhooks.patch.image.image | string | `"ingress-nginx/kube-webhook-certgen"` | |
278278
| controller.admissionWebhooks.patch.image.pullPolicy | string | `"IfNotPresent"` | |
279-
| controller.admissionWebhooks.patch.image.tag | string | `"v1.5.4"` | |
279+
| controller.admissionWebhooks.patch.image.tag | string | `"v1.6.0"` | |
280280
| controller.admissionWebhooks.patch.labels | object | `{}` | Labels to be added to patch job resources |
281281
| controller.admissionWebhooks.patch.networkPolicy.enabled | bool | `false` | Enable 'networkPolicy' or not |
282282
| 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
@@ -822,8 +822,8 @@ controller:
822822
## for backwards compatibility consider setting the full image url via the repository value below
823823
## use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
824824
## repository:
825-
tag: v1.5.4
826-
digest: sha256:7a38cf0f8480775baaee71ab519c7465fd1dfeac66c421f28f087786e631456e
825+
tag: v1.6.0
826+
digest: sha256:c9f76a75fd00e975416ea1b73300efd413116de0de8570346ed90766c5b5cefb
827827
pullPolicy: IfNotPresent
828828
# -- Provide a priority class name to the webhook patching job
829829
##

0 commit comments

Comments
 (0)