Skip to content

Commit

Permalink
Use kubectl 1.25.3 in scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Riddle <driddle@vmware.com>
  • Loading branch information
joyvuu-dave committed Nov 18, 2022
1 parent d8bfcb6 commit f3d6995
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/build_funcs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ stress() {

integration() {
# Download linux kubectl and move into default path for tests
curl --output ./kubectl https://storage.googleapis.com/kubernetes-release/release/v1.23.0/bin/linux/amd64/kubectl
curl --output ./kubectl https://storage.googleapis.com/kubernetes-release/release/v1.25.3/bin/linux/amd64/kubectl
chmod +x ./kubectl

docker run --rm \
Expand All @@ -78,7 +78,7 @@ local_integration(){
build_binary_GOOS_GOARCH linux amd64
cp ./build/linux/amd64/sonobuoy ./sonobuoy
# Download linux kubectl and move into default path for tests
curl --output ./kubectl https://storage.googleapis.com/kubernetes-release/release/v1.23.0/bin/linux/amd64/kubectl
curl --output ./kubectl https://storage.googleapis.com/kubernetes-release/release/v1.25.3/bin/linux/amd64/kubectl
chmod +x ./kubectl
integration
}
Expand Down Expand Up @@ -366,7 +366,7 @@ update_local() {
set -x
if [ ! -f "./kubectl" ]; then
# Download linux kubectl and move into default path for tests
curl --output ./kubectl https://storage.googleapis.com/kubernetes-release/release/v1.23.0/bin/linux/amd64/kubectl
curl --output ./kubectl https://storage.googleapis.com/kubernetes-release/release/v1.25.3/bin/linux/amd64/kubectl
chmod +x ./kubectl
fi

Expand Down

0 comments on commit f3d6995

Please sign in to comment.