From 382d8c1d800d5b5d281d1ebf953d1bdd356ce64f Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Tue, 7 May 2019 12:57:51 +0100 Subject: [PATCH] Bump version numbers for v0.8.0-beta.0 Signed-off-by: James Munnelly --- deploy/charts/cert-manager/README.md | 6 +++--- docs/getting-started/install.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/charts/cert-manager/README.md b/deploy/charts/cert-manager/README.md index 03367dd33..56b0039b4 100644 --- a/deploy/charts/cert-manager/README.md +++ b/deploy/charts/cert-manager/README.md @@ -83,7 +83,7 @@ The following table lists the configurable parameters of the cert-manager chart | `global.imagePullSecrets` | Reference to one or more secrets to be used when pulling images | `[]` | | `global.rbac.create` | If `true`, create and use RBAC resources (includes sub-charts) | `true` | | `image.repository` | Image repository | `quay.io/jetstack/cert-manager-controller` | -| `image.tag` | Image tag | `v0.8.0-alpha.0` | +| `image.tag` | Image tag | `v0.8.0-beta.0` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `replicaCount` | Number of cert-manager replicas | `1` | | `clusterResourceNamespace` | Override the namespace used to store DNS provider credentials etc. for ClusterIssuer resources | Same namespace as cert-manager pod @@ -117,7 +117,7 @@ The following table lists the configurable parameters of the cert-manager chart | `webhook.extraArgs` | Optional flags for cert-manager webhook component | `[]` | | `webhook.resources` | CPU/memory resource requests/limits for the webhook pods | | | `webhook.image.repository` | Webhook image repository | `quay.io/jetstack/cert-manager-webhook` | -| `webhook.image.tag` | Webhook image tag | `v0.8.0-alpha.0` | +| `webhook.image.tag` | Webhook image tag | `v0.8.0-beta.0` | | `webhook.image.pullPolicy` | Webhook image pull policy | `IfNotPresent` | | `webhook.injectAPIServerCA` | if true, the apiserver's CABundle will be automatically injected into the ValidatingWebhookConfiguration resource | `true` | | `cainjector.enabled` | Toggles whether the cainjector component should be installed (required for the webhook component to work) | `true` | @@ -126,7 +126,7 @@ The following table lists the configurable parameters of the cert-manager chart | `cainjector.extraArgs` | Optional flags for cert-manager cainjector component | `[]` | | `cainjector.resources` | CPU/memory resource requests/limits for the cainjector pods | | | `cainjector.image.repository` | cainjector image repository | `quay.io/jetstack/cert-manager-cainjector` | -| `cainjector.image.tag` | cainjector image tag | `v0.8.0-alpha.0` | +| `cainjector.image.tag` | cainjector image tag | `v0.8.0-beta.0` | | `cainjector.image.pullPolicy` | cainjector image pull policy | `IfNotPresent` | Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. diff --git a/docs/getting-started/install.rst b/docs/getting-started/install.rst index 0b67170f8..54e70a0f0 100644 --- a/docs/getting-started/install.rst +++ b/docs/getting-started/install.rst @@ -133,7 +133,7 @@ In order to install the Helm chart, you must run: helm install \ --name cert-manager \ --namespace cert-manager \ - --version v0.8.0-alpha.0 \ + --version v0.8.0-beta.0 \ jetstack/cert-manager The default cert-manager configuration is good for the majority of users, but a