From 606f9259935ab38398c095efea7844cc43226d7c Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Fri, 1 Dec 2017 16:53:08 +0000 Subject: [PATCH] Update for v0.2.2 --- contrib/charts/cert-manager/README.md | 2 +- contrib/charts/cert-manager/values.yaml | 4 ++-- docs/examples/cert-manager.yaml | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/contrib/charts/cert-manager/README.md b/contrib/charts/cert-manager/README.md index d3ef03a5d..891a91c16 100644 --- a/contrib/charts/cert-manager/README.md +++ b/contrib/charts/cert-manager/README.md @@ -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.1` | +| `image.tag` | Image tag | `v0.2.2` | | `image.pullPolicy` | Image pull policy | `Always` | | `replicaCount` | Number of cert-manager replicas | `1` | | `createCustomResource` | Create CRD/TPR with this release | `true` | diff --git a/contrib/charts/cert-manager/values.yaml b/contrib/charts/cert-manager/values.yaml index 880813f84..eccf9fc46 100644 --- a/contrib/charts/cert-manager/values.yaml +++ b/contrib/charts/cert-manager/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: quay.io/jetstack/cert-manager-controller - tag: v0.2.1 + tag: v0.2.2 pullPolicy: Always createCustomResource: true @@ -30,5 +30,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.1 + # tag: v0.2.2 pullPolicy: Always diff --git a/docs/examples/cert-manager.yaml b/docs/examples/cert-manager.yaml index 3b31b67e2..d9cecb17e 100644 --- a/docs/examples/cert-manager.yaml +++ b/docs/examples/cert-manager.yaml @@ -13,5 +13,8 @@ spec: spec: containers: - name: cert-manager - image: quay.io/jetstack/cert-manager-controller:v0.2.1 + image: quay.io/jetstack/cert-manager-controller:v0.2.2 + imagePullPolicy: Always + - name: ingress-shim + image: quay.io/jetstack/cert-manager-ingress-shim:v0.2.2 imagePullPolicy: Always