From 7ae13376e331671399603b7576bf823057ba2fee Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Mon, 10 Sep 2018 15:40:00 +0100 Subject: [PATCH] Update version numbers for v0.5.0 Signed-off-by: James Munnelly --- contrib/charts/cert-manager/Chart.yaml | 4 ++-- contrib/charts/cert-manager/README.md | 8 ++++---- contrib/charts/cert-manager/requirements.yaml | 2 +- contrib/charts/cert-manager/values.yaml | 4 ++-- contrib/charts/cert-manager/webhook/Chart.yaml | 4 ++-- contrib/charts/cert-manager/webhook/values.yaml | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/contrib/charts/cert-manager/Chart.yaml b/contrib/charts/cert-manager/Chart.yaml index 5b319f6fc..993663b8a 100644 --- a/contrib/charts/cert-manager/Chart.yaml +++ b/contrib/charts/cert-manager/Chart.yaml @@ -1,6 +1,6 @@ name: cert-manager -version: v0.4.0-dev.6 -appVersion: v0.4.0-dev.0 +version: v0.5.0 +appVersion: v0.5.0 description: A Helm chart for cert-manager home: https://github.com/jetstack/cert-manager keywords: diff --git a/contrib/charts/cert-manager/README.md b/contrib/charts/cert-manager/README.md index 23671f193..41b678bb0 100644 --- a/contrib/charts/cert-manager/README.md +++ b/contrib/charts/cert-manager/README.md @@ -54,8 +54,8 @@ The following table 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 | `canary` | -| `image.pullPolicy` | Image pull policy | `Always` | +| `image.tag` | Image tag | `v0.5.0` | +| `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `replicaCount` | Number of cert-manager replicas | `1` | | `createCustomResource` | Create CRD/TPR with this release | `true` | | `clusterResourceNamespace` | Override the namespace used to store DNS provider credentials etc. for ClusterIssuer resources | Same namespace as cert-manager pod @@ -87,8 +87,8 @@ 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 | `canary` | -| `webhook.image.pullPolicy` | Webhook image pull policy | `Always` | +| `webhook.image.tag` | Webhook image tag | `v0.5.0` | +| `webhook.image.pullPolicy` | Webhook image pull policy | `IfNotPresent` | Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. diff --git a/contrib/charts/cert-manager/requirements.yaml b/contrib/charts/cert-manager/requirements.yaml index 781cbc8b5..96b602bee 100644 --- a/contrib/charts/cert-manager/requirements.yaml +++ b/contrib/charts/cert-manager/requirements.yaml @@ -1,6 +1,6 @@ # requirements.yaml dependencies: - name: webhook - version: "0.1.0" + version: "v0.5.0" repository: "file://webhook" condition: webhook.enabled diff --git a/contrib/charts/cert-manager/values.yaml b/contrib/charts/cert-manager/values.yaml index 78d488742..d7ab81898 100644 --- a/contrib/charts/cert-manager/values.yaml +++ b/contrib/charts/cert-manager/values.yaml @@ -5,8 +5,8 @@ replicaCount: 1 image: repository: quay.io/jetstack/cert-manager-controller - tag: canary - pullPolicy: Always + tag: v0.5.0 + pullPolicy: IfNotPresent createCustomResource: true diff --git a/contrib/charts/cert-manager/webhook/Chart.yaml b/contrib/charts/cert-manager/webhook/Chart.yaml index cdebbdfac..c87f4e5d7 100644 --- a/contrib/charts/cert-manager/webhook/Chart.yaml +++ b/contrib/charts/cert-manager/webhook/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "1.0" +appVersion: "v0.5.0" description: A Helm chart for Kubernetes name: webhook -version: 0.1.0 +version: "v0.5.0" diff --git a/contrib/charts/cert-manager/webhook/values.yaml b/contrib/charts/cert-manager/webhook/values.yaml index a7909d125..2c8d5b3c8 100644 --- a/contrib/charts/cert-manager/webhook/values.yaml +++ b/contrib/charts/cert-manager/webhook/values.yaml @@ -12,5 +12,5 @@ resources: {} image: repository: quay.io/jetstack/cert-manager-webhook - tag: canary - pullPolicy: Always + tag: v0.5.0 + pullPolicy: IfNotPresent