Skip to content

Commit

Permalink
Update dependency kubernetes/minikube to v1.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 20, 2024
1 parent 25254b9 commit 2b4af75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export KIND_VERSION=${KIND_VERSION:-"v0.11.1"}
export KIND_NODE_IMAGE_VERSION=${KIND_NODE_IMAGE_VERSION:-"v1.20.1"}

# Minikube version (if EPHEMERAL_CLUSTER=minikube)
export MINIKUBE_VERSION=${MINIKUBE_VERSION:-"v1.22.0"}
export MINIKUBE_VERSION=${MINIKUBE_VERSION:-"v1.33.0"}

# Ansible version
export ANSIBLE_VERSION=${ANSIBLE_VERSION:-"4.0.0"}
Expand Down

0 comments on commit 2b4af75

Please sign in to comment.