Skip to content

Commit

Permalink
dev: update chartreleaser config - no longer need to specify extras
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniszewski committed Jun 3, 2021
1 parent a572a15 commit 1db3d31
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .chartreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,8 @@ chart:
path: synse-server
publish:
pr:
title_template: '[{{ .Chart.Name }}] bump app version from {{ .Chart.PreviousVersion}} to {{ .Chart.NewVersion }}'
title_template: '[{{ .Chart.Name }}] bump app version from {{ .App.PreviousVersion}} to {{ .App.NewVersion }}'
commit:
author:
name: vio-bot
email: marco+viogh@vapor.io
extras:
- path: synse-server/README.md
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
updates:
- search: 'tag: "[0-9a-zA-Z.-]*"'
replace: 'tag: "{{ .App.NewVersion }}"'

0 comments on commit 1db3d31

Please sign in to comment.