Skip to content

Commit

Permalink
chore: update kind and kubectl versions in test-e2e.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Jayapriya Pai <janantha@redhat.com>
  • Loading branch information
slashpai committed Dec 20, 2024
1 parent 49c6565 commit 313d8c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ set -e
: ${KIND_CONFIG:="$PWD/test/kind-config.yaml"}


KIND_VERSION=0.22.0
KIND_VERSION=0.26.0
SKAFFOLD_VERSION=2.10.1
HELM_VERSION=3.14.3
KUBECTL_VERSION=1.28.7
KUBECTL_VERSION=1.32.0
case $(uname -m) in
x86_64)
ARCH="amd64"
Expand Down

0 comments on commit 313d8c7

Please sign in to comment.