Skip to content

Commit

Permalink
Merge pull request #443 from munnerz/automated-cherry-pick-of-#441-up…
Browse files Browse the repository at this point in the history
…stream-release-0.2

Automated cherry pick of #441
  • Loading branch information
munnerz committed Apr 10, 2018
2 parents 3223348 + a69eaa3 commit 3acec5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions contrib/charts/cert-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
4 changes: 2 additions & 2 deletions docs/examples/cert-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3acec5b

Please sign in to comment.