hack: Bump e2e-setup.sh version

Bump the software versions defined in hack/e2e-setup.sh to the latest
ones and sync version installed of kind in github integration tests
with e2e-setup.sh. Update the CentOS 9 Stream preference name used in
the tests to the new name in common-instancetypes v0.4.0.

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek
2024-02-28 16:42:23 +01:00
parent ebe6f830e7
commit fa9183c21a
3 changed files with 8 additions and 7 deletions

View File

@@ -98,6 +98,7 @@ jobs:
- name: install kind / kubectl
uses: helm/kind-action@v1.9.0
with:
version: v0.22.0
install_only: true
if: inputs.ansible_test_targets != ''

View File

@@ -23,17 +23,17 @@ set_default_params() {
BIN_DIR=${BIN_DIR:-$DIR/../bin}
KIND=${KIND:-$BIN_DIR/kind}
KIND_VERSION=${KIND_VERSION:-v0.20.0}
KIND_VERSION=${KIND_VERSION:-v0.22.0}
KUBECTL=${KUBECTL:-$BIN_DIR/kubectl}
KUBECTL_VERSION=${KUBECTL_VERSION:-v1.28.1}
KUBECTL_VERSION=${KUBECTL_VERSION:-v1.29.2}
KUBEVIRT_VERSION=${KUBEVIRT_VERSION:-v1.0.0}
KUBEVIRT_CDI_VERSION=${KUBEVIRT_CDI_VERSION:-v1.57.0}
KUBEVIRT_COMMON_INSTANCETYPES_VERSION=${KUBEVIRT_COMMON_INSTANCETYPES_VERSION:-v0.3.2}
KUBEVIRT_VERSION=${KUBEVIRT_VERSION:-v1.1.0}
KUBEVIRT_CDI_VERSION=${KUBEVIRT_CDI_VERSION:-v1.58.1}
KUBEVIRT_COMMON_INSTANCETYPES_VERSION=${KUBEVIRT_COMMON_INSTANCETYPES_VERSION:-v0.4.0}
KUBEVIRT_USE_EMULATION=${KUBEVIRT_USE_EMULATION:-"false"}
CNAO_VERSION=${CNAO_VERSION:-v0.89.0}
CNAO_VERSION=${CNAO_VERSION:-v0.91.0}
CLUSTER_NAME=${CLUSTER_NAME:-kind}
SECONDARY_NETWORK_NAME=${NETWORK_NAME:-kindexgw}

View File

@@ -11,7 +11,7 @@
instancetype:
name: u1.small
preference:
name: centos.9.stream
name: centos.stream9
spec:
domain:
devices: {}