File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -272,10 +272,10 @@ metadata:
272
272
| controller.admissionWebhooks.namespaceSelector | object | `{}` | |
273
273
| controller.admissionWebhooks.objectSelector | object | `{}` | |
274
274
| controller.admissionWebhooks.patch.enabled | bool | `true` | |
275
- | controller.admissionWebhooks.patch.image.digest | string | `"sha256:2cf4ebfa82a37c357455458f6dfc334aea1392d508270b2517795a9933a02524 "` | |
275
+ | controller.admissionWebhooks.patch.image.digest | string | `"sha256:7a38cf0f8480775baaee71ab519c7465fd1dfeac66c421f28f087786e631456e "` | |
276
276
| controller.admissionWebhooks.patch.image.image | string | `"ingress-nginx/kube-webhook-certgen"` | |
277
277
| 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 "` | |
279
279
| controller.admissionWebhooks.patch.labels | object | `{}` | Labels to be added to patch job resources |
280
280
| controller.admissionWebhooks.patch.networkPolicy.enabled | bool | `false` | Enable 'networkPolicy' or not |
281
281
| controller.admissionWebhooks.patch.nodeSelector."kubernetes.io/os" | string | `"linux"` | |
Original file line number Diff line number Diff line change @@ -818,8 +818,8 @@ controller:
818
818
# # for backwards compatibility consider setting the full image url via the repository value below
819
819
# # use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
820
820
# # repository:
821
- tag : v1.5.3
822
- digest : sha256:2cf4ebfa82a37c357455458f6dfc334aea1392d508270b2517795a9933a02524
821
+ tag : v1.5.4
822
+ digest : sha256:7a38cf0f8480775baaee71ab519c7465fd1dfeac66c421f28f087786e631456e
823
823
pullPolicy : IfNotPresent
824
824
# -- Provide a priority class name to the webhook patching job
825
825
# #
You can’t perform that action at this time.
0 commit comments