From 5b6db4384f9286c2b235062750bbc3353a9e391f Mon Sep 17 00:00:00 2001 From: John Dietz Date: Mon, 5 Aug 2024 16:26:24 -0400 Subject: [PATCH] adjustments to release job for chart version source --- .argo/publish.yaml | 4 ++-- .argo/release.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.argo/publish.yaml b/.argo/publish.yaml index d56aed7a..7cb828af 100644 --- a/.argo/publish.yaml +++ b/.argo/publish.yaml @@ -151,11 +151,11 @@ spec: from: '{{steps.set-app-version-and-bump-macro-chartz.outputs.artifacts.repo-source}}' parameters: - name: commitMessage - value: 'tagged {{workflow.parameters.appName}} in charts kubefirst-v{{steps.get-initial-chart-version.outputs.result}}-rc.{{workflow.parameters.shortSha}}' + value: 'tagged {{workflow.parameters.appName}} in charts kubefirst-v{{steps.get-current-macro-chart-version.outputs.result}}' - name: gitUrlNoProtocol value: '{{workflow.parameters.gitUrlNoProtocol}}' - name: repoName value: 'charts' - name: tag - value: 'kubefirst-v{{steps.get-initial-chart-version.outputs.result}}-rc.{{workflow.parameters.shortSha}}' + value: 'kubefirst-v{{steps.get-current-macro-chart-version.outputs.result}}' diff --git a/.argo/release.yaml b/.argo/release.yaml index 0a1944a1..a35d1dfd 100644 --- a/.argo/release.yaml +++ b/.argo/release.yaml @@ -202,7 +202,7 @@ spec: from: '{{steps.set-app-version-and-bump-macro-chartz.outputs.artifacts.repo-source}}' parameters: - name: commitMessage - value: 'tagged {{workflow.parameters.appName}} in charts kubefirst-v{{{{steps.get-initial-chart-version.outputs.result}}' + value: 'tagged {{workflow.parameters.appName}} in charts kubefirst-v{{{{steps.get-current-macro-chart-version.outputs.result}}' - name: gitUrlNoProtocol value: '{{workflow.parameters.gitUrlNoProtocol}}' - name: repoName