From 103d82cc6f34129c236768a273435eb8533f68be Mon Sep 17 00:00:00 2001 From: brownzebra Date: Tue, 10 Feb 2026 14:11:38 +0200 Subject: [PATCH 1/2] fix-propogate-version-to-cluster-values --- .github/workflows/release-pipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-pipeline.yaml b/.github/workflows/release-pipeline.yaml index 45cdf1d7..5ba3500f 100644 --- a/.github/workflows/release-pipeline.yaml +++ b/.github/workflows/release-pipeline.yaml @@ -49,6 +49,7 @@ jobs: with: cmd: | yq -i '.clusterForge.targetRevision = env(GIT_TAG)' root/values.yaml + yq -i '.targetRevision = env(GIT_TAG)' scripts/init-gitea-job/values.yaml - name: Commit and push changes uses: stefanzweifel/git-auto-commit-action@v4 From 61d76ffa39323ec8ea011ca573479b1c7cb4238a Mon Sep 17 00:00:00 2001 From: brownzebra Date: Tue, 10 Feb 2026 14:14:13 +0200 Subject: [PATCH 2/2] fix: adding values target revision to cluster-values