Skip to content

Commit

Permalink
test: update CAPI components to latest
Browse files Browse the repository at this point in the history
This PR updates to our latest point release for CACPPT to
ensure faster testing. It also pulls in a newer AWS provider.

Signed-off-by: Spencer Smith <[email protected]>
  • Loading branch information
rsmitty committed Jan 5, 2022
1 parent 7dff8a5 commit d8a2721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/test/e2e-capi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ source ./hack/test/e2e.sh

export CAPI_VERSION="${CAPI_VERSION:-1.0.2}"
export CABPT_VERSION="${CABPT_VERSION:-0.5.0}"
export CACPPT_VERSION="${CACPPT_VERSION:-0.4.0}"
export CAPA_VERSION="${CAPA_VERSION:-1.1.0}"
export CACPPT_VERSION="${CACPPT_VERSION:-0.4.2}"
export CAPA_VERSION="${CAPA_VERSION:-1.2.0}"
export CAPG_VERSION="${CAPG_VERSION:-1.0.0}"

# We need to override this here since e2e.sh will set it to ${TMP}/capi/kubeconfig.
Expand Down

0 comments on commit d8a2721

Please sign in to comment.