mirror of
https://github.com/wahyd4/helm-charts.git
synced 2026-08-09 04:26:02 +10:00
Bump chart-testing action to v1.0.0. See https://github.com/helm/charts-repo-actions-demo/pull/20
Signed-off-by: Scott Rigby <scott@r6by.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user