Update version numbers for v0.5.0

Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
James Munnelly 2018-09-10 15:40:00 +01:00
parent 8d6701de0b
commit 7ae13376e3
6 changed files with 13 additions and 13 deletions

View File

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

View File

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

View File

@ -1,6 +1,6 @@
# requirements.yaml
dependencies:
- name: webhook
version: "0.1.0"
version: "v0.5.0"
repository: "file://webhook"
condition: webhook.enabled

View File

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

View File

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

View File

@ -12,5 +12,5 @@ resources: {}
image:
repository: quay.io/jetstack/cert-manager-webhook
tag: canary
pullPolicy: Always
tag: v0.5.0
pullPolicy: IfNotPresent