Skip to content

Commit 13dc666

Browse files
authored
Merge pull request #153 from cfis/github_actions
Update Chart Linting
2 parents 33a268f + e983538 commit 13dc666

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.ci/ct-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# This file defines the config for "ct" (chart tester) used by the helm linting GitHub workflow
22

33
lint-conf: .ci/lint-config.yaml
4-
validate-maintainers: false
4+
target-branch: master
5+
validate-maintainers: false
6+
check-version-increment: false

.github/workflows/on-push-lint-charts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
strategy:
6565
matrix:
6666
# Choose from https://hub.docker.com/r/kindest/node/tags
67-
KubeVersion: [ 1.27.3, 1.28.0, 1.29.0 ]
67+
KubeVersion: [ 1.30.10, 1.31.6, 1.32.2]
6868

6969
steps:
7070
- name: Checkout
@@ -78,7 +78,7 @@ jobs:
7878
python-version: 3.11
7979

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

8383
- name: Run chart-testing (list-changed)
8484
id: list-changed

.github/workflows/on-push-master-publish-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
git config user.email "[email protected]"
2828
2929
- name: Run chart-releaser
30-
uses: helm/chart-releaser-action@v1.6.0
30+
uses: helm/chart-releaser-action@v1.7.0
3131
env:
3232
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
3333

0 commit comments

Comments
 (0)