Unverified Commit 6bf647f8 authored by Keshav Prasad's avatar Keshav Prasad Committed by GitHub
Browse files

fix: use 1.22 instead of 1.23 for backward compatibility (#3086)

Showing with 2 additions and 2 deletions
+2 -2
......@@ -125,9 +125,9 @@ rm -rf /usr/local/bin/helm
cp linux-386/helm /usr/local/bin/helm
rm -rf helm-v* linux-amd*
# Install kubectl v1.23.0
# Install kubectl v1.22.0
echo -e "\n\e[0;32m${bold}Installating kubectl${normal}"
curl -LO https://dl.k8s.io/release/v1.23.0/bin/linux/amd64/kubectl
curl -LO https://dl.k8s.io/release/v1.22.0/bin/linux/amd64/kubectl
chmod +x kubectl
mv kubectl /usr/local/bin
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment