Skip to content

Commit

Permalink
chore: autopublish 2022-11-14T23:41:55Z
Browse files Browse the repository at this point in the history
  • Loading branch information
carvel-bot committed Nov 14, 2022
1 parent 0f40f55 commit b9b0cc2
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 @@ -29,7 +29,7 @@ install() {
kapp_checksum=2b466b9f8bbc8719334cadf917769b27affc10c95c9ded3e76be283cfd3d4721
kwt_checksum=555d50d5bed601c2e91f7444b3f44fdc424d721d7da72955725a97f3860e2517
vendir_checksum=5964af6123563b63cad7b9b5525d49814f8f2048a75bb811888d87618a358c30
kctrl_checksum=558fe9c73356757c377bdea394562868a41f37993f58814353bc389c73cc3960
kctrl_checksum=70d4c564ff332eeca0ceba713cc7d882364700108a8be5da1feecf8b387db01a
else
binary_type=linux-amd64

Expand All @@ -39,7 +39,7 @@ install() {
kapp_checksum=c2c7381a152216c8600408b4dee26aee48390f1e23d8ef209af8d9eb1edd60fc
kwt_checksum=92a1f18be6a8dca15b7537f4cc666713b556630c20c9246b335931a9379196a0
vendir_checksum=0b52c170f4a30c2b6213ff0048ecc89c9c25c3e4da56eb1e095fcdb335bd82ed
kctrl_checksum=04a8a9f6765580a4b942fdf04cb1111ffed917efc90e89ee0a73e7734be23444
kctrl_checksum=8b1c8a59817b3e1d26a3fadb6deb5baefaaaa8aec61a38daec3034edbca65d9b
fi

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

echo "Installing kctrl..."
$dl_bin github.com/vmware-tanzu/carvel-kapp-controller/releases/download/v0.42.0/kctrl-${binary_type} > /tmp/kctrl
$dl_bin github.com/vmware-tanzu/carvel-kapp-controller/releases/download/v0.41.3/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.42.0"
echo "Installed ${dst_dir}/kctrl v0.41.3"

}

Expand Down

0 comments on commit b9b0cc2

Please sign in to comment.