mirror of
https://github.com/hashicorp/vault.git
synced 2025-12-25 11:21:11 +01:00
18 lines
800 B
Plaintext
18 lines
800 B
Plaintext
```sh
|
|
# List the available releases
|
|
$ helm search repo hashicorp/vault -l
|
|
NAME CHART VERSION APP VERSION DESCRIPTION
|
|
hashicorp/vault 0.29.0 1.18.1 Official HashiCorp Vault Chart
|
|
hashicorp/vault 0.28.1 1.17.2 Official HashiCorp Vault Chart
|
|
hashicorp/vault 0.28.0 1.16.1 Official HashiCorp Vault Chart
|
|
hashicorp/vault 0.27.0 1.15.2 Official HashiCorp Vault Chart
|
|
hashicorp/vault 0.26.1 1.15.1 Official HashiCorp Vault Chart
|
|
hashicorp/vault 0.26.0 1.15.1 Official HashiCorp Vault Chart
|
|
hashicorp/vault 0.25.0 1.14.0 Official HashiCorp Vault Chart
|
|
hashicorp/vault 0.24.0 1.13.1 Official HashiCorp Vault Chart
|
|
...
|
|
|
|
# Install version 0.29.0
|
|
$ helm install vault hashicorp/vault --version 0.29.0
|
|
```
|