Signed-off-by: Scott Rigby <scott@r6by.com>
This commit is contained in:
Scott Rigby
2020-08-08 21:54:16 -04:00
parent 2df1ce033a
commit 39edcd786a
+2 -2
View File
@@ -14,7 +14,7 @@ jobs:
- name: Run chart-testing (lint)
id: lint
uses: helm/chart-testing-action@v1.0.0-rc.2
uses: helm/chart-testing-action@v1.0.0
with:
command: lint
config: ct.yaml
@@ -24,7 +24,7 @@ jobs:
if: steps.lint.outputs.changed == 'true'
- name: Run chart-testing (install)
uses: helm/chart-testing-action@v1.0.0-rc.2
uses: helm/chart-testing-action@v1.0.0
with:
command: install
config: ct.yaml