From 940df19e030aec57a07438cc8b7cd07a283ca269 Mon Sep 17 00:00:00 2001 From: Techassi Date: Wed, 24 Jun 2026 16:48:43 +0200 Subject: [PATCH] ci(template): Add the missing 'v' --- template/.github/workflows/build.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.github/workflows/build.yaml.j2 b/template/.github/workflows/build.yaml.j2 index ca385d39..12c879cf 100644 --- a/template/.github/workflows/build.yaml.j2 +++ b/template/.github/workflows/build.yaml.j2 @@ -272,7 +272,7 @@ jobs: chart-version: ${{ needs.build-container-image.outputs.operator-version }} app-version: ${{ needs.build-container-image.outputs.operator-version }} publish-and-sign: ${{ !github.event.pull_request.head.repo.fork }} - helm-version: 3.17.4 # This is currently the latest version which supports pushing to quay.io + helm-version: v3.17.4 # This is currently the latest version which supports pushing to quay.io openshift-preflight-check: name: Run OpenShift Preflight Check for ${{ needs.build-container-image.outputs.operator-version }}-${{ matrix.arch }}