Skip to content

Commit

Permalink
Merge pull request #954 from rabbitmq/fix-vault-ci
Browse files Browse the repository at this point in the history
Bump vault chart version to fix CI
  • Loading branch information
ChunyiLyu committed Feb 9, 2022
2 parents dd9e0d4 + 64b3522 commit 0c23edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/vault-default-user/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ helm repo update
# For OpenShift deployments, also set the following:
# --set "global.openshift=true"
helm install vault hashicorp/vault \
--version 0.16.1 \
--version 0.19.0 \
--set='server.dev.enabled=true' \
--set='server.logLevel=debug' \
--set='injector.logLevel=debug' \
Expand Down

0 comments on commit 0c23edf

Please sign in to comment.