Skip to content

Commit 151d277

Browse files
authored
Bump ks command from v0.0.62 to v0.0.63 (#69)
* Bump ks command from v0.0.62 to v0.0.63 * Bump ks command to v0.0.64
1 parent 3cd819c commit 151d277

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

base/hack/install_utils.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ else
6767
fi
6868

6969
# ks
70-
70+
KS_VERSION=v0.0.64
7171
if [[ ${ARCH} == 'x86_64' ]]; then
72-
curl -fL https://github.com/kubesphere-sigs/ks/releases/download/v0.0.62/ks-linux-amd64.tar.gz | tar xzv && \
72+
curl -fL https://github.com/kubesphere-sigs/ks/releases/download/v${KS_VERSION}/ks-linux-amd64.tar.gz | tar xzv && \
7373
mv ks /usr/bin/
7474
elif [[ ${ARCH} == 'aarch64' ]]
7575
then
76-
curl -fL https://github.com/kubesphere-sigs/ks/releases/download/v0.0.62/ks-linux-arm64.tar.gz | tar xzv && \
76+
curl -fL https://github.com/kubesphere-sigs/ks/releases/download/v${KS_VERSION}/ks-linux-arm64.tar.gz | tar xzv && \
7777
mv ks /usr/bin/
7878
else
7979
echo "do not support this arch"

0 commit comments

Comments
 (0)