diff --git a/.github/renovate.json5 b/.github/renovate.json5 index f66b154..5b7331e 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -32,5 +32,12 @@ pin: { automerge: true, }, - regexManagers: [] + customManagers: [ + { + customType: "regex", + fileMatch: ["**/Chart.yaml"], + matchStrings: ["#\\s+image:\\s+(?\\S*)\nappVersion:\\s+(?\\S*)"], + datasourceTemplate: "docker" + }, + ] } \ No newline at end of file diff --git a/charts/as212510-net/Chart.yaml b/charts/as212510-net/Chart.yaml index a3d5054..c2ac9f9 100644 --- a/charts/as212510-net/Chart.yaml +++ b/charts/as212510-net/Chart.yaml @@ -3,6 +3,7 @@ name: as212510-net description: as212510.net helm chart for Kubernetes type: application version: 0.3.3 +# image: m0nsterrr/as212510.net appVersion: "2.1.0" sources: - https://github.com/M0NsTeRRR/helm-charts/tree/main/charts/as212510-net diff --git a/charts/kea-exporter/Chart.yaml b/charts/kea-exporter/Chart.yaml index 2775a85..2d4518f 100644 --- a/charts/kea-exporter/Chart.yaml +++ b/charts/kea-exporter/Chart.yaml @@ -3,6 +3,7 @@ name: kea-exporter description: kea-exporter helm chart for Kubernetes type: application version: 0.1.2 +# image: mweinelt/kea-exporter appVersion: "v0.7.0" sources: - https://github.com/M0NsTeRRR/helm-charts/tree/main/charts/kea-exporter diff --git a/charts/prometheus-pve-exporter/Chart.yaml b/charts/prometheus-pve-exporter/Chart.yaml index 2ec2981..162aec5 100644 --- a/charts/prometheus-pve-exporter/Chart.yaml +++ b/charts/prometheus-pve-exporter/Chart.yaml @@ -3,6 +3,7 @@ name: prometheus-pve-exporter description: prometheus-pve-exporter helm chart for Kubernetes type: application version: 0.1.5 +# image: prompve/prometheus-pve-exporter appVersion: "3.2.2" sources: - https://github.com/M0NsTeRRR/helm-charts/tree/main/charts/prometheus-pve-exporter