From 711838c63bd7d130ceba9470c9704a04fee241a8 Mon Sep 17 00:00:00 2001 From: Ludovic Ortega Date: Sun, 24 Mar 2024 18:18:47 +0000 Subject: [PATCH] feat: add helm chart regex manager --- .github/renovate.json5 | 9 ++++++++- charts/as212510-net/Chart.yaml | 1 + charts/kea-exporter/Chart.yaml | 1 + charts/prometheus-pve-exporter/Chart.yaml | 1 + 4 files changed, 11 insertions(+), 1 deletion(-) 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