Skip to content

Commit 4100cdc

Browse files
committed
chore: autopublish 2025-05-27T09:03:28Z
1 parent 6fe746a commit 4100cdc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

site/static/install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ install() {
3131
kapp_checksum=7d996ba14aa7128efe96a4c4206609f251db0f7459b60f9cd51210a9e4b8354f
3232
kwt_checksum=ea9e6eb76b203799d9f0d3177ac32b9d1d8e531bae363141dfe7030cb6e53a88
3333
vendir_checksum=957b7ed5abc73a6a9948901a9d5cb6cf33e1d20b0400ab7016177519a339293e
34-
kctrl_checksum=34175c88f2d14cadced624906a1c31581e09530b3ad1e6cea854e5a0c9ae5276
34+
kctrl_checksum=e6f2cf55d12974f7fff268e47e1f0d924f9a69b3b8f78589b6941f908b4da0fe
3535
else
3636
binary_type=linux-amd64
3737

@@ -41,7 +41,7 @@ install() {
4141
kapp_checksum=475ed4fc7ee538efceeb02972524a17cb580d9b3e59ab16c7a18de02427daedc
4242
kwt_checksum=1022483a8b59fe238e782a9138f1fee6ca61ecf7ccd1e5f0d98e95c56df94d87
4343
vendir_checksum=a2befbb9dd4f174aac7a34fe0bd50b1e5dc356dadaed0183a24b817f2fd1d094
44-
kctrl_checksum=35d96da8f8076efbb245c8cb6fed350e748789c670d34e792d1258584c56a8c1
44+
kctrl_checksum=ede5d31ac4dfe73e82364cf430ef5016de309185606c981cbdbdbeab42589ca0
4545
fi
4646

4747
echo "Installing ${binary_type} binaries..."
@@ -90,11 +90,11 @@ install() {
9090
echo "Installed ${dst_dir}/vendir v0.44.0"
9191

9292
echo "Installing kctrl..."
93-
$dl_bin https://github.com/carvel-dev/kapp-controller/releases/download/v0.57.0/kctrl-${binary_type} > /tmp/kctrl
93+
$dl_bin https://github.com/carvel-dev/kapp-controller/releases/download/v0.58.0/kctrl-${binary_type} > /tmp/kctrl
9494
echo "${kctrl_checksum} /tmp/kctrl" | shasum -c -
9595
mv /tmp/kctrl ${dst_dir}/kctrl
9696
chmod +x ${dst_dir}/kctrl
97-
echo "Installed ${dst_dir}/kctrl v0.57.0"
97+
echo "Installed ${dst_dir}/kctrl v0.58.0"
9898

9999
}
100100

0 commit comments

Comments
 (0)