Skip to content

Commit

Permalink
Bump minikube to v1.33.0
Browse files Browse the repository at this point in the history
minikube v1.33.0 supports k8s v1.30 Signed-off-by: Kashif Khan <kashif.khan@est.tech>
  • Loading branch information
kashifest committed Apr 29, 2024
1 parent 9af9c80 commit 7d8904f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/e2e/ensure_minikube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -eux
USR_LOCAL_BIN="/usr/local/bin"
OS=$(go env GOOS)
ARCH=$(go env GOARCH)
MINIMUM_MINIKUBE_VERSION=v1.31.2
MINIMUM_MINIKUBE_VERSION=v1.33.0

verify_minikube_version() {
if ! [ -x "$(command -v minikube)" ]; then
Expand Down

0 comments on commit 7d8904f

Please sign in to comment.