From d9e44d2af942b032458183168f4da94ec091d911 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Fri, 1 Dec 2017 13:43:27 +0000 Subject: [PATCH] Correctly set default image-shim image repo --- contrib/charts/cert-manager/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/charts/cert-manager/values.yaml b/contrib/charts/cert-manager/values.yaml index e89d76abe..f2d785f4f 100644 --- a/contrib/charts/cert-manager/values.yaml +++ b/contrib/charts/cert-manager/values.yaml @@ -25,7 +25,7 @@ ingressShim: cpu: 10m memory: 32Mi image: - repository: quay.io/jetstack/cert-manager-controller + repository: quay.io/jetstack/cert-manager-ingress-shim # Defaults to image.tag. # You should only change this if you know what you are doing! # tag: v0.2.1