From 54483da1704d1d6403b619476a88efb09b4474d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannick=20R=C3=B6der?= <33963579+yannick-roeder@users.noreply.github.com> Date: Mon, 13 May 2024 17:44:39 +0200 Subject: [PATCH] Bump CI template version to fix Helm lint (#221) --- .github/workflows/helm-lint.yaml | 3 +-- .github/workflows/helm-publish.yaml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/helm-lint.yaml b/.github/workflows/helm-lint.yaml index 5c48f415..6df67d86 100644 --- a/.github/workflows/helm-lint.yaml +++ b/.github/workflows/helm-lint.yaml @@ -8,8 +8,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Lint Helm chart - uses: bakdata/ci-templates/actions/helm-lint@v1.13.5 + uses: bakdata/ci-templates/actions/helm-lint@1.46.2 with: lint-config-path: ".github/lint-config.yaml" ref: ${{ github.ref_name }} - check-version-increment: false diff --git a/.github/workflows/helm-publish.yaml b/.github/workflows/helm-publish.yaml index 1ef58ea4..51db65cf 100644 --- a/.github/workflows/helm-publish.yaml +++ b/.github/workflows/helm-publish.yaml @@ -31,7 +31,7 @@ jobs: call-workflow-passing-data: name: Publish Helm chart - uses: bakdata/ci-templates/.github/workflows/helm-multi-release.yaml@1.46.0 + uses: bakdata/ci-templates/.github/workflows/helm-multi-release.yaml@1.46.2 needs: get-gradle-version with: charts-path: "./charts"