Skip to content

Commit

Permalink
Merge pull request #134 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 Aug 28, 2024
2 parents 2aced29 + a1d8e41 commit 7ca70b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
if: inputs.ansible_test_targets != ''
uses: helm/[email protected]
with:
version: v0.23.0
version: v0.24.0
install_only: true

- name: Deploy kubevirt
Expand Down
10 changes: 5 additions & 5 deletions hack/e2e-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ set_default_params() {
BIN_DIR=${BIN_DIR:-$DIR/../bin}

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

KUBECTL=${KUBECTL:-$BIN_DIR/kubectl}
KUBECTL_VERSION=${KUBECTL_VERSION:-v1.30.2}
KUBECTL_VERSION=${KUBECTL_VERSION:-v1.31.0}

KUBEVIRT_VERSION=${KUBEVIRT_VERSION:-v1.2.2}
KUBEVIRT_CDI_VERSION=${KUBEVIRT_CDI_VERSION:-v1.59.0}
KUBEVIRT_VERSION=${KUBEVIRT_VERSION:-v1.3.0}
KUBEVIRT_CDI_VERSION=${KUBEVIRT_CDI_VERSION:-v1.60.2}
KUBEVIRT_USE_EMULATION=${KUBEVIRT_USE_EMULATION:-"false"}

CNAO_VERSION=${CNAO_VERSION:-v0.93.0}
CNAO_VERSION=${CNAO_VERSION:-v0.95.0}

REGISTRY_NAME=${REGISTRY_NAME:-kind-registry}
REGISTRY_PORT=${REGISTRY_PORT:-5001}
Expand Down

0 comments on commit 7ca70b3

Please sign in to comment.