Skip to content

Commit

Permalink
Merge pull request metal3-io#1193 from Nordix/fix-CAPI_FROM_RELEASE-c…
Browse files Browse the repository at this point in the history
…ase-for-e2e-upgrade-tests/sunnat

🌱 Fix v1.5 clusterctl upgrade tests
  • Loading branch information
metal3-io-bot authored Sep 7, 2023
2 parents 1e859ed + c7acb59 commit 8093878
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/ci-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ v1.4*)
export CONTRACT_FROM="v1beta1"
export INIT_WITH_KUBERNETES_VERSION="v1.28.1"
;;
v1.5*)
export CONTRACT_FROM="v1beta1"
export INIT_WITH_KUBERNETES_VERSION="v1.28.1"
;;
*)
echo "UNKNOWN CAPI_FROM_RELEASE !"
exit 1
Expand Down

0 comments on commit 8093878

Please sign in to comment.