From ec41fd725ef082a6bd39cd0e85558602c1518611 Mon Sep 17 00:00:00 2001 From: Mike Beaumont Date: Thu, 13 Jan 2022 14:35:46 +0100 Subject: [PATCH] Migrate kube-webhook-certgen to k8s.gcr.io/ingress-nginx:v1.1.1 The admission webhook certificate generation fails on k8s v1.22, see jet/kube-webhook-certgen#30. The jet upstream is no longer supported. It was forked, moved into kubernetes/ingress-nginx, fixed and is now published at k8s.gcr.io/ingress-nginx. See also https://github.com/kubernetes/k8s.io/blob/main/k8s.gcr.io/images/k8s-staging-ingress-nginx/images.yaml Signed-off-by: Mike Beaumont --- deploy/certificate_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/certificate_config.yaml b/deploy/certificate_config.yaml index 940cc9abea..9e8dac6592 100644 --- a/deploy/certificate_config.yaml +++ b/deploy/certificate_config.yaml @@ -96,7 +96,7 @@ spec: spec: containers: - name: create - image: docker.io/jettech/kube-webhook-certgen:v1.5.0 + image: k8s.gcr.io/ingress-nginx/kube-webhook-certgen:v1.1.1 imagePullPolicy: IfNotPresent args: - create @@ -130,7 +130,7 @@ spec: spec: containers: - name: patch - image: docker.io/jettech/kube-webhook-certgen:v1.5.0 + image: k8s.gcr.io/ingress-nginx/kube-webhook-certgen:v1.1.1 imagePullPolicy: IfNotPresent args: - patch