Skip to content

Commit 666f7d2

Browse files
authored
Chart: Bump Kube Webhook CertGen. (#13458)
1 parent 23df1c0 commit 666f7d2

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
@@ -272,10 +272,10 @@ metadata:
272272
| controller.admissionWebhooks.namespaceSelector | object | `{}` | |
273273
| controller.admissionWebhooks.objectSelector | object | `{}` | |
274274
| controller.admissionWebhooks.patch.enabled | bool | `true` | |
275-
| controller.admissionWebhooks.patch.image.digest | string | `"sha256:2cf4ebfa82a37c357455458f6dfc334aea1392d508270b2517795a9933a02524"` | |
275+
| controller.admissionWebhooks.patch.image.digest | string | `"sha256:7a38cf0f8480775baaee71ab519c7465fd1dfeac66c421f28f087786e631456e"` | |
276276
| controller.admissionWebhooks.patch.image.image | string | `"ingress-nginx/kube-webhook-certgen"` | |
277277
| controller.admissionWebhooks.patch.image.pullPolicy | string | `"IfNotPresent"` | |
278-
| controller.admissionWebhooks.patch.image.tag | string | `"v1.5.3"` | |
278+
| controller.admissionWebhooks.patch.image.tag | string | `"v1.5.4"` | |
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
@@ -818,8 +818,8 @@ controller:
818818
## for backwards compatibility consider setting the full image url via the repository value below
819819
## use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
820820
## repository:
821-
tag: v1.5.3
822-
digest: sha256:2cf4ebfa82a37c357455458f6dfc334aea1392d508270b2517795a9933a02524
821+
tag: v1.5.4
822+
digest: sha256:7a38cf0f8480775baaee71ab519c7465fd1dfeac66c421f28f087786e631456e
823823
pullPolicy: IfNotPresent
824824
# -- Provide a priority class name to the webhook patching job
825825
##

0 commit comments

Comments
 (0)