From 0c1ede527d07f01a37b6b0423a13a54ce5fb4f90 Mon Sep 17 00:00:00 2001 From: Theron Voran Date: Tue, 7 Jan 2025 11:50:08 -0800 Subject: [PATCH] set latest kind version --- .github/actions/integration-test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/integration-test/action.yml b/.github/actions/integration-test/action.yml index 2fec1459..3d95eb3f 100644 --- a/.github/actions/integration-test/action.yml +++ b/.github/actions/integration-test/action.yml @@ -59,7 +59,7 @@ runs: cluster_name: ${{ inputs.kind-cluster-name }} config: vault-helm/test/kind/config.yaml node_image: kindest/node:v${{ inputs.k8s-version }} - version: "v0.25.0" + version: "v0.26.0" - name: Create kind export log root id: create_kind_export_log_root