Skip to content

Commit a17d088

Browse files
k8s-infra-cherrypick-robotGacko
authored andcommitted
Chart: Bump Kube Webhook CertGen. (kubernetes#12606)
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
1 parent 8d3c4fc commit a17d088

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/ingress-nginx/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,10 @@ metadata:
270270
| controller.admissionWebhooks.namespaceSelector | object | `{}` | |
271271
| controller.admissionWebhooks.objectSelector | object | `{}` | |
272272
| controller.admissionWebhooks.patch.enabled | bool | `true` | |
273-
| controller.admissionWebhooks.patch.image.digest | string | `"sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f"` | |
273+
| controller.admissionWebhooks.patch.image.digest | string | `"sha256:aaafd456bda110628b2d4ca6296f38731a3aaf0bf7581efae824a41c770a8fc4"` | |
274274
| controller.admissionWebhooks.patch.image.image | string | `"ingress-nginx/kube-webhook-certgen"` | |
275275
| controller.admissionWebhooks.patch.image.pullPolicy | string | `"IfNotPresent"` | |
276-
| controller.admissionWebhooks.patch.image.tag | string | `"v1.4.4"` | |
276+
| controller.admissionWebhooks.patch.image.tag | string | `"v1.5.0"` | |
277277
| controller.admissionWebhooks.patch.labels | object | `{}` | Labels to be added to patch job resources |
278278
| controller.admissionWebhooks.patch.networkPolicy.enabled | bool | `false` | Enable 'networkPolicy' or not |
279279
| controller.admissionWebhooks.patch.nodeSelector."kubernetes.io/os" | string | `"linux"` | |

charts/ingress-nginx/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -796,8 +796,8 @@ controller:
796796
## for backwards compatibility consider setting the full image url via the repository value below
797797
## use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
798798
## repository:
799-
tag: v1.4.4
800-
digest: sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f
799+
tag: v1.5.0
800+
digest: sha256:aaafd456bda110628b2d4ca6296f38731a3aaf0bf7581efae824a41c770a8fc4
801801
pullPolicy: IfNotPresent
802802
# -- Provide a priority class name to the webhook patching job
803803
##

0 commit comments

Comments
 (0)