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 @@ -271,11 +271,11 @@ metadata:
271
271
| controller.admissionWebhooks.namespaceSelector | object | `{}` | |
272
272
| controller.admissionWebhooks.objectSelector | object | `{}` | |
273
273
| controller.admissionWebhooks.patch.enabled | bool | `true` | |
274
- | controller.admissionWebhooks.patch.image.digest | string | `"sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f "` | |
274
+ | controller.admissionWebhooks.patch.image.digest | string | `"sha256:aaafd456bda110628b2d4ca6296f38731a3aaf0bf7581efae824a41c770a8fc4 "` | |
275
275
| controller.admissionWebhooks.patch.image.image | string | `"ingress-nginx/kube-webhook-certgen"` | |
276
276
| controller.admissionWebhooks.patch.image.pullPolicy | string | `"IfNotPresent"` | |
277
277
| controller.admissionWebhooks.patch.image.registry | string | `"registry.k8s.io"` | |
278
- | controller.admissionWebhooks.patch.image.tag | string | `"v1.4.4 "` | |
278
+ | controller.admissionWebhooks.patch.image.tag | string | `"v1.5.0 "` | |
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 @@ -808,8 +808,8 @@ controller:
808
808
# # for backwards compatibility consider setting the full image url via the repository value below
809
809
# # use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
810
810
# # repository:
811
- tag : v1.4.4
812
- digest : sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f
811
+ tag : v1.5.0
812
+ digest : sha256:aaafd456bda110628b2d4ca6296f38731a3aaf0bf7581efae824a41c770a8fc4
813
813
pullPolicy : IfNotPresent
814
814
# -- Provide a priority class name to the webhook patching job
815
815
# #
You can’t perform that action at this time.
0 commit comments