From aadaf25aa3132509b0f456ff4d919e909857e227 Mon Sep 17 00:00:00 2001 From: John Dietz Date: Mon, 5 Aug 2024 17:37:46 -0400 Subject: [PATCH] adopting console changes in api ci (#395) --- .argo/publish.yaml | 6 +++--- .argo/release.yaml | 7 +++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.argo/publish.yaml b/.argo/publish.yaml index 7afb9369..4b12d1b9 100644 --- a/.argo/publish.yaml +++ b/.argo/publish.yaml @@ -130,12 +130,12 @@ spec: - - name: get-current-macro-chart-version templateRef: name: cwft-helm - template: get-macro-chart-version + template: get-macro-chart-version-from-charts clusterScope: true arguments: artifacts: - name: repo-source - from: '{{steps.set-app-version-and-bump-macro-chartz.outputs.artifacts.repo-source}}' + from: '{{steps.helm-dependency-update.outputs.artifacts.repo-source}}' parameters: - name: chartDir value: "charts/kubefirst" @@ -148,7 +148,7 @@ spec: arguments: artifacts: - name: repo-source - from: '{{steps.set-app-version-and-bump-macro-chartz.outputs.artifacts.repo-source}}' + from: '{{steps.helm-dependency-update.outputs.artifacts.repo-source}}' parameters: - name: commitMessage value: 'tagged {{workflow.parameters.appName}} in charts kubefirst-v{{steps.get-current-macro-chart-version.outputs.result}}' diff --git a/.argo/release.yaml b/.argo/release.yaml index 0d58afe1..086071f7 100644 --- a/.argo/release.yaml +++ b/.argo/release.yaml @@ -181,12 +181,12 @@ spec: - - name: get-current-macro-chart-version templateRef: name: cwft-helm - template: get-macro-chart-version + template: get-macro-chart-version-from-charts clusterScope: true arguments: artifacts: - name: repo-source - from: '{{steps.set-app-version-and-bump-macro-chartz.outputs.artifacts.repo-source}}' + from: '{{steps.helm-dependency-update.outputs.artifacts.repo-source}}' parameters: - name: chartDir value: "charts/kubefirst" @@ -199,7 +199,7 @@ spec: arguments: artifacts: - name: repo-source - from: '{{steps.set-app-version-and-bump-macro-chartz.outputs.artifacts.repo-source}}' + from: '{{steps.helm-dependency-update.outputs.artifacts.repo-source}}' parameters: - name: commitMessage value: 'tagged {{workflow.parameters.appName}} in charts kubefirst-v{{steps.get-current-macro-chart-version.outputs.result}}' @@ -209,4 +209,3 @@ spec: value: 'charts' - name: tag value: 'kubefirst-v{{steps.get-current-macro-chart-version.outputs.result}}' -