doc: Note about specifying chart semver

Ref #61
This commit is contained in:
Yusuke KUOKA 2018-03-26 13:29:53 +09:00
parent 49223eb968
commit 0fc53a43cf
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ releases:
labels: # Arbitrary key value pairs for filtering releases labels: # Arbitrary key value pairs for filtering releases
foo: bar foo: bar
chart: roboll/vault-secret-manager # the chart being installed to create this release, referenced by `repository/chart` syntax chart: roboll/vault-secret-manager # the chart being installed to create this release, referenced by `repository/chart` syntax
version: ~1.24.1 # the semver of the chart. range constraint is supported
values: [ vault.yaml ] # value files (--values) values: [ vault.yaml ] # value files (--values)
secrets: secrets:
- vault_secret.yaml # will attempt to decrypt it using helm-secrets plugin - vault_secret.yaml # will attempt to decrypt it using helm-secrets plugin