Skip to content

Commit

Permalink
fixing wf syntax and correcting step chain (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
johndietz authored Aug 27, 2024
1 parent 516d7fa commit 537cb6a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .argo/publish-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,13 @@ spec:
clusterScope: true
arguments:
artifacts:
spec:
- name: chartDir
value: 'charts/{{workflow.parameters.appName}}'
- name: chartVersion
value: '{{steps.get-initial-chart-version.outputs.result}}'
- name: repo-source
from: '{{steps.set-environment-version.outputs.artifacts.repo-source}}'
parameters:
- name: chartDir
value: 'charts/{{workflow.parameters.appName}}'
- name: chartVersion
value: '{{steps.get-initial-chart-version.outputs.result}}'

- - name: commit-to-app-repo
templateRef:
Expand All @@ -165,7 +167,7 @@ spec:
arguments:
artifacts:
- name: repo-source
from: '{{steps.set-environment-version.outputs.artifacts.repo-source}}'
from: '{{steps.increment-chart-minor.outputs.artifacts.repo-source}}'
parameters:
- name: repoName
value: '{{workflow.parameters.appName}}'
Expand Down

0 comments on commit 537cb6a

Please sign in to comment.