Skip to content

Commit

Permalink
fix: release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
CristhianF7 authored Aug 5, 2024
1 parent 8e168ab commit 9612ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .argo/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,11 @@ spec:
from: '{{steps.set-app-version-and-bump-macro-chartz.outputs.artifacts.repo-source}}'
parameters:
- name: commitMessage
value: 'tagged {{workflow.parameters.appName}} in charts kubefirst-v{{{{steps.get-initial-chart-version.outputs.result}}}}'
value: 'tagged {{workflow.parameters.appName}} in charts kubefirst-v{{{{steps.get-initial-chart-version.outputs.result}}'
- name: gitUrlNoProtocol
value: '{{workflow.parameters.gitUrlNoProtocol}}'
- name: repoName
value: 'charts'
- name: tag
value: 'kubefirst-v{{{{steps.get-initial-chart-version.outputs.result}}}}'
value: 'kubefirst-v{{steps.get-initial-chart-version.outputs.result}}'

0 comments on commit 9612ce4

Please sign in to comment.