From 9f881c8af6a0a0a7f09072987f786852d4c16ad6 Mon Sep 17 00:00:00 2001 From: Maxime Leroy <19607336+maxime1907@users.noreply.github.com> Date: Tue, 16 Jan 2024 18:33:33 +0100 Subject: [PATCH] [prometheus-systemd-exporter]: add maxime1907 as chart maintainer (#4139) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [prometheus-systemd-exporter]: add maxime1907 as chart maintainer Signed-off-by: maxime1907 <19607336+maxime1907@users.noreply.github.com> * Update .github/CODEOWNERS Signed-off-by: André Bauer --------- Signed-off-by: maxime1907 <19607336+maxime1907@users.noreply.github.com> Signed-off-by: André Bauer Co-authored-by: André Bauer --- .github/CODEOWNERS | 2 +- charts/prometheus-systemd-exporter/Chart.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5466bd5ec9df..8c3bb716e2a0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -48,6 +48,6 @@ /charts/prometheus-snmp-exporter/ @miouge1 @xiu /charts/prometheus-stackdriver-exporter/ @apenney @rpahli /charts/prometheus-statsd-exporter/ @scDisorder -/charts/prometheus-systemd-exporter/ @capuche2412 +/charts/prometheus-systemd-exporter/ @capuche2412 @maxime1907 /charts/prometheus-to-sd/ @acondrat /charts/prometheus-windows-exporter/ @jkroepke diff --git a/charts/prometheus-systemd-exporter/Chart.yaml b/charts/prometheus-systemd-exporter/Chart.yaml index 7d89234d5a45..e8c4ee9c9a0b 100644 --- a/charts/prometheus-systemd-exporter/Chart.yaml +++ b/charts/prometheus-systemd-exporter/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: prometheus-systemd-exporter description: A Helm chart for prometheus systemd-exporter type: application -version: 0.1.0 +version: 0.1.1 appVersion: "0.6.0" home: https://github.com/prometheus-community/systemd_exporter sources: @@ -10,3 +10,5 @@ sources: maintainers: - name: capuche2412 email: aleroux@wiremind.io +- name: maxime1907 + email: 19607336+maxime1907@users.noreply.github.com