1 Commits

Author SHA1 Message Date
renovate eda5a87996 Update grafana/promtail Docker tag to v3 2026-05-28 20:47:10 +00:00
2 changed files with 1 additions and 21 deletions
+1 -1
View File
@@ -656,7 +656,7 @@ addons:
# -- Specify the promtail image # -- Specify the promtail image
repository: grafana/promtail repository: grafana/promtail
# -- Specify the promtail image tag # -- Specify the promtail image tag
tag: 2.9.17 tag: 3.6.11
# -- Specify the promtail image pull policy # -- Specify the promtail image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
-20
View File
@@ -1,20 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>perso/renovate-config"
],
"helmValues": {
"fileMatch": ["(^|/)values\\.ya?ml$"]
},
"customManagers": [
{
"customType": "regex",
"fileMatch": ["(^|/)values\\.ya?ml$"],
"matchStrings": [
"repository:\\s*(?<depName>[^\\s]+)\\s*\\n\\s*tag:\\s*(?<currentValue>[^\\s]+)"
],
"datasourceTemplate": "docker",
"versioningTemplate": "docker"
}
]
}