Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 07fc6c2ba0 |
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user