Skip to content

Commit

Permalink
test: uplift capi versions and templates
Browse files Browse the repository at this point in the history
This PR will use the latest templates for v1alpha4 and the supporting
CAPI provider versions. We'll bump again when we land v1beta1

Signed-off-by: Spencer Smith <spencer.smith@talos-systems.com>
  • Loading branch information
rsmitty committed Dec 3, 2021
1 parent 2a0da06 commit 6377f3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hack/test/e2e-capi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ set -eou pipefail

source ./hack/test/e2e.sh

export CAPI_VERSION="${CAPI_VERSION:-0.4.3}"
export CABPT_VERSION="${CABPT_VERSION:-0.4.0}"
export CACPPT_VERSION="${CACPPT_VERSION:-0.3.0}"
export CAPA_VERSION="${CAPA_VERSION:-0.7.0}"
export CAPI_VERSION="${CAPI_VERSION:-0.4.4}"
export CABPT_VERSION="${CABPT_VERSION:-0.4.2}"
export CACPPT_VERSION="${CACPPT_VERSION:-0.3.1}"
export CAPA_VERSION="${CAPA_VERSION:-0.7.2}"
export CAPG_VERSION="${CAPG_VERSION:-0.4.0}"

# We need to override this here since e2e.sh will set it to ${TMP}/capi/kubeconfig.
Expand Down
2 changes: 2 additions & 0 deletions hack/test/e2e-gcp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ function setup {
export GCP_PROJECT=talos-testbed
export GCP_REGION=us-central1
export GCP_NETWORK=default
export GCP_VM_SVC_ACCOUNT=e2e-tester@talos-testbed.iam.gserviceaccount.com


## Control plane vars
export CONTROL_PLANE_MACHINE_COUNT=3
Expand Down

0 comments on commit 6377f3d

Please sign in to comment.