mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-25 00:44:35 +00:00
fix(ci): update e2e-setup versions, pin K8s 1.35
Update kind v0.31.0 -> v0.32.0 and KubeVirt v1.8.2 -> v1.8.3. Pin the kind node image to K8s 1.35 since KubeVirt v1.8 does not yet support K8s 1.36 (kind v0.32.0 defaults to 1.36). Supersedes: #243 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
@@ -156,7 +156,7 @@ jobs:
|
||||
if: inputs.ansible_test_targets != ''
|
||||
uses: helm/kind-action@v1.14.0
|
||||
with:
|
||||
version: v0.31.0
|
||||
version: v0.32.0
|
||||
install_only: true
|
||||
|
||||
- name: Deploy kubevirt
|
||||
|
||||
Reference in New Issue
Block a user