Skip to content

Commit 70c4042

Browse files
committed
add chart repositories before linting
1 parent b82190a commit 70c4042

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
uses: helm/chart-testing-action@v1.0.0-rc.2
3535
with:
3636
command: lint
37+
config: ct.yaml
3738

3839
deploy_chart:
3940
name: Test the deployment of the chart

ct.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ remote: origin
33
chart-dirs:
44
- charts
55
helm-extra-args: --timeout 600
6+
chart-repos:
7+
- bitnami=https://charts.bitnami.com/bitnami

0 commit comments

Comments
 (0)