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