test: bump CAPI components to v1alpha4
Alpha versions of talos providers for now. Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
This commit is contained in:
parent
2ba0e0ac4a
commit
877a2b6fc0
@ -452,9 +452,6 @@ local creds_env_vars = {
|
||||
local capi_docker = Step("e2e-docker", depends_on=[load_artifacts], target="e2e-docker", environment={
|
||||
"IMAGE_REGISTRY": local_registry,
|
||||
"SHORT_INTEGRATION_TEST": "yes",
|
||||
|
||||
# See https://github.com/talos-systems/talos/issues/4046
|
||||
"K8S_VERSION": "1.21.3",
|
||||
"INTEGRATION_TEST_RUN": "XXX",
|
||||
});
|
||||
local e2e_capi = Step("e2e-capi", depends_on=[capi_docker], environment=creds_env_vars);
|
||||
|
2
Makefile
2
Makefile
@ -26,7 +26,7 @@ TALOSCTL_DEFAULT_TARGET := talosctl-$(OPERATING_SYSTEM)
|
||||
INTEGRATION_TEST_DEFAULT_TARGET := integration-test-$(OPERATING_SYSTEM)
|
||||
INTEGRATION_TEST_PROVISION_DEFAULT_TARGET := integration-test-provision-$(OPERATING_SYSTEM)
|
||||
KUBECTL_URL ?= https://storage.googleapis.com/kubernetes-release/release/v1.22.2/bin/$(OPERATING_SYSTEM)/amd64/kubectl
|
||||
CLUSTERCTL_VERSION ?= 0.3.19
|
||||
CLUSTERCTL_VERSION ?= 0.4.3
|
||||
CLUSTERCTL_URL ?= https://github.com/kubernetes-sigs/cluster-api/releases/download/v$(CLUSTERCTL_VERSION)/clusterctl-$(OPERATING_SYSTEM)-amd64
|
||||
SONOBUOY_VERSION ?= 0.53.1
|
||||
SONOBUOY_URL ?= https://github.com/vmware-tanzu/sonobuoy/releases/download/v$(SONOBUOY_VERSION)/sonobuoy_$(SONOBUOY_VERSION)_$(OPERATING_SYSTEM)_amd64.tar.gz
|
||||
|
@ -4,11 +4,11 @@ set -eou pipefail
|
||||
|
||||
source ./hack/test/e2e.sh
|
||||
|
||||
export CAPI_VERSION="0.3.22"
|
||||
export CABPT_VERSION="0.3.0"
|
||||
export CACPPT_VERSION="0.1.1"
|
||||
export CAPA_VERSION="0.6.8"
|
||||
export CAPG_VERSION="0.3.1"
|
||||
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 CAPG_VERSION="${CAPG_VERSION:-0.4.0}"
|
||||
|
||||
# We need to override this here since e2e.sh will set it to ${TMP}/capi/kubeconfig.
|
||||
export KUBECONFIG="/tmp/e2e/docker/kubeconfig"
|
||||
|
Loading…
x
Reference in New Issue
Block a user