fix: consistent jsonnet format for renovate

This commit is contained in:
Sebastian Mark 2024-04-25 12:23:05 +02:00
parent 003f654836
commit 160247d69f
2 changed files with 7 additions and 7 deletions

View file

@ -23,7 +23,7 @@
"argocd-init\\.yml$" "argocd-init\\.yml$"
], ],
"matchStrings": [ "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" "datasourceTemplate": "helm"
}, },
@ -35,8 +35,8 @@
], ],
"matchStrings": [ "matchStrings": [
"\\s+chart::\\s\\\"(?<depName>.*)\\\",", "\\s+chart::\\s\\\"(?<depName>.*)\\\",",
"\\s+version::\\s\\\"(?<currentValue>.*)\\\",", "\\s+repo::\\s\\\"(?<registryUrl>.*)\\\",",
"\\s+repo::\\s\\\"(?<registryUrl>.*)\\\"," "\\s+version::\\s\\\"(?<currentValue>.*)\\\","
], ],
"matchStringsStrategy": "combination", "matchStringsStrategy": "combination",
"datasourceTemplate": "helm" "datasourceTemplate": "helm"
@ -49,8 +49,8 @@
], ],
"matchStrings": [ "matchStrings": [
"\\s+chart::\\s\\\"(?<depName>.*)\\\",", "\\s+chart::\\s\\\"(?<depName>.*)\\\",",
"\\s+\\\"version\\\":\\s\\\"(?<currentValue>.*)\\\",", "\\s+repo::\\s\\\"(?<registryUrl>.*)\\\",",
"\\s+repo::\\s\\\"(?<registryUrl>.*)\\\"," "\\s+\\\"version\\\":\\s\\\"(?<currentValue>.*)\\\","
], ],
"matchStringsStrategy": "combination", "matchStringsStrategy": "combination",
"datasourceTemplate": "helm" "datasourceTemplate": "helm"

View file

@ -11,8 +11,8 @@ metadata:
namespace: kube-system namespace: kube-system
spec: spec:
# do not change order! (needed for renovate) # do not change order! (needed for renovate)
repo: https://argoproj.github.io/argo-helm
chart: argo-cd chart: argo-cd
repo: https://argoproj.github.io/argo-helm
version: 6.7.14 version: 6.7.14
targetNamespace: argocd targetNamespace: argocd
valuesContent: |- valuesContent: |-
@ -32,8 +32,8 @@ metadata:
namespace: kube-system namespace: kube-system
spec: spec:
# do not change order! (needed for renovate) # do not change order! (needed for renovate)
repo: https://argoproj.github.io/argo-helm
chart: argocd-apps chart: argocd-apps
repo: https://argoproj.github.io/argo-helm
version: 2.0.0 version: 2.0.0
targetNamespace: argocd targetNamespace: argocd
valuesContent: |- valuesContent: |-