11 lines
436 B
YAML
11 lines
436 B
YAML
apiVersion: v2
|
|
name: vault
|
|
version: 1.0.0
|
|
dependencies:
|
|
- name: vault
|
|
# Pinned to match the live release exactly (helm list -n vault showed
|
|
# vault-0.34.1) — adoption should never silently change the chart
|
|
# version out from under a stateful, unsealed Vault. Bump deliberately
|
|
# later, with a changelog read first, same as any other chart bump.
|
|
version: 0.34.1
|
|
repository: https://helm.releases.hashicorp.com |