Skip to content

Commit

Permalink
feat: adding github release, notes, tag to repo ci release
Browse files Browse the repository at this point in the history
  • Loading branch information
johndietz committed Aug 1, 2024
1 parent 8595287 commit ac7df95
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .argo/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,22 @@ spec:
value: '{{workflow.parameters.appName}}'
- name: chartDir
value: 'charts/{{workflow.parameters.appName}}'
- - name: release-and-tag-main-with-notes
templateRef:
name: cwft-git
template: release-and-tag-main-with-notes
clusterScope: true
arguments:
artifacts:
- name: repo-source
from: '{{steps.set-chart-versions.outputs.artifacts.repo-source}}'
parameters:
- name: orgName
value: 'kubefirst'
- name: appName
value: '{{workflow.parameters.appName}}'
- name: tagName
value: '{{steps.get-initial-chart-version.outputs.result}}'
- - name: set-environment-version
templateRef:
name: cwft-helm
Expand Down

0 comments on commit ac7df95

Please sign in to comment.