diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index e5ef2bcbd78..22f228f1655 100644 --- a/.github/workflows/charts-lint.yaml +++ b/.github/workflows/charts-lint.yaml @@ -28,8 +28,7 @@ jobs: run: | helm repo add truecharts https://charts.truecharts.org helm repo add truecharts-library https://library-charts.truecharts.org - helm repo add bitnami https://charts.bitnami.com/bitnami - helm repo add prometheus https://prometheus-community.github.io/helm-charts + helm repo add truecharts-deps https://deps.truecharts.org helm repo update - name: Checkout