Skip to content

Commit

Permalink
ci: bump k8s to v1.30.0 (#4019)
Browse files Browse the repository at this point in the history
Signed-off-by: zhangzujian <[email protected]>
  • Loading branch information
zhangzujian committed May 14, 2024
1 parent b8d77e2 commit 5994860
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -22,7 +22,7 @@ concurrency:

env:
GO_VERSION: ''
KIND_VERSION: v0.22.0
KIND_VERSION: v0.23.0
GOSEC_VERSION: '2.19.0'
HELM_VERSION: v3.14.4
SUBMARINER_VERSION: '0.17.1'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

env:
GO_VERSION: ''
KIND_VERSION: v0.22.0
KIND_VERSION: v0.23.0
HELM_VERSION: v3.14.4
SUBMARINER_VERSION: '0.17.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.29.2" -%}
{%- set k8s_version = "v1.30.0" -%}
{%- endif -%}
{%- if kube_proxy_mode is not defined -%}
{%- set kube_proxy_mode = "ipvs" -%}
Expand Down

0 comments on commit 5994860

Please sign in to comment.