diff --git a/.github/workflows/charts.yml b/.github/workflows/charts.yml index 32f56e1..8696aa1 100644 --- a/.github/workflows/charts.yml +++ b/.github/workflows/charts.yml @@ -17,6 +17,12 @@ jobs: - name: Install ct uses: helm/chart-testing-action@v2.6.1 + - 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