Skip to content

Commit

Permalink
chore: add CAPI version to CI setup
Browse files Browse the repository at this point in the history
This PR makes sure we pin to a known CAPI version because with the new
v0.4.x released, we'll fail until we support the v1alpha4 APIs.

Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
  • Loading branch information
rsmitty committed Jun 25, 2021
1 parent ad047a7 commit 2060cea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/test/e2e-capi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -eou pipefail

source ./hack/test/e2e.sh

export CAPI_VERSION="0.3.19"
export CABPT_VERSION="0.2.0"
export CACPPT_VERSION="0.1.0"
export CAPA_VERSION="0.6.5"
Expand All @@ -25,6 +26,7 @@ export AWS_B64ENCODED_CREDENTIALS=${AWS_SVC_ACCT}
set -x

${CLUSTERCTL} init \
--core "cluster-api:v${CAPI_VERSION}" \
--control-plane "talos:v${CACPPT_VERSION}" \
--infrastructure "aws:v${CAPA_VERSION},gcp:v${CAPG_VERSION}" \
--bootstrap "talos:v${CABPT_VERSION}"
Expand Down

0 comments on commit 2060cea

Please sign in to comment.