2 Commits

2 changed files with 1 additions and 21 deletions
+1 -1
View File
@@ -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: 3.9.2 tag: 3.12.0
# -- Specify the code-server image pull policy # -- Specify the code-server 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"
}
]
}