Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions website/pages/docs/platform/k8s/helm/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ changes.

Example chart usage:

Installing the Vault Helm chart version 0.4.0 with pods prefixed with the name
Installing the Vault Helm chart version 0.5.0 with pods prefixed with the name
`vault`.

```sh
$ helm install vault https://github.com/hashicorp/vault-helm/archive/v0.4.0.tar.gz
$ helm install vault https://github.com/hashicorp/vault-helm/archive/v0.5.0.tar.gz
```

Cloning the Vault Helm chart, checking out tagged version v0.4.0, and installing
Cloning the Vault Helm chart, checking out tagged version v0.5.0, and installing
the Vault Helm chart from the filesystem.

~> **NOTE:** We highly recommend you checkout a specific tagged release
Expand All @@ -57,7 +57,7 @@ $ git clone https://github.com/hashicorp/vault-helm.git
$ cd vault-helm

# Checkout a tagged version
$ git checkout v0.4.0
$ git checkout v0.5.0

# Run Helm
$ helm install vault ./
Expand Down