Skip to content

Commit

Permalink
test: bump CAPI components versions
Browse files Browse the repository at this point in the history
Bringing up to the latest version in 1.x series.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Mar 31, 2023
1 parent b898081 commit e095150
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hack/test/e2e-capi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ set -eou pipefail

source ./hack/test/e2e.sh

export CAPI_VERSION="${CAPI_VERSION:-1.1.3}"
export CAPA_VERSION="${CAPA_VERSION:-1.2.0}"
export CAPG_VERSION="${CAPG_VERSION:-1.0.0}"
export CAPI_VERSION="${CAPI_VERSION:-1.4.0}"
export CAPA_VERSION="${CAPA_VERSION:-1.5.2}"
export CAPG_VERSION="${CAPG_VERSION:-1.3.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 e095150

Please sign in to comment.