fix: consistent jsonnet format for renovate
This commit is contained in:
parent
619b278b6d
commit
3a7b0301b1
2 changed files with 7 additions and 7 deletions
|
@ -23,7 +23,7 @@
|
|||
"argocd-init\\.yml$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"\\s+repo:\\s(?<registryUrl>.*)\\n\\s+chart:\\s(?<depName>.*)\\n\\s+version:\\s(?<currentValue>.*)\\n"
|
||||
"\\s+chart:\\s(?<depName>.*)\\n\\s+repo:\\s(?<registryUrl>.*)\\n\\s+version:\\s(?<currentValue>.*)\\n"
|
||||
],
|
||||
"datasourceTemplate": "helm"
|
||||
},
|
||||
|
@ -35,8 +35,8 @@
|
|||
],
|
||||
"matchStrings": [
|
||||
"\\s+chart::\\s\\\"(?<depName>.*)\\\",",
|
||||
"\\s+version::\\s\\\"(?<currentValue>.*)\\\",",
|
||||
"\\s+repo::\\s\\\"(?<registryUrl>.*)\\\","
|
||||
"\\s+repo::\\s\\\"(?<registryUrl>.*)\\\",",
|
||||
"\\s+version::\\s\\\"(?<currentValue>.*)\\\","
|
||||
],
|
||||
"matchStringsStrategy": "combination",
|
||||
"datasourceTemplate": "helm"
|
||||
|
@ -49,8 +49,8 @@
|
|||
],
|
||||
"matchStrings": [
|
||||
"\\s+chart::\\s\\\"(?<depName>.*)\\\",",
|
||||
"\\s+\\\"version\\\":\\s\\\"(?<currentValue>.*)\\\",",
|
||||
"\\s+repo::\\s\\\"(?<registryUrl>.*)\\\","
|
||||
"\\s+repo::\\s\\\"(?<registryUrl>.*)\\\",",
|
||||
"\\s+\\\"version\\\":\\s\\\"(?<currentValue>.*)\\\","
|
||||
],
|
||||
"matchStringsStrategy": "combination",
|
||||
"datasourceTemplate": "helm"
|
||||
|
|
|
@ -11,8 +11,8 @@ metadata:
|
|||
namespace: kube-system
|
||||
spec:
|
||||
# do not change order! (needed for renovate)
|
||||
repo: https://argoproj.github.io/argo-helm
|
||||
chart: argo-cd
|
||||
repo: https://argoproj.github.io/argo-helm
|
||||
version: 6.7.14
|
||||
targetNamespace: argocd
|
||||
valuesContent: |-
|
||||
|
@ -32,8 +32,8 @@ metadata:
|
|||
namespace: kube-system
|
||||
spec:
|
||||
# do not change order! (needed for renovate)
|
||||
repo: https://argoproj.github.io/argo-helm
|
||||
chart: argocd-apps
|
||||
repo: https://argoproj.github.io/argo-helm
|
||||
version: 2.0.0
|
||||
targetNamespace: argocd
|
||||
valuesContent: |-
|
||||
|
|
Loading…
Reference in a new issue