3
0
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:
JesseBot 2023-08-07 15:57:12 +02:00 committed by GitHub
commit 6789820c72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 3 deletions

View File

@ -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+\\.\\-]*)\""
]
}
]
} }

View File

@ -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: