Skip to content

Commit

Permalink
Update k8s versions in CI (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
kota2and3kan authored Dec 17, 2024
1 parent 7fd0b9b commit ee508b9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/helm_charts_scalar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ jobs:
strategy:
matrix:
k8s:
- v1.27.16
- v1.28.13
- v1.29.8
- v1.30.4
- v1.31.0
- v1.28.15
- v1.29.12
- v1.30.8
- v1.31.4
- v1.32.0

steps:
- name: Checkout
Expand Down Expand Up @@ -149,11 +149,11 @@ jobs:
strategy:
matrix:
k8s:
- v1.27.16
- v1.28.13
- v1.29.8
- v1.30.4
- v1.31.0
- v1.28.15
- v1.29.12
- v1.30.8
- v1.31.4
- v1.32.0

steps:
- name: Checkout
Expand All @@ -177,7 +177,7 @@ jobs:
fi
- name: Create kind ${{ matrix.k8s }} cluster
uses: helm/kind-action@v1.7.0
uses: helm/kind-action@v1.11.0
with:
config: .github/kind-cluster.yaml
node_image: kindest/node:${{ matrix.k8s }}
Expand Down

0 comments on commit ee508b9

Please sign in to comment.