diff --git a/stable/cert-manager/Chart.yaml b/stable/cert-manager/Chart.yaml index 61a0aa62e9..05770ad63d 100644 --- a/stable/cert-manager/Chart.yaml +++ b/stable/cert-manager/Chart.yaml @@ -1,6 +1,6 @@ name: cert-manager -version: 0.2.9 -appVersion: 0.2.4 +version: 0.2.10 +appVersion: 0.2.5 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 7455aae31e..6f16c93650 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.2.3` | +| `image.tag` | Image tag | `v0.2.5` | | `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 165b7b4af8..6683199b6e 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.2.4 + tag: v0.2.5 pullPolicy: IfNotPresent createCustomResource: true @@ -58,7 +58,7 @@ ingressShim: # Defaults to image.tag. # You should only change this if you know what you are doing! - # tag: v0.2.3 + # tag: v0.2.5 pullPolicy: IfNotPresent