1 Commits

Author SHA1 Message Date
renovate 07fc6c2ba0 Update codercom/code-server Docker tag to v4 2026-06-03 22:20:13 +00:00
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: 4.123.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"
}
]
}