Skip to content

Commit

Permalink
Merge pull request metal3-io#1400 from Nordix/cluterctl-upgrade-fix/adil
Browse files Browse the repository at this point in the history
🐛 Fix for v1.6 clusterctl upgrade.
  • Loading branch information
metal3-io-bot authored Jan 16, 2024
2 parents 8c94642 + e2ae82b commit bab478d
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 @@ -115,6 +115,10 @@ v1.5*)
export CONTRACT_FROM="v1beta1"
export INIT_WITH_KUBERNETES_VERSION="v1.28.1"
;;
v1.6*)
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 bab478d

Please sign in to comment.