deprecate prometheus-msteams (#10)
* deprecate prometheus-msteams Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com> * remove maintainers Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
This commit is contained in:
parent
063fd5333d
commit
e26ae0019b
|
|
@ -19,4 +19,4 @@ helm repo add ckotzbauer https://ckotzbauer.github.io/helm-charts
|
|||
- [cadvisor](https://github.com/ckotzbauer/helm-charts/tree/master/charts/cadvisor)
|
||||
- [nfs-client-provisioner](https://github.com/ckotzbauer/helm-charts/tree/master/charts/nfs-client-provisioner)
|
||||
- [prometheus-blackbox-exporter](https://github.com/ckotzbauer/helm-charts/tree/master/charts/prometheus-blackbox-exporter)
|
||||
- [prometheus-msteams](https://github.com/ckotzbauer/helm-charts/tree/master/charts/prometheus-msteams)
|
||||
- [prometheus-msteams](https://github.com/ckotzbauer/helm-charts/tree/master/charts/prometheus-msteams) (deprecated)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v1
|
||||
description: Alertmanager Webhook for Microsoft Teams
|
||||
description: DEPRECATED - Alertmanager Webhook for Microsoft Teams
|
||||
name: prometheus-msteams
|
||||
version: 1.0.2
|
||||
version: 1.0.3
|
||||
appVersion: 1.3.3
|
||||
home: https://github.com/bzon/prometheus-msteams
|
||||
sources:
|
||||
|
|
@ -12,6 +12,5 @@ keywords:
|
|||
- msteams
|
||||
- webhook
|
||||
- alertmanager
|
||||
maintainers:
|
||||
- name: ckotzbauer
|
||||
email: christian.kotzbauer@gmail.com
|
||||
maintainers: []
|
||||
deprecated: true
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
# Prometheus MSTeams
|
||||
|
||||
## This chart is deprecated in favour of the [official helm-chart](https://hub.helm.sh/charts/prometheus-msteams/prometheus-msteams).
|
||||
|
||||
Alertmanager Webhook for Microsoft Teams
|
||||
|
||||
Learn more: [https://github.com/bzon/prometheus-msteams](https://github.com/bzon/prometheus-msteams)
|
||||
|
|
|
|||
Loading…
Reference in New Issue