open-vault/website/content/partials/helm/repo.mdx
Theron Voran ca456021b0
backport of commit 41cc3b31bf374c43dec139944a541a297bc7faa9 (#23860)
docs/vault-helm: updates for the last release (v0.25.0) (#23844)
2023-10-26 10:31:15 -07:00

9 lines
294 B
Plaintext

```shell-session
$ helm repo add hashicorp https://helm.releases.hashicorp.com
"hashicorp" has been added to your repositories
$ helm search repo hashicorp/vault
NAME CHART VERSION APP VERSION DESCRIPTION
hashicorp/vault 0.25.0 1.14.0 Official HashiCorp Vault Chart
```