Skip to content

Commit

Permalink
Merge pull request #2172 from Nordix/minor-fix-from-k8s/adil
Browse files Browse the repository at this point in the history
🌱 Fix FROM_K8S_VERSION variable v1.30.0 -> v1.31.2
  • Loading branch information
metal3-io-bot authored Dec 20, 2024
2 parents 019a9e2 + f79b5e0 commit a75e241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ else
export EPHEMERAL_CLUSTER="minikube"
fi

export FROM_K8S_VERSION=${FROM_K8S_VERSION:-"v1.30.0"}
export FROM_K8S_VERSION=${FROM_K8S_VERSION:-"v1.31.2"}
export KUBERNETES_VERSION=${KUBERNETES_VERSION:-"v1.32.0"}

# Can be overriden from jjbs
Expand Down

0 comments on commit a75e241

Please sign in to comment.