Update version for 0.2.3

This commit is contained in:
James Munnelly 2018-01-15 19:57:41 +00:00
parent 0c031b60d8
commit 8fe40046b2
3 changed files with 5 additions and 5 deletions

View File

@ -47,7 +47,7 @@ The following tables lists the configurable parameters of the cert-manager chart
| Parameter | Description | Default |
| ---------------------- | --------------------------------------- | ---------------------------------------------- |
| `image.repository` | Image repository | `quay.io/jetstack/cert-manager-controller` |
| `image.tag` | Image tag | `v0.2.2` |
| `image.tag` | Image tag | `v0.2.3` |
| `image.pullPolicy` | Image pull policy | `Always` |
| `replicaCount` | Number of cert-manager replicas | `1` |
| `createCustomResource` | Create CRD/TPR with this release | `true` |

View File

@ -5,7 +5,7 @@ replicaCount: 1
image:
repository: quay.io/jetstack/cert-manager-controller
tag: v0.2.2
tag: v0.2.3
pullPolicy: Always
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.2
# tag: v0.2.3
pullPolicy: Always

View File

@ -13,8 +13,8 @@ spec:
spec:
containers:
- name: cert-manager
image: quay.io/jetstack/cert-manager-controller:v0.2.2
image: quay.io/jetstack/cert-manager-controller:v0.2.3
imagePullPolicy: Always
- name: ingress-shim
image: quay.io/jetstack/cert-manager-ingress-shim:v0.2.2
image: quay.io/jetstack/cert-manager-ingress-shim:v0.2.3
imagePullPolicy: Always