Skip to content

Commit

Permalink
use latest v1.22 image
Browse files Browse the repository at this point in the history
  • Loading branch information
alespour committed Jan 21, 2022
1 parent 4f9da9f commit 1d88f4e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/helm-charts-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# node image versions for helm/[email protected] => kubernetes-sigs/[email protected] (https://github.com/kubernetes-sigs/kind/releases/tag/v0.11.1)
node_image_version:
- v1.21.1 # default used by helm/[email protected] => kubernetes-sigs/[email protected]
- v1.22.0
- v1.21.1 # default used by helm/[email protected] (kubernetes-sigs/[email protected])
- v1.22.4
name: lint-test (k8s ${{ matrix.node_image_version }})
steps:
- name: Checkout
Expand Down

0 comments on commit 1d88f4e

Please sign in to comment.