Skip to content

Commit

Permalink
bump helm/chart-testing-action to version 2.6.1
Browse files Browse the repository at this point in the history
* update kubernetes versions to test against

Signed-off-by: Thomas Jäckle <[email protected]>
  • Loading branch information
thjaeckle committed Nov 3, 2023
1 parent 9bcf53a commit 638a655
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
python-version: ${{ env.VERSION_PYTHON }}
check-latest: true
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.1
with:
version: ${{ env.VERSION_CHART_TESTING }}
- name: Run chart-testing (list-changed)
Expand All @@ -63,9 +63,9 @@ jobs:
# which a folder exists at
# https://github.com/yannh/kubernetes-json-schema/
k8s:
- v1.26.6
- v1.26.10
- v1.27.3
- v1.28.0
- v1.28.3
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -92,9 +92,9 @@ jobs:
# available for the docker.io/kindest/node image
# https://hub.docker.com/r/kindest/node/tags
k8s:
- v1.26.6
- v1.26.10
- v1.27.3
- v1.28.0
- v1.28.3
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -109,7 +109,7 @@ jobs:
python-version: ${{ env.VERSION_PYTHON }}
check-latest: true
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.1
with:
version: ${{ env.VERSION_CHART_TESTING }}
- name: Run chart-testing (list-changed)
Expand Down

0 comments on commit 638a655

Please sign in to comment.