Skip to content

Commit

Permalink
bump kind and node image versions (#2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Nov 9, 2022
1 parent 5db54e3 commit 3267b0f
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 @@ -18,7 +18,7 @@ on:
env:
GO_VERSION: '1.18'
GOSEC_VERSION: '2.12.0'
KIND_VERSION: v0.14.0
KIND_VERSION: v0.17.0
HELM_VERSION: v3.10.1

jobs:
Expand Down Expand Up @@ -1300,7 +1300,7 @@ jobs:
run: |
sudo pip3 install j2cli
sudo pip3 install "j2cli[yaml]"
sudo PATH=~/.local/bin:$PATH k8s_version=v1.23.6 make kind-init
sudo PATH=~/.local/bin:$PATH k8s_version=v1.23.13 make kind-init
- name: Download image
uses: actions/download-artifact@v3
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.24.2" -%}
{% set k8s_version = "v1.24.7" -%}
{% endif %}
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
Expand Down

0 comments on commit 3267b0f

Please sign in to comment.