From fee70b242a8fd9e5e815a03af9237a2c3fcc192c Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Mon, 10 Sep 2018 18:19:35 +0100 Subject: [PATCH] Run hack/update-deploy-gen.sh Signed-off-by: James Munnelly --- contrib/manifests/cert-manager/with-rbac-webhook.yaml | 2 +- contrib/manifests/cert-manager/without-rbac-webhook.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/manifests/cert-manager/with-rbac-webhook.yaml b/contrib/manifests/cert-manager/with-rbac-webhook.yaml index 5bc1184b4..19ca015f1 100644 --- a/contrib/manifests/cert-manager/with-rbac-webhook.yaml +++ b/contrib/manifests/cert-manager/with-rbac-webhook.yaml @@ -186,7 +186,7 @@ spec: restartPolicy: OnFailure containers: - name: ca-helper - image: quay.io/munnerz/apiextensions-ca-helper:canary + image: quay.io/munnerz/apiextensions-ca-helper:v0.1.0 imagePullPolicy: IfNotPresent args: - -config=/config/config diff --git a/contrib/manifests/cert-manager/without-rbac-webhook.yaml b/contrib/manifests/cert-manager/without-rbac-webhook.yaml index 5bc1184b4..19ca015f1 100644 --- a/contrib/manifests/cert-manager/without-rbac-webhook.yaml +++ b/contrib/manifests/cert-manager/without-rbac-webhook.yaml @@ -186,7 +186,7 @@ spec: restartPolicy: OnFailure containers: - name: ca-helper - image: quay.io/munnerz/apiextensions-ca-helper:canary + image: quay.io/munnerz/apiextensions-ca-helper:v0.1.0 imagePullPolicy: IfNotPresent args: - -config=/config/config