mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-11 22:28:57 +10:00
Bump for cert-manager v0.2.4
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user