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:e8825994b7a2c7497375a9b945f386506ca6a3eda80b89b74ef2db743f66a5ea "` | |
275
+ | controller.admissionWebhooks.patch.image.digest | string | `"sha256:2cf4ebfa82a37c357455458f6dfc334aea1392d508270b2517795a9933a02524 "` | |
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.2 "` | |
278
+ | controller.admissionWebhooks.patch.image.tag | string | `"v1.5.3 "` | |
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 @@ -816,8 +816,8 @@ controller:
816
816
# # for backwards compatibility consider setting the full image url via the repository value below
817
817
# # use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
818
818
# # repository:
819
- tag : v1.5.2
820
- digest : sha256:e8825994b7a2c7497375a9b945f386506ca6a3eda80b89b74ef2db743f66a5ea
819
+ tag : v1.5.3
820
+ digest : sha256:2cf4ebfa82a37c357455458f6dfc334aea1392d508270b2517795a9933a02524
821
821
pullPolicy : IfNotPresent
822
822
# -- Provide a priority class name to the webhook patching job
823
823
# #
You can’t perform that action at this time.
0 commit comments