diff --git a/charts/alertmanager-snmp-notifier/Chart.yaml b/charts/alertmanager-snmp-notifier/Chart.yaml index 8218997f817e..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.2 +version: 0.3.1 appVersion: v1.4.0 keywords: - monitoring 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._