diff --git a/charts/cv/Chart.yaml b/charts/cv/Chart.yaml index 7c29e3c..0ca9223 100644 --- a/charts/cv/Chart.yaml +++ b/charts/cv/Chart.yaml @@ -7,10 +7,10 @@ version: 0.0.11 kubeVersion: ">=1.16.0-0" keywords: - cv -home: https://scm.docker.cabillot.eu/web/cv-helm/ -icon: https://scm.docker.cabillot.eu/repo-avatars/89-d8eec884cb05430e8ccdc486841bb431 +home: https://scm.cabillot.eu/web/cv-helm/ +icon: https://scm.cabillot.eu/repo-avatars/89-d8eec884cb05430e8ccdc486841bb431 sources: -- https://scm.docker.cabillot.eu/web/cv +- https://scm.cabillot.eu/web/cv maintainers: - name: Julien Cabillot email: dockerimages@cabillot.eu @@ -24,5 +24,5 @@ appVersion: "latest" dependencies: - name: common - repository: "https://scm.docker.cabillot.eu/perso/helm-library-common/raw/branch/master/" + repository: "https://scm.cabillot.eu/perso/helm-library-common/raw/branch/master/" version: 4.2.0 diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..1cbf8e9 --- /dev/null +++ b/renovate.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "regexManagers": [ + { + "fileMatch": [ + "(^|/)values\\.ya?ml$" + ], + "matchStrings": [ + "repository:\\s*\"?(?[^\"\\s\\n]+?)\"?\\n\\s+tag:\\s*\"?(?[^\"\\s\\n]*)\"?" + ], + "datasourceTemplate": "docker" + } + ] +}