docs: Update consul-helm example to pull latest tag

This commit is contained in:
Jake Lundberg 2019-08-09 16:33:43 -06:00 committed by Freddy
parent 9ed3e64510
commit a530fee06e
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ Example chart usage:
$ git clone https://github.com/hashicorp/consul-helm.git $ git clone https://github.com/hashicorp/consul-helm.git
$ cd consul-helm $ cd consul-helm
# Checkout a tagged version # Checkout the most recently tagged version
$ git checkout v0.1.0 $ git checkout $(git describe --abbrev=0 --tags)
# Run Helm # Run Helm
$ helm install --dry-run ./ $ helm install --dry-run ./