Skip to content

Commit

Permalink
Merge pull request #148 from kubevirt/renovate/e2e-setup-versions
Browse files Browse the repository at this point in the history
chore(deps): update dependency kubernetes-sigs/kind to v0.25.0
  • Loading branch information
kubevirt-bot authored Nov 11, 2024
2 parents 9ceefcd + 965a6aa commit 16a8045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.24.0
version: v0.25.0
install_only: true

- name: Deploy kubevirt
Expand Down
2 changes: 1 addition & 1 deletion hack/e2e-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set_default_params() {
BIN_DIR=${BIN_DIR:-$DIR/../bin}

KIND=${KIND:-$BIN_DIR/kind}
KIND_VERSION=${KIND_VERSION:-v0.24.0}
KIND_VERSION=${KIND_VERSION:-v0.25.0}

KUBECTL=${KUBECTL:-$BIN_DIR/kubectl}
KUBECTL_VERSION=${KUBECTL_VERSION:-v1.31.2}
Expand Down

0 comments on commit 16a8045

Please sign in to comment.