From 8b0c97b920698f54b2167dd714b84eecd0a80251 Mon Sep 17 00:00:00 2001 From: Jared Edwards Date: Tue, 21 Nov 2023 22:22:26 -0700 Subject: [PATCH] add missing param --- .argo/publish.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.argo/publish.yaml b/.argo/publish.yaml index 585f418d..f16814b2 100644 --- a/.argo/publish.yaml +++ b/.argo/publish.yaml @@ -189,6 +189,8 @@ spec: value: 'gitops' - name: commitMessage value: 'set next macro chart for kubefirst - {{steps.output-current-chart-version.outputs.result}}' - - name: nextChartVersion + - name: chartVersion value: "{{steps.output-current-chart-version.outputs.result}}" + - name: environment + value: "development"