diff --git a/.renovaterc.json b/.renovaterc.json index 8ee6a2b..bce5feb 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -23,7 +23,7 @@ "argocd-init\\.yml$" ], "matchStrings": [ - "\\s+repo:\\s(?.*)\\n\\s+chart:\\s(?.*)\\n\\s+version:\\s(?.*)\\n" + "\\s+chart:\\s(?.*)\\n\\s+repo:\\s(?.*)\\n\\s+version:\\s(?.*)\\n" ], "datasourceTemplate": "helm" }, @@ -35,8 +35,8 @@ ], "matchStrings": [ "\\s+chart::\\s\\\"(?.*)\\\",", - "\\s+version::\\s\\\"(?.*)\\\",", - "\\s+repo::\\s\\\"(?.*)\\\"," + "\\s+repo::\\s\\\"(?.*)\\\",", + "\\s+version::\\s\\\"(?.*)\\\"," ], "matchStringsStrategy": "combination", "datasourceTemplate": "helm" @@ -49,8 +49,8 @@ ], "matchStrings": [ "\\s+chart::\\s\\\"(?.*)\\\",", - "\\s+\\\"version\\\":\\s\\\"(?.*)\\\",", - "\\s+repo::\\s\\\"(?.*)\\\"," + "\\s+repo::\\s\\\"(?.*)\\\",", + "\\s+\\\"version\\\":\\s\\\"(?.*)\\\"," ], "matchStringsStrategy": "combination", "datasourceTemplate": "helm" diff --git a/argocd-init.yml b/argocd-init.yml index 646f7b6..2b9a451 100644 --- a/argocd-init.yml +++ b/argocd-init.yml @@ -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: |-