mirror of
https://github.com/mastodon/chart
synced 2025-05-18 04:53:21 +00:00
Merge pull request #10 from jessebot/jessebot-patch-1
Update Chart.yaml - make renovate update the chart version
This commit is contained in:
commit
6789820c72
9
.github/renovate.json
vendored
9
.github/renovate.json
vendored
|
@ -2,4 +2,13 @@
|
||||||
"repositories": [
|
"repositories": [
|
||||||
"jessebot/mastodon-helm-chart"
|
"jessebot/mastodon-helm-chart"
|
||||||
]
|
]
|
||||||
|
"regexManagers": [
|
||||||
|
{
|
||||||
|
"datasourceTemplate": "docker",
|
||||||
|
"fileMatch": ["(^|/)Chart\\.yaml$"],
|
||||||
|
"matchStrings": [
|
||||||
|
"#\\s?renovate: image=(?<depName>.*?)\\s?appVersion:\\s?\\\"?(?<currentValue>[\\w+\\.\\-]*)\""
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,9 +17,7 @@ type: application
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 4.1.0
|
version: 4.1.0
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# renovate: image=ghcr.io/mastodon/mastodon
|
||||||
# incremented each time you make changes to the application. Versions are not expected to
|
|
||||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
|
||||||
appVersion: v4.1.4
|
appVersion: v4.1.4
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user