diff --git a/contrib/charts/cert-manager/Chart.yaml b/contrib/charts/cert-manager/Chart.yaml index b4f681b34..f10d42410 100644 --- a/contrib/charts/cert-manager/Chart.yaml +++ b/contrib/charts/cert-manager/Chart.yaml @@ -1,6 +1,6 @@ name: cert-manager -version: 0.2.6 -appVersion: 0.2.3 +version: 0.2.7 +appVersion: 0.2.4 description: A Helm chart for cert-manager home: https://github.com/jetstack/cert-manager keywords: diff --git a/contrib/charts/cert-manager/templates/NOTES.txt b/contrib/charts/cert-manager/templates/NOTES.txt index dd4b7a188..595564aad 100644 --- a/contrib/charts/cert-manager/templates/NOTES.txt +++ b/contrib/charts/cert-manager/templates/NOTES.txt @@ -6,10 +6,10 @@ or Issuer resource (for example, by creating a 'letsencrypt-staging' issuer). More information on the different types of issuers and how to configure them can be found in our documentation: -https://github.com/jetstack/cert-manager/tree/v0.2.3/docs/api-types/issuer +https://github.com/jetstack/cert-manager/tree/v0.2.4/docs/api-types/issuer For information on how to configure cert-manager to automatically provision Certificates for Ingress resources, take a look at the `ingress-shim` documentation: -https://github.com/jetstack/cert-manager/blob/v0.2.3/docs/user-guides/ingress-shim.md +https://github.com/jetstack/cert-manager/blob/v0.2.4/docs/user-guides/ingress-shim.md diff --git a/contrib/charts/cert-manager/values.yaml b/contrib/charts/cert-manager/values.yaml index c1cdb9ad3..165b7b4af 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.3 + tag: v0.2.4 pullPolicy: IfNotPresent createCustomResource: true diff --git a/docs/examples/cert-manager.yaml b/docs/examples/cert-manager.yaml index 400b3dcba..6b66bbe28 100644 --- a/docs/examples/cert-manager.yaml +++ b/docs/examples/cert-manager.yaml @@ -13,8 +13,8 @@ spec: spec: containers: - name: cert-manager - image: quay.io/jetstack/cert-manager-controller:v0.2.3 + image: quay.io/jetstack/cert-manager-controller:v0.2.4 imagePullPolicy: Always - name: ingress-shim - image: quay.io/jetstack/cert-manager-ingress-shim:v0.2.3 + image: quay.io/jetstack/cert-manager-ingress-shim:v0.2.4 imagePullPolicy: Always