From 302238dca2471ae0a9208ef4f581e2214bbfa859 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Mon, 15 May 2023 11:35:23 +0200 Subject: [PATCH] Update charts-lint.yaml Signed-off-by: Kjeld Schouten --- .github/workflows/charts-lint.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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