From 31cc4f8123348897c09203753ee784049dc5f764 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Sat, 4 Nov 2017 13:50:05 +0000 Subject: [PATCH] Update for 0.2.1 release --- contrib/charts/cert-manager/README.md | 2 +- contrib/charts/cert-manager/values.yaml | 2 +- docs/examples/cert-manager.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/charts/cert-manager/README.md b/contrib/charts/cert-manager/README.md index 1f507ba95..4994114d4 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 Drupal chart and t | Parameter | Description | Default | | ---------------------- | --------------------------------------- | ---------------------------------------------- | | `image.repository` | Image repository | `quay.io/jetstack/cert-manager-controller` | -| `image.tag` | Image tag | `v0.2.0` | +| `image.tag` | Image tag | `v0.2.1` | | `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 82f988d69..62fa9115b 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.0 + tag: v0.2.1 pullPolicy: Always createCustomResource: true diff --git a/docs/examples/cert-manager.yaml b/docs/examples/cert-manager.yaml index 823971766..3b31b67e2 100644 --- a/docs/examples/cert-manager.yaml +++ b/docs/examples/cert-manager.yaml @@ -13,5 +13,5 @@ spec: spec: containers: - name: cert-manager - image: quay.io/jetstack/cert-manager-controller:v0.2.0 + image: quay.io/jetstack/cert-manager-controller:v0.2.1 imagePullPolicy: Always