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