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 and bobz965 committed Nov 27, 2024
1 parent 7810b01 commit dc2e4d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-x86-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ 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.1
HELM_VERSION: v3.16.2
SUBMARINER_VERSION: "0.18.1"

jobs:
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.29.2" -%}
{%- 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 dc2e4d7

Please sign in to comment.