Skip to content

Commit

Permalink
make renovateBot care about updating the Chart.yaml appVersion as a d…
Browse files Browse the repository at this point in the history
…ocker tag :) - also fix readme version
  • Loading branch information
jessebot committed Aug 7, 2023
1 parent 7d27ed2 commit 9dad2ba
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"repositories": [
"jessebot/coturn-chart"
],
"regexManagers": [
{
"datasourceTemplate": "docker",
"fileMatch": ["(^|/)Chart\\.yaml$"],
"matchStrings": [
"#\\s?renovate: image=(?<depName>.*?)\\s?appVersion:\\s?\\\"?(?<currentValue>[\\w+\\.\\-]*)\""
]
}
]
}
2 changes: 2 additions & 0 deletions charts/coturn/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ type: application
description: A Helm chart to deploy coturn
home: "https://github.com/jessebot/coturn-chart"
version: 4.1.2

# renovate: image=coturn/coturn
appVersion: 4.6.2
sources:
- "https://github.com/jessebot/coturn-chart"
Expand Down
2 changes: 1 addition & 1 deletion charts/coturn/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coturn

![Version: 4.1.1](https://img.shields.io/badge/Version-4.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.6.2](https://img.shields.io/badge/AppVersion-4.6.2-informational?style=flat-square)
![Version: 4.1.2](https://img.shields.io/badge/Version-4.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.6.2](https://img.shields.io/badge/AppVersion-4.6.2-informational?style=flat-square)

A Helm chart to deploy coturn

Expand Down

0 comments on commit 9dad2ba

Please sign in to comment.