From 0c1cfd623fbae4480931078d77cdd63f924415ed Mon Sep 17 00:00:00 2001 From: Falk Date: Tue, 12 Sep 2023 11:38:33 +0200 Subject: [PATCH 1/3] Update README.md with correct chart name As the name of the chart was changes an update in the README.md is required to reflect this change. Signed-off-by: Falk --- charts/alertmanager-snmp-notifier/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/alertmanager-snmp-notifier/README.md b/charts/alertmanager-snmp-notifier/README.md index 17fff2e6f6a7..ab234bd21695 100644 --- a/charts/alertmanager-snmp-notifier/README.md +++ b/charts/alertmanager-snmp-notifier/README.md @@ -20,7 +20,7 @@ _See [helm repository](https://helm.sh/docs/helm/helm_repo/) for command documen ## Install Chart ```console -helm install [RELEASE_NAME] prometheus-community/snmp-notifier +helm install [RELEASE_NAME] prometheus-community/alertmanager-snmp-notifier ``` _See [configuration](#configuration) below._ @@ -40,7 +40,7 @@ _See [helm uninstall](https://helm.sh/docs/helm/helm_uninstall/) for command doc ## Upgrading Chart ```console -helm upgrade [RELEASE_NAME] [CHART] --install +helm upgrade [RELEASE_NAME] prometheus-community/alertmanager-snmp-notifier --install ``` _See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command documentation._ From f06b9a55c1655248b5cf0803bfe5af56b236d184 Mon Sep 17 00:00:00 2001 From: Falk Date: Sat, 16 Sep 2023 18:39:25 +0200 Subject: [PATCH 2/3] Bump chart version from 0.1.2 to 0.1.3 Signed-off-by: Falk --- charts/alertmanager-snmp-notifier/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/alertmanager-snmp-notifier/Chart.yaml b/charts/alertmanager-snmp-notifier/Chart.yaml index 8218997f817e..2d9677824d8b 100644 --- a/charts/alertmanager-snmp-notifier/Chart.yaml +++ b/charts/alertmanager-snmp-notifier/Chart.yaml @@ -5,7 +5,7 @@ home: https://github.com/maxwo/snmp_notifier sources: - https://github.com/maxwo/snmp_notifier type: application -version: 0.1.2 +version: 0.1.3 appVersion: v1.4.0 keywords: - monitoring From 26d362e4aa1d50ff75364605d8ac734efdae811d Mon Sep 17 00:00:00 2001 From: Falk Date: Tue, 16 Jan 2024 09:55:16 +0100 Subject: [PATCH 3/3] Update charts/alertmanager-snmp-notifier/Chart.yaml Signed-off-by: Falk --- charts/alertmanager-snmp-notifier/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/alertmanager-snmp-notifier/Chart.yaml b/charts/alertmanager-snmp-notifier/Chart.yaml index 2d9677824d8b..2f220e5ac85a 100644 --- a/charts/alertmanager-snmp-notifier/Chart.yaml +++ b/charts/alertmanager-snmp-notifier/Chart.yaml @@ -5,7 +5,7 @@ home: https://github.com/maxwo/snmp_notifier sources: - https://github.com/maxwo/snmp_notifier type: application -version: 0.1.3 +version: 0.3.1 appVersion: v1.4.0 keywords: - monitoring