Skip to content

Commit

Permalink
gopher gold
Browse files Browse the repository at this point in the history
  • Loading branch information
jarededwards committed Nov 19, 2023
1 parent 4ea0300 commit f7418ae
Showing 1 changed file with 31 additions and 16 deletions.
47 changes: 31 additions & 16 deletions .argo/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,20 +110,35 @@ spec:
parameters:
- name: chartDir
value: 'charts/kubefirst'
# - - name: pull-commit-push-charts
# templateRef:
# name: cwft-git
# template: pull-commit-push
# clusterScope: true
# arguments:
# artifacts:
# - name: repo-source
# from: '{{steps.helm-dependency-update.outputs.artifacts.repo-source}}'
# parameters:
# - name: commitMessage
# value: 'prepared next macro chart for kubefirst - set {{workflow.parameters.appName}} to {{steps.get-initial-chart-version.outputs.result}}-rc.{{workflow.parameters.shortSha}}'
# - name: gitUrlNoProtocol
# value: '{{workflow.parameters.gitUrlNoProtocol}}'
# - name: repoName
# value: 'charts'

- - name: publish-macro-helm-chart
templateRef:
name: cwft-helm
template: publish-chart
clusterScope: true
arguments:
artifacts:
- name: repo-source
from: '{{steps.helm-dependency-update.outputs.artifacts.repo-source}}'
parameters:
- name: appName
value: charts # sets workingDir
- name: chartDir
value: 'charts/kubefirst'

- - name: pull-commit-push-charts
templateRef:
name: cwft-git
template: pull-commit-push
clusterScope: true
arguments:
artifacts:
- name: repo-source
from: '{{steps.helm-dependency-update.outputs.artifacts.repo-source}}'
parameters:
- name: commitMessage
value: 'prepared next macro chart for kubefirst - set {{workflow.parameters.appName}} to {{steps.get-initial-chart-version.outputs.result}}-rc.{{workflow.parameters.shortSha}}'
- name: gitUrlNoProtocol
value: '{{workflow.parameters.gitUrlNoProtocol}}'
- name: repoName
value: 'charts'

0 comments on commit f7418ae

Please sign in to comment.