Bump for cert-manager v0.2.4

This commit is contained in:
James Munnelly
2018-04-10 10:34:31 +01:00
parent 3223348585
commit a69eaa3ca0
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -5,8 +5,8 @@ replicaCount: 1
image:
repository: quay.io/jetstack/cert-manager-controller
tag: v0.2.3
pullPolicy: Always
tag: v0.2.4
pullPolicy: IfNotPresent
createCustomResource: true
@@ -33,5 +33,5 @@ ingressShim:
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.3
pullPolicy: Always
# tag: v0.2.4
pullPolicy: IfNotPresent
+2 -2
View File
@@ -13,8 +13,8 @@ spec:
spec:
containers:
- name: cert-manager
image: quay.io/jetstack/cert-manager-controller:v0.2.3
image: quay.io/jetstack/cert-manager-controller:v0.2.4
imagePullPolicy: Always
- name: ingress-shim
image: quay.io/jetstack/cert-manager-ingress-shim:v0.2.3
image: quay.io/jetstack/cert-manager-ingress-shim:v0.2.4
imagePullPolicy: Always