Skip to content

Commit

Permalink
Adding repos and updating them beforehand
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Jan 18, 2024
1 parent 67e8c02 commit 1c55ed8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
- name: Install ct
uses: helm/[email protected]

- name: Add Repo Bitnami
run: helm repo add bitnami https://charts.bitnami.com/bitnami

- name: Add Repo Truechart
run: helm repo add truecharts https://github.com/truecharts/catalog

- name: Helm Repo Update
run: helm repo update

Expand Down

0 comments on commit 1c55ed8

Please sign in to comment.