Skip to content

Commit

Permalink
adopting console changes in api ci (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
johndietz authored Aug 5, 2024
1 parent ace620c commit aadaf25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .argo/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,12 @@ spec:
- - name: get-current-macro-chart-version
templateRef:
name: cwft-helm
template: get-macro-chart-version
template: get-macro-chart-version-from-charts
clusterScope: true
arguments:
artifacts:
- name: repo-source
from: '{{steps.set-app-version-and-bump-macro-chartz.outputs.artifacts.repo-source}}'
from: '{{steps.helm-dependency-update.outputs.artifacts.repo-source}}'
parameters:
- name: chartDir
value: "charts/kubefirst"
Expand All @@ -148,7 +148,7 @@ spec:
arguments:
artifacts:
- name: repo-source
from: '{{steps.set-app-version-and-bump-macro-chartz.outputs.artifacts.repo-source}}'
from: '{{steps.helm-dependency-update.outputs.artifacts.repo-source}}'
parameters:
- name: commitMessage
value: 'tagged {{workflow.parameters.appName}} in charts kubefirst-v{{steps.get-current-macro-chart-version.outputs.result}}'
Expand Down
7 changes: 3 additions & 4 deletions .argo/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,12 @@ spec:
- - name: get-current-macro-chart-version
templateRef:
name: cwft-helm
template: get-macro-chart-version
template: get-macro-chart-version-from-charts
clusterScope: true
arguments:
artifacts:
- name: repo-source
from: '{{steps.set-app-version-and-bump-macro-chartz.outputs.artifacts.repo-source}}'
from: '{{steps.helm-dependency-update.outputs.artifacts.repo-source}}'
parameters:
- name: chartDir
value: "charts/kubefirst"
Expand All @@ -199,7 +199,7 @@ spec:
arguments:
artifacts:
- name: repo-source
from: '{{steps.set-app-version-and-bump-macro-chartz.outputs.artifacts.repo-source}}'
from: '{{steps.helm-dependency-update.outputs.artifacts.repo-source}}'
parameters:
- name: commitMessage
value: 'tagged {{workflow.parameters.appName}} in charts kubefirst-v{{steps.get-current-macro-chart-version.outputs.result}}'
Expand All @@ -209,4 +209,3 @@ spec:
value: 'charts'
- name: tag
value: 'kubefirst-v{{steps.get-current-macro-chart-version.outputs.result}}'

0 comments on commit aadaf25

Please sign in to comment.