Skip to content

Commit

Permalink
chore: autopublish 2023-12-15T07:13:01Z
Browse files Browse the repository at this point in the history
  • Loading branch information
carvel-bot committed Dec 15, 2023
1 parent 8af5be6 commit 0f6067d
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 @@ -28,7 +28,7 @@ install() {
ytt_checksum=a2ca42f8178ba2849076b580177c5c12769e17f01a61ab50b106367728004692
imgpkg_checksum=2bfbe2a5b69ab4da652753af9b335ad5dd222780428f064aedd2f50bd11e2693
kbld_checksum=f3f735fc6d8666eed8aacb41917f4e2c77b9c4149c94e7e19d90a948d1ec2948
kapp_checksum=377e4bb84d44b9d80d68ed5b473036f20b3aab1eb5f2f6cc80c2df09ecd0fbf8
kapp_checksum=c20034a347bf90d977daac29eadbb4db4a7dc172a18a9d27fe0a48c39c124d27
kwt_checksum=ea9e6eb76b203799d9f0d3177ac32b9d1d8e531bae363141dfe7030cb6e53a88
vendir_checksum=a57a086d5153d00c7812b82227ab6f4eed7da3b7edae4c32a03a61a9fe114030
kctrl_checksum=65087b674099497fb9decbe85f75f59d891f9f458c7009bdfbca57de98a87ef7
Expand All @@ -38,7 +38,7 @@ install() {
ytt_checksum=348cb34965b64c07fd5118e69efd9a4fae7e22f57db4e91e2d9903c1ad19f041
imgpkg_checksum=98b80baa5d665c5119fc8e2a62978f9d193c9647e3c47ab72867b055b94d14ff
kbld_checksum=00e114286588307d0785c4bfb1bb8f68acca1ea186eb79cd8475214214413291
kapp_checksum=a6da34c733514c2c51b96a12e70cd050250a45b2ee75d6966a904e712b307d15
kapp_checksum=6986369c06e89bcec366b2cc18f81634fcd95e2b52c6c6f7ee46b497ade25f7d
kwt_checksum=1022483a8b59fe238e782a9138f1fee6ca61ecf7ccd1e5f0d98e95c56df94d87
vendir_checksum=49076dd93ae931ac0d341d81e51b6fdb2288c718cfda8279b78e31c6d389da5f
kctrl_checksum=ed47847850039cf5572af49420d0365b2cc68a3a731fbc5e8a23b13eb8ffb020
Expand Down Expand Up @@ -69,11 +69,11 @@ install() {
echo "Installed ${dst_dir}/kbld v0.38.1"

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

echo "Installing kwt..."
$dl_bin https://github.com/carvel-dev/kwt/releases/download/v0.0.8/kwt-${binary_type} > /tmp/kwt
Expand Down

0 comments on commit 0f6067d

Please sign in to comment.