diff --git a/contrib/charts/cert-manager/README.md b/contrib/charts/cert-manager/README.md index 891a91c16..139fe1940 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 cert-manager chart | Parameter | Description | Default | | ---------------------- | --------------------------------------- | ---------------------------------------------- | | `image.repository` | Image repository | `quay.io/jetstack/cert-manager-controller` | -| `image.tag` | Image tag | `v0.2.2` | +| `image.tag` | Image tag | `v0.2.3` | | `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 2c42ffdf2..c2ad895b2 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.2 + tag: v0.2.3 pullPolicy: Always createCustomResource: true @@ -33,5 +33,5 @@ ingressShim: repository: quay.io/jetstack/cert-manager-ingress-shim # Defaults to image.tag. # You should only change this if you know what you are doing! - # tag: v0.2.2 + # tag: v0.2.3 pullPolicy: Always diff --git a/docs/examples/cert-manager.yaml b/docs/examples/cert-manager.yaml index d9cecb17e..400b3dcba 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.2 + image: quay.io/jetstack/cert-manager-controller:v0.2.3 imagePullPolicy: Always - name: ingress-shim - image: quay.io/jetstack/cert-manager-ingress-shim:v0.2.2 + image: quay.io/jetstack/cert-manager-ingress-shim:v0.2.3 imagePullPolicy: Always