Skip to content

Commit

Permalink
feat(build): update the application version in the helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
yvigara committed Jan 3, 2023
1 parent 5812633 commit 7745020
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,16 @@
"release-type": "go",
"include-component-in-tag": false,
"extra-files": [
"charts/loki-gateway/Chart.yaml",
"charts/mimir-gateway/Chart.yaml"
{
"type": "yaml",
"path": "charts/loki-gateway/Chart.yaml",
"jsonpath": "$.appVersion"
},
{
"type": "yaml",
"path": "charts/mimir-gateway/Chart.yaml",
"jsonpath": "$.appVersion"
}
]
}
},
Expand Down

0 comments on commit 7745020

Please sign in to comment.