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