Skip to content

Commit

Permalink
fix(release): Set up dependent chart repos
Browse files Browse the repository at this point in the history
  • Loading branch information
mheap committed May 25, 2023
1 parent 5ab38a8 commit 931ebc1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
- name: Set up chart-testing
uses: helm/[email protected]

- name: Add dependency chart repos
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add kong https://charts.konghq.com
- name: Run chart-testing (lint)
run: ct lint --charts ${{ matrix.chart-name }}
working-directory: charts
Expand Down

0 comments on commit 931ebc1

Please sign in to comment.