File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ cd "${REPO_ROOT}"
13
13
if [[ ! -f " bin/kubectl" ]]; then
14
14
echo " Downloading kubectl to bin/kubectl"
15
15
mkdir -p bin/
16
- curl -L -o bin/kubectl https://dl.k8s.io/release/v1.26.0 /bin/linux/amd64/kubectl
16
+ curl -L -o bin/kubectl https://dl.k8s.io/release/v1.32.1 /bin/linux/amd64/kubectl
17
17
fi
18
18
chmod +x bin/kubectl
19
19
export PATH=" ${REPO_ROOT} /bin:$PATH "
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ REPO_ROOT=$(pwd)
31
31
if [[ ! -f " bin/kubectl" ]]; then
32
32
echo " Downloading kubectl to bin/kubectl"
33
33
mkdir -p bin/
34
- curl -L -o bin/kubectl https://dl.k8s.io/release/v1.27.0 /bin/linux/amd64/kubectl
34
+ curl -L -o bin/kubectl https://dl.k8s.io/release/v1.32.1 /bin/linux/amd64/kubectl
35
35
fi
36
36
chmod +x bin/kubectl
37
37
export PATH=" ${REPO_ROOT} /bin:$PATH "
You can’t perform that action at this time.
0 commit comments