Skip to content

Commit

Permalink
ci: fix typo in chartreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniszewski committed Aug 18, 2020
1 parent 63a5728 commit cde8ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .chartreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ extras:
updates:
- search: '\| `image\.tag` \| The tag of the image to use\. \| `[0-9a-zA-Z.-]*` \|'
replace: '| `image.tag` | The tag of the image to use. | `{{ .App.NewVersion }}` |'
- path: synse-server`/values.yaml
- path: synse-server/values.yaml
updates:
- search: 'tag: "[0-9a-zA-Z.-]*"'
replace: 'tag: "{{ .App.NewVersion }}"'

0 comments on commit cde8ddb

Please sign in to comment.