Bump for cert-manager v0.2.4

This commit is contained in:
James Munnelly 2018-04-09 12:00:00 +01:00
parent e043ddbd85
commit 0d4f568a6f
4 changed files with 7 additions and 7 deletions

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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