From d94b974fffda92650ba06c9d4f5b275f4d13f05d Mon Sep 17 00:00:00 2001 From: Jared Edwards Date: Mon, 20 Nov 2023 15:26:14 -0700 Subject: [PATCH] add missing params to argo workflow --- .argo/publish.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.argo/publish.yaml b/.argo/publish.yaml index d61d9909..4ff5451e 100644 --- a/.argo/publish.yaml +++ b/.argo/publish.yaml @@ -136,6 +136,10 @@ spec: - name: repo-source from: '{{steps.helm-dependency-update.outputs.artifacts.repo-source}}' parameters: + - name: appName + value: "charts" + - name: chartDir + value: "charts/kubefirst" - name: version value: "next" - - name: pull-commit-push-charts