Skip to content

Commit

Permalink
chore: autopublish 2023-10-31T09:46:41Z
Browse files Browse the repository at this point in the history
  • Loading branch information
carvel-bot committed Oct 31, 2023
1 parent 2e788b0 commit 2277298
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/static/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ install() {
kapp_checksum=377e4bb84d44b9d80d68ed5b473036f20b3aab1eb5f2f6cc80c2df09ecd0fbf8
kwt_checksum=ea9e6eb76b203799d9f0d3177ac32b9d1d8e531bae363141dfe7030cb6e53a88
vendir_checksum=15e991b5ab1b3b274f5868ff813ae4a00c17eae2c131f659efef46244d889123
kctrl_checksum=e07abb54ed8dcff3a6526fe4c5d3a49fb51ec61e426ccad322792fd41bbdd943
kctrl_checksum=af2ab18d38a43cb78ec1259c6699f595b913ce24bdd72015d1421a9218cddf8a
else
binary_type=linux-amd64

Expand All @@ -41,7 +41,7 @@ install() {
kapp_checksum=a6da34c733514c2c51b96a12e70cd050250a45b2ee75d6966a904e712b307d15
kwt_checksum=1022483a8b59fe238e782a9138f1fee6ca61ecf7ccd1e5f0d98e95c56df94d87
vendir_checksum=a0f28b86a4ef3800aaa54ad30bad449fd43a6af192a081748c67f2f48ad5cbd3
kctrl_checksum=c6d322ed950ddc6112c1d1dba1feeabc24f222e4a24decba2d60c02403194406
kctrl_checksum=d46ceb6bdff62a5fdfd80db00a21cf309475868e360aae0669535e032389f930
fi

echo "Installing ${binary_type} binaries..."
Expand Down Expand Up @@ -90,11 +90,11 @@ install() {
echo "Installed ${dst_dir}/vendir v0.35.2"

echo "Installing kctrl..."
$dl_bin https://github.com/carvel-dev/kapp-controller/releases/download/v0.48.1/kctrl-${binary_type} > /tmp/kctrl
$dl_bin https://github.com/carvel-dev/kapp-controller/releases/download/v0.48.2/kctrl-${binary_type} > /tmp/kctrl
echo "${kctrl_checksum} /tmp/kctrl" | shasum -c -
mv /tmp/kctrl ${dst_dir}/kctrl
chmod +x ${dst_dir}/kctrl
echo "Installed ${dst_dir}/kctrl v0.48.1"
echo "Installed ${dst_dir}/kctrl v0.48.2"

}

Expand Down

0 comments on commit 2277298

Please sign in to comment.