Update to Vault 1.6

Closes gh-604
This commit is contained in:
Mark Paluch
2020-12-10 10:57:09 +01:00
parent 4783e24dfe
commit 49d78f6b76
3 changed files with 12 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
set -o errexit
EDITION="${EDITION:-oss}"
VAULT_OSS="${VAULT_OSS:-1.5.3}"
VAULT_OSS="${VAULT_OSS:-1.6.0}"
VAULT_ENT="${VAULT_ENT:-1.5.3}"
UNAME=$(uname -s | tr '[:upper:]' '[:lower:]')
VERBOSE=false