Skip to content

Commit

Permalink
add missing params to argo workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jarededwards committed Nov 20, 2023
1 parent a0d3822 commit d94b974
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .argo/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d94b974

Please sign in to comment.