From 7c3384e1ff9a3284cf3d3cc63d00c23629329514 Mon Sep 17 00:00:00 2001 From: Guilhem Bonnefille Date: Wed, 16 Feb 2022 14:45:28 +0100 Subject: [PATCH] Add bitnami repository --- .github/workflows/lint-test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 56ec38f..3fba3ee 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -39,4 +39,6 @@ jobs: if: steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (install) - run: ct install \ No newline at end of file + run: | + helm repo add bitnami https://charts.bitnami.com/bitnami + ct install