Merge pull request #154 from kubevirt/renovate/e2e-setup-versions

chore(deps): update e2e-setup versions
This commit is contained in:
kubevirt-bot
2024-12-17 12:42:08 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -134,7 +134,7 @@ jobs:
if: inputs.ansible_test_targets != ''
uses: helm/kind-action@v1.11.0
with:
version: v0.25.0
version: v0.26.0
install_only: true
- name: Deploy kubevirt

View File

@@ -23,10 +23,10 @@ set_default_params() {
BIN_DIR=${BIN_DIR:-$DIR/../bin}
KIND=${KIND:-$BIN_DIR/kind}
KIND_VERSION=${KIND_VERSION:-v0.25.0}
KIND_VERSION=${KIND_VERSION:-v0.26.0}
KUBECTL=${KUBECTL:-$BIN_DIR/kubectl}
KUBECTL_VERSION=${KUBECTL_VERSION:-v1.31.4}
KUBECTL_VERSION=${KUBECTL_VERSION:-v1.32.0}
KUBEVIRT_VERSION=${KUBEVIRT_VERSION:-v1.4.0}
KUBEVIRT_CDI_VERSION=${KUBEVIRT_CDI_VERSION:-v1.61.0}