Skip to content

Commit

Permalink
test: bump CAPI components to v1alpha4
Browse files Browse the repository at this point in the history
Alpha versions of talos providers for now.

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
  • Loading branch information
Unix4ever committed Oct 12, 2021
1 parent 2ba0e0a commit 877a2b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions hack/test/e2e-capi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 877a2b6

Please sign in to comment.