File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -270,10 +270,10 @@ metadata:
270
270
| controller.admissionWebhooks.namespaceSelector | object | `{}` | |
271
271
| controller.admissionWebhooks.objectSelector | object | `{}` | |
272
272
| controller.admissionWebhooks.patch.enabled | bool | `true` | |
273
- | controller.admissionWebhooks.patch.image.digest | string | `"sha256:0de05718b59dc33b57ddfb4d8ad5f637cefd13eafdec0e1579d782b3483c27c3 "` | |
273
+ | controller.admissionWebhooks.patch.image.digest | string | `"sha256:e8825994b7a2c7497375a9b945f386506ca6a3eda80b89b74ef2db743f66a5ea "` | |
274
274
| controller.admissionWebhooks.patch.image.image | string | `"ingress-nginx/kube-webhook-certgen"` | |
275
275
| controller.admissionWebhooks.patch.image.pullPolicy | string | `"IfNotPresent"` | |
276
- | controller.admissionWebhooks.patch.image.tag | string | `"v1.5.1 "` | |
276
+ | controller.admissionWebhooks.patch.image.tag | string | `"v1.5.2 "` | |
277
277
| controller.admissionWebhooks.patch.labels | object | `{}` | Labels to be added to patch job resources |
278
278
| controller.admissionWebhooks.patch.networkPolicy.enabled | bool | `false` | Enable 'networkPolicy' or not |
279
279
| controller.admissionWebhooks.patch.nodeSelector."kubernetes.io/os" | string | `"linux"` | |
Original file line number Diff line number Diff line change @@ -796,8 +796,8 @@ controller:
796
796
# # for backwards compatibility consider setting the full image url via the repository value below
797
797
# # use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
798
798
# # repository:
799
- tag : v1.5.1
800
- digest : sha256:0de05718b59dc33b57ddfb4d8ad5f637cefd13eafdec0e1579d782b3483c27c3
799
+ tag : v1.5.2
800
+ digest : sha256:e8825994b7a2c7497375a9b945f386506ca6a3eda80b89b74ef2db743f66a5ea
801
801
pullPolicy : IfNotPresent
802
802
# -- Provide a priority class name to the webhook patching job
803
803
# #
You can’t perform that action at this time.
0 commit comments