Set Helm chart versions to v0.0.0

Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
James Munnelly 2019-05-03 01:06:39 +01:00
parent a2ed702ab1
commit 735262931c
5 changed files with 11 additions and 17 deletions

View File

@ -1,6 +1,7 @@
name: cert-manager
version: v0.8.0-alpha.1
appVersion: v0.8.0-alpha.0
# The version and appVersion fields are set automatically by the release tool
version: v0.0.0
appVersion: v0.0.0
description: A Helm chart for cert-manager
home: https://github.com/jetstack/cert-manager
keywords:

View File

@ -1,7 +1,8 @@
name: cainjector
apiVersion: v1
version: "v0.8.0-alpha.0"
appVersion: "v0.8.0-alpha.0"
# The version and appVersion fields are set automatically by the release tool
version: v0.0.0
appVersion: v0.0.0
description: A Helm chart for deploying the cert-manager cainjector component
home: https://github.com/jetstack/cert-manager
sources:

View File

@ -1,9 +0,0 @@
dependencies:
- name: webhook
repository: file://webhook
version: v0.8.0-alpha.0
- name: cainjector
repository: file://cainjector
version: v0.8.0-alpha.0
digest: sha256:7068b0db40ed5111f1db451e89a4d78af477c8220f881f30fdd87118f71f8cc5
generated: 2019-05-02T07:58:26.426058917+02:00

View File

@ -1,10 +1,10 @@
# requirements.yaml
dependencies:
- name: webhook
version: "v0.8.0-alpha.0"
version: "v0.0.0"
repository: "file://webhook"
condition: webhook.enabled
- name: cainjector
version: "v0.8.0-alpha.0"
version: "v0.0.0"
repository: "file://cainjector"
condition: cainjector.enabled

View File

@ -1,7 +1,8 @@
name: webhook
apiVersion: v1
version: "v0.8.0-alpha.0"
appVersion: "v0.8.0-alpha.0"
# The version and appVersion fields are set automatically by the release tool
version: v0.0.0
appVersion: v0.0.0
description: A Helm chart for deploying the cert-manager webhook component
home: https://github.com/jetstack/cert-manager
sources: