mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-26 19:03:16 +00:00
Merge pull request #188 from kubevirt/renovate/e2e-setup-versions
chore(deps): update dependency kubernetes-sigs/kind to v0.28.0
This commit is contained in:
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
@@ -109,7 +109,7 @@ jobs:
|
|||||||
if: inputs.ansible_test_targets != ''
|
if: inputs.ansible_test_targets != ''
|
||||||
uses: helm/kind-action@v1.12.0
|
uses: helm/kind-action@v1.12.0
|
||||||
with:
|
with:
|
||||||
version: v0.27.0
|
version: v0.28.0
|
||||||
install_only: true
|
install_only: true
|
||||||
|
|
||||||
- name: Deploy kubevirt
|
- name: Deploy kubevirt
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ set_default_params() {
|
|||||||
BIN_DIR=${BIN_DIR:-$DIR/../bin}
|
BIN_DIR=${BIN_DIR:-$DIR/../bin}
|
||||||
|
|
||||||
KIND=${KIND:-$BIN_DIR/kind}
|
KIND=${KIND:-$BIN_DIR/kind}
|
||||||
KIND_VERSION=${KIND_VERSION:-v0.27.0}
|
KIND_VERSION=${KIND_VERSION:-v0.28.0}
|
||||||
|
|
||||||
KUBECTL=${KUBECTL:-$BIN_DIR/kubectl}
|
KUBECTL=${KUBECTL:-$BIN_DIR/kubectl}
|
||||||
KUBECTL_VERSION=${KUBECTL_VERSION:-v1.33.1}
|
KUBECTL_VERSION=${KUBECTL_VERSION:-v1.33.1}
|
||||||
|
|||||||
Reference in New Issue
Block a user