Skip to content

Commit

Permalink
Merge pull request #154 from kubevirt/renovate/e2e-setup-versions
Browse files Browse the repository at this point in the history
chore(deps): update e2e-setup versions
  • Loading branch information
kubevirt-bot authored Dec 17, 2024
2 parents bea6323 + ae677da commit f935a84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
if: inputs.ansible_test_targets != ''
uses: helm/[email protected]
with:
version: v0.25.0
version: v0.26.0
install_only: true

- name: Deploy kubevirt
Expand Down
4 changes: 2 additions & 2 deletions hack/e2e-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit f935a84

Please sign in to comment.