Skip to content

Commit

Permalink
Add chart dependencies to ct linting CI
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod authored and daurer committed May 16, 2024
1 parent aeb2130 commit 5475c98
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
- name: Setup Chart Testing
uses: helm/[email protected]

- name: Install chart dependencies
run: |
helm repo add vcluster https://charts.loft.sh
helm repo add argo https://argoproj.github.io/argo-helm
helm repo add bitnami http://charts.bitnami.com/bitnami
- name: Lint
run: >
ct
Expand Down Expand Up @@ -50,8 +56,9 @@ jobs:

- name: Install chart dependencies
run: |
helm repo add vluster https://charts.loft.sh
helm repo add vcluster https://charts.loft.sh
helm repo add argo https://argoproj.github.io/argo-helm
helm repo add bitnami http://charts.bitnami.com/bitnami
helm dependency update
working-directory: charts/${{ matrix.chart }}

Expand Down

0 comments on commit 5475c98

Please sign in to comment.