From 7ae86fba74f0e439b00b4d01a17bf6510d85f5a7 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Thu, 5 Jul 2018 16:18:19 +0100 Subject: [PATCH] cert-manager: fast-forward to upstream 90742f35 (#6487) * Bump Helm chart for v0.3.2 (jetstack/cert-manager#702) --- stable/cert-manager/Chart.yaml | 4 ++-- stable/cert-manager/README.md | 2 +- stable/cert-manager/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/cert-manager/Chart.yaml b/stable/cert-manager/Chart.yaml index cb3620bc40..631410a3bc 100644 --- a/stable/cert-manager/Chart.yaml +++ b/stable/cert-manager/Chart.yaml @@ -1,6 +1,6 @@ name: cert-manager -version: v0.3.3 -appVersion: v0.3.1 +version: v0.3.4 +appVersion: v0.3.2 description: A Helm chart for cert-manager home: https://github.com/jetstack/cert-manager keywords: diff --git a/stable/cert-manager/README.md b/stable/cert-manager/README.md index a189c20844..6b08c071d7 100644 --- a/stable/cert-manager/README.md +++ b/stable/cert-manager/README.md @@ -54,7 +54,7 @@ The following table 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.3.1` | +| `image.tag` | Image tag | `v0.3.2` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `replicaCount` | Number of cert-manager replicas | `1` | | `createCustomResource` | Create CRD/TPR with this release | `true` | diff --git a/stable/cert-manager/values.yaml b/stable/cert-manager/values.yaml index 4ff99a3f88..3b3a601a1f 100644 --- a/stable/cert-manager/values.yaml +++ b/stable/cert-manager/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: quay.io/jetstack/cert-manager-controller - tag: v0.3.1 + tag: v0.3.2 pullPolicy: IfNotPresent createCustomResource: true