Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
083f8c95ff
|
|||
| 69c2e59804 | |||
| 11f9411695 |
@@ -565,7 +565,7 @@ addons:
|
|||||||
# -- Specify the code-server image
|
# -- Specify the code-server image
|
||||||
repository: codercom/code-server
|
repository: codercom/code-server
|
||||||
# -- Specify the code-server image tag
|
# -- Specify the code-server image tag
|
||||||
tag: 4.121.0
|
tag: 3.9.2
|
||||||
# -- Specify the code-server image pull policy
|
# -- Specify the code-server image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
@@ -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.2.0
|
tag: 2.9.17
|
||||||
# -- Specify the promtail image pull policy
|
# -- Specify the promtail image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"$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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user