diff --git a/contrib/charts/cert-manager/README.md b/contrib/charts/cert-manager/README.md index a04f77ff9..1f507ba95 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 Drupal chart and t | Parameter | Description | Default | | ---------------------- | --------------------------------------- | ---------------------------------------------- | | `image.repository` | Image repository | `quay.io/jetstack/cert-manager-controller` | -| `image.tag` | Image tag | `canary` | +| `image.tag` | Image tag | `v0.2.0` | | `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 a7db5de30..82f988d69 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.1.1 + tag: v0.2.0 pullPolicy: Always createCustomResource: true diff --git a/docs/examples/cert-manager.yaml b/docs/examples/cert-manager.yaml index 2f06e14a0..823971766 100644 --- a/docs/examples/cert-manager.yaml +++ b/docs/examples/cert-manager.yaml @@ -13,5 +13,5 @@ spec: spec: containers: - name: cert-manager - image: quay.io/jetstack/cert-manager-controller:canary + image: quay.io/jetstack/cert-manager-controller:v0.2.0 imagePullPolicy: Always