From 5cfe645b26ffb0d5019c1e08f78e1cb5a0c9aba6 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 5 Nov 2023 12:06:33 +0100 Subject: [PATCH] Update charts-lint.yaml Signed-off-by: Kjeld Schouten --- .github/workflows/charts-lint.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index 6731ae4f135..95f26e55af0 100644 --- a/.github/workflows/charts-lint.yaml +++ b/.github/workflows/charts-lint.yaml @@ -47,6 +47,11 @@ jobs: run: | pip3 install --no-cache-dir pre-commit yamale yamllint + - name: Install Helm + uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3 + with: + version: latest + - name: Prep Helm run: | helm repo add truecharts https://charts.truecharts.org