From d74fa2f538a00d16db6cc75446748f48155752e4 Mon Sep 17 00:00:00 2001 From: Mateusz Gozdek Date: Tue, 12 Oct 2021 23:17:59 +0200 Subject: [PATCH] Update ingress-nginx/kube-webhook-certgen image to latest v1.1.1 (#7793) We skip version v1.1 as it had a regression. Signed-off-by: Mateusz Gozdek --- charts/ingress-nginx/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/ingress-nginx/values.yaml b/charts/ingress-nginx/values.yaml index 4e21f2a38..e8376fb88 100644 --- a/charts/ingress-nginx/values.yaml +++ b/charts/ingress-nginx/values.yaml @@ -590,8 +590,8 @@ controller: # for backwards compatibility consider setting the full image url via the repository value below # use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail # repository: - tag: v1.0 - digest: sha256:f3b6b39a6062328c095337b4cadcefd1612348fdd5190b1dcbcb9b9e90bd8068 + tag: v1.1.1 + digest: sha256:64d8c73dca984af206adf9d6d7e46aa550362b1d7a01f3a0a91b20cc67868660 pullPolicy: IfNotPresent ## Provide a priority class name to the webhook patching job ##