We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 709136e commit f1f62e0Copy full SHA for f1f62e0
.github/workflows/chart-lint.yml
@@ -43,7 +43,7 @@ jobs:
43
python-version: "3.x"
44
check-latest: true
45
- name: Set up chart-testing
46
- uses: helm/chart-testing-action@v2.6.1
+ uses: helm/chart-testing-action@v2.8.0
47
- name: Lint chart
48
run: ct lint --target-branch ${TARGET_BRANCH} --lint-conf lintconf.yaml --config ct.yaml --chart-yaml-schema chart_schema.yaml
49
.github/workflows/chart-test.yml
@@ -54,7 +54,7 @@ jobs:
54
with:
55
56
57
- - uses: helm/chart-testing-action@v2.6.1
+ - uses: helm/chart-testing-action@v2.8.0
58
- name: Set up Kind cluster
59
uses: helm/kind-action@v1
60
0 commit comments