Skip to content

Commit c8f539b

Browse files
authored
update to latest patch of vault (#448)
1 parent 0834e9d commit c8f539b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bin/install-rok8s-requirements

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ fi
137137
if ! hash vault 2>/dev/null; then
138138
echo Installing vault...
139139
cd "${ROK8S_INSTALL_PATH}"
140-
curl -LO "https://releases.hashicorp.com/vault/1.14.1/vault_1.14.1_linux_amd64.zip"
141-
echo "6031432dfc3de07f6523d206c44fc018aa969d94c8e9125a77340af359f57ea3 vault_1.14.1_linux_amd64.zip" | sha256sum -c -
142-
unzip vault_1.14.1_linux_amd64.zip
143-
rm vault_1.14.1_linux_amd64.zip
140+
curl -LO "https://releases.hashicorp.com/vault/1.14.4/vault_1.14.4_linux_amd64.zip"
141+
echo "2e94ba5f3e6b361847763a4c4fba87050221e76f02c3a118605ec56155a7a3cf vault_1.14.4_linux_amd64.zip" | sha256sum -c -
142+
unzip vault_1.14.4_linux_amd64.zip
143+
rm vault_1.14.4_linux_amd64.zip
144144
chmod +x vault
145145
fi
146146

0 commit comments

Comments
 (0)