From 0625849124008a2bbf0fe6f76a6801d92400ff0e Mon Sep 17 00:00:00 2001 From: Philipp Schirmer Date: Thu, 12 Feb 2026 21:07:30 +0100 Subject: [PATCH 1/4] Fix CI for external PRs --- .github/workflows/helm-lint.yaml | 4 ++++ .github/workflows/helm-publish.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/helm-lint.yaml b/.github/workflows/helm-lint.yaml index 3de13dc9..06c87b17 100644 --- a/.github/workflows/helm-lint.yaml +++ b/.github/workflows/helm-lint.yaml @@ -2,6 +2,10 @@ name: Helm lint on: push: + tags: [ "**" ] + branches: + - master + pull_request: jobs: helm-lint: diff --git a/.github/workflows/helm-publish.yaml b/.github/workflows/helm-publish.yaml index 8b15aa97..5ad6db56 100644 --- a/.github/workflows/helm-publish.yaml +++ b/.github/workflows/helm-publish.yaml @@ -2,6 +2,10 @@ name: Publish Helm Charts on: push: + tags: [ "**" ] + branches: + - master + pull_request: jobs: get-gradle-version: From 60ace073821b15b8e1c3e90e5d1b7670e743bd7b Mon Sep 17 00:00:00 2001 From: Philipp Schirmer Date: Thu, 12 Feb 2026 21:09:58 +0100 Subject: [PATCH 2/4] Fix CI for external PRs --- .github/workflows/helm-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-lint.yaml b/.github/workflows/helm-lint.yaml index 06c87b17..42b35a56 100644 --- a/.github/workflows/helm-lint.yaml +++ b/.github/workflows/helm-lint.yaml @@ -15,4 +15,4 @@ jobs: uses: bakdata/ci-templates/actions/helm-lint@1.72.2 with: lint-config-path: ".github/lint-config.yaml" - ref: ${{ github.ref_name }} + ref: ${{ github.head_ref || github.ref_name }} From e7d8393bd180048862bf589c0cd917425b0cd833 Mon Sep 17 00:00:00 2001 From: Philipp Schirmer Date: Thu, 12 Feb 2026 21:14:23 +0100 Subject: [PATCH 3/4] Fix CI for external PRs --- .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 42b35a56..81a4b8ec 100644 --- a/.github/workflows/helm-lint.yaml +++ b/.github/workflows/helm-lint.yaml @@ -12,7 +12,6 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Lint Helm chart - uses: bakdata/ci-templates/actions/helm-lint@1.72.2 + uses: bakdata/ci-templates/actions/helm-lint@fix/helm-pr with: lint-config-path: ".github/lint-config.yaml" - ref: ${{ github.head_ref || github.ref_name }} diff --git a/.github/workflows/helm-publish.yaml b/.github/workflows/helm-publish.yaml index 5ad6db56..47309e08 100644 --- a/.github/workflows/helm-publish.yaml +++ b/.github/workflows/helm-publish.yaml @@ -36,7 +36,7 @@ jobs: helm-publish: name: Publish Helm chart - uses: bakdata/ci-templates/.github/workflows/helm-multi-release.yaml@1.72.2 + uses: bakdata/ci-templates/.github/workflows/helm-multi-release.yaml@fix/helm-pr needs: get-gradle-version with: charts-path: "./charts" From 4bdaa5f37bf6f3e9f8f0b69f893848e7da4275cd Mon Sep 17 00:00:00 2001 From: Philipp Schirmer Date: Fri, 13 Feb 2026 09:42:49 +0100 Subject: [PATCH 4/4] Fix CI for external PRs --- .github/workflows/helm-lint.yaml | 2 +- .github/workflows/helm-publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-lint.yaml b/.github/workflows/helm-lint.yaml index 81a4b8ec..a4fd59d8 100644 --- a/.github/workflows/helm-lint.yaml +++ b/.github/workflows/helm-lint.yaml @@ -12,6 +12,6 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Lint Helm chart - uses: bakdata/ci-templates/actions/helm-lint@fix/helm-pr + uses: bakdata/ci-templates/actions/helm-lint@1.74.0 with: lint-config-path: ".github/lint-config.yaml" diff --git a/.github/workflows/helm-publish.yaml b/.github/workflows/helm-publish.yaml index 47309e08..2b75ee66 100644 --- a/.github/workflows/helm-publish.yaml +++ b/.github/workflows/helm-publish.yaml @@ -36,7 +36,7 @@ jobs: helm-publish: name: Publish Helm chart - uses: bakdata/ci-templates/.github/workflows/helm-multi-release.yaml@fix/helm-pr + uses: bakdata/ci-templates/.github/workflows/helm-multi-release.yaml@1.74.0 needs: get-gradle-version with: charts-path: "./charts"