From 9220e9e38309e7333267c7a3d31a8a744239bc0c Mon Sep 17 00:00:00 2001 From: Jared Edwards Date: Mon, 20 Nov 2023 16:46:45 -0700 Subject: [PATCH] add chartdir --- .argo/publish.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.argo/publish.yaml b/.argo/publish.yaml index 4ff5451e..36dc122c 100644 --- a/.argo/publish.yaml +++ b/.argo/publish.yaml @@ -170,6 +170,8 @@ spec: parameters: - name: appName value: "gitops-template" # sets workingDir: + - name: appName + value: "charts/kubefirst" - name: nextChartVersion value: "{{steps.output-next-chart-version.outputs.result}}" - - name: pull-commit-push-gitops-template