diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 923560e..dc53e66 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -143,7 +143,7 @@ jobs: if: inputs.ansible_test_targets != '' uses: helm/kind-action@v1.13.0 with: - version: v0.30.0 + version: v0.31.0 install_only: true - name: Deploy kubevirt diff --git a/hack/e2e-setup.sh b/hack/e2e-setup.sh index 00d3354..c2e434d 100755 --- a/hack/e2e-setup.sh +++ b/hack/e2e-setup.sh @@ -23,13 +23,13 @@ set_default_params() { BIN_DIR=${BIN_DIR:-$DIR/../bin} KIND=${KIND:-$BIN_DIR/kind} - KIND_VERSION=${KIND_VERSION:-v0.30.0} + KIND_VERSION=${KIND_VERSION:-v0.31.0} KUBECTL=${KUBECTL:-$BIN_DIR/kubectl} - KUBECTL_VERSION=${KUBECTL_VERSION:-v1.34.2} + KUBECTL_VERSION=${KUBECTL_VERSION:-v1.35.0} KUBEVIRT_VERSION=${KUBEVIRT_VERSION:-v1.7.0} - KUBEVIRT_CDI_VERSION=${KUBEVIRT_CDI_VERSION:-v1.63.1} + KUBEVIRT_CDI_VERSION=${KUBEVIRT_CDI_VERSION:-v1.64.0} KUBEVIRT_USE_EMULATION=${KUBEVIRT_USE_EMULATION:-"false"} CNAO_VERSION=${CNAO_VERSION:-v0.100.3}