From f902cd71913d3ed618988daf0353f36ea8ba64a1 Mon Sep 17 00:00:00 2001 From: Maxime Wojtczak Date: Thu, 17 Oct 2024 20:14:04 +0200 Subject: [PATCH] [alertmanager-snmp-notifier] bump to 1.6.0 Signed-off-by: Maxime Wojtczak --- charts/alertmanager-snmp-notifier/Chart.yaml | 4 ++-- charts/alertmanager-snmp-notifier/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/alertmanager-snmp-notifier/Chart.yaml b/charts/alertmanager-snmp-notifier/Chart.yaml index 3af8c0bd1cfb..8e41f539ff6f 100644 --- a/charts/alertmanager-snmp-notifier/Chart.yaml +++ b/charts/alertmanager-snmp-notifier/Chart.yaml @@ -5,8 +5,8 @@ home: https://github.com/maxwo/snmp_notifier sources: - https://github.com/maxwo/snmp_notifier type: application -version: 0.3.0 -appVersion: v1.5.0 +version: 0.4.0 +appVersion: v1.6.0 keywords: - monitoring maintainers: diff --git a/charts/alertmanager-snmp-notifier/README.md b/charts/alertmanager-snmp-notifier/README.md index 17fff2e6f6a7..1239f2b1526d 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._