Patch updates (#1082)

* Update go version k8s deps and images

* update kind as well

Signed-off-by: Daniel Holbach <daniel.holbach@gmail.com>
Signed-off-by: Jean-Philippe Evrard <open-source@a.spamming.party>
This commit is contained in:
dholbach
2025-02-25 16:19:56 +01:00
committed by GitHub
parent 903d223daa
commit 3ca4a06257
6 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -133,7 +133,7 @@ jobs:
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
with:
install_only: true
version: v0.22.0
version: v0.27.0
- name: Run specific e2e tests
run: make e2e-test ARGS="-run ^${{ matrix.testname }}/${{ matrix.kubernetes_version }}"
@@ -173,7 +173,7 @@ jobs:
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
with:
install_only: true
version: v0.22.0
version: v0.27.0
# Keep this until v1.31 (or superior) becomes the default kubectl version for the kind-action.
# It is used in podblocker shell script test to use --all-pods.
# If the podblocker e2e test relies on another way, this can also be removed.