Skip to content

Commit

Permalink
ci: bump kind to v0.25.0 (#4720)
Browse files Browse the repository at this point in the history
Signed-off-by: zhangzujian <[email protected]>
  • Loading branch information
zhangzujian authored Nov 10, 2024
1 parent 9e55f4a commit 5054957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-x86-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:
cancel-in-progress: true

env:
KIND_VERSION: v0.24.0
KIND_VERSION: v0.25.0
GOLANGCI_LINT_VERSION: 'v1.61.0'
HELM_VERSION: v3.16.2
SUBMARINER_VERSION: '0.18.1'
Expand Down
2 changes: 1 addition & 1 deletion yamls/kind.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{%- if k8s_version is not defined -%}
{%- set k8s_version = "v1.31.1" -%}
{%- set k8s_version = "v1.31.2" -%}
{%- endif -%}
{%- if kube_proxy_mode is not defined -%}
{%- set kube_proxy_mode = "ipvs" -%}
Expand Down

0 comments on commit 5054957

Please sign in to comment.