Skip to content

Commit

Permalink
Update helm linting and releasing and don't force chart version incre…
Browse files Browse the repository at this point in the history
…ment
  • Loading branch information
cfis committed Mar 10, 2025
1 parent 33a268f commit 7db8d29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .ci/ct-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# This file defines the config for "ct" (chart tester) used by the helm linting GitHub workflow

lint-conf: .ci/lint-config.yaml
validate-maintainers: false
validate-maintainers: false
check-version-increment: false
4 changes: 2 additions & 2 deletions .github/workflows/on-push-lint-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
strategy:
matrix:
# Choose from https://hub.docker.com/r/kindest/node/tags
KubeVersion: [ 1.27.3, 1.28.0, 1.29.0 ]
KubeVersion: [ 1.30.10, 1.31.6, 1.32.2]

steps:
- name: Checkout
Expand All @@ -78,7 +78,7 @@ jobs:
python-version: 3.11

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.6.0
uses: helm/chart-testing-action@v2.7.0

- name: Run chart-testing (list-changed)
id: list-changed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push-master-publish-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
git config user.email "[email protected]"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
uses: helm/chart-releaser-action@v1.7.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 7db8d29

Please sign in to comment.