Skip to content

Commit

Permalink
Add repos.
Browse files Browse the repository at this point in the history
  • Loading branch information
robholland committed Oct 11, 2024
1 parent bab322f commit b7eb989
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:
- name: Set up chart-testing
uses: helm/[email protected]

- name: Add dependency repos
run: |
helm repo add incubator https://charts.helm.sh/incubator
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo add elastic https://helm.elastic.co
helm repo add grafana https://grafana.github.io/helm-charts
- name: Run chart-testing (list-changed)
id: list-changed
run: |
Expand Down

0 comments on commit b7eb989

Please sign in to comment.