scripts: install latest version of Consul and Vault.

This commit is contained in:
James Rasell
2021-11-02 13:37:03 +01:00
parent 8ba1444828
commit bbf71af984
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
set -o errexit
VERSION="1.8.3"
VERSION="1.10.3"
DOWNLOAD=https://releases.hashicorp.com/consul/${VERSION}/consul_${VERSION}_linux_amd64.zip
function install_consul() {

View File

@@ -2,7 +2,7 @@
set -o errexit
VERSION=1.4.1
VERSION=1.8.4
DOWNLOAD=https://releases.hashicorp.com/vault/${VERSION}/vault_${VERSION}_linux_amd64.zip
function install_vault() {