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 5f9dca9 commit ec4fe02
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 @@ -17,7 +17,7 @@ on:
- '**.md'

env:
KIND_VERSION: v0.11.1
KIND_VERSION: v0.17.0

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion yamls/kind.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set nodeTag = "v1.22.4" -%}
{% set nodeTag = "v1.22.15" -%}
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
networking:
Expand Down

0 comments on commit ec4fe02

Please sign in to comment.