From 84df69e04f4221e2fa4c9b5ffc9133d9a95b7287 Mon Sep 17 00:00:00 2001 From: Thumbscrew Date: Thu, 25 May 2023 13:11:24 +0100 Subject: [PATCH] chore: update helm to 3.12.0 in lint-charts (#17) --- .github/workflows/lint-charts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-charts.yaml b/.github/workflows/lint-charts.yaml index 7fff228..26d8b42 100644 --- a/.github/workflows/lint-charts.yaml +++ b/.github/workflows/lint-charts.yaml @@ -17,7 +17,7 @@ jobs: - name: Install Helm uses: azure/setup-helm@v3 with: - version: v3.10.2 + version: v3.12.0 - name: Lint charts run: helm lint charts/* \ No newline at end of file