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)
|
- [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)
|
- [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-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
|
apiVersion: v1
|
||||||
description: Alertmanager Webhook for Microsoft Teams
|
description: DEPRECATED - Alertmanager Webhook for Microsoft Teams
|
||||||
name: prometheus-msteams
|
name: prometheus-msteams
|
||||||
version: 1.0.2
|
version: 1.0.3
|
||||||
appVersion: 1.3.3
|
appVersion: 1.3.3
|
||||||
home: https://github.com/bzon/prometheus-msteams
|
home: https://github.com/bzon/prometheus-msteams
|
||||||
sources:
|
sources:
|
||||||
|
|
@ -12,6 +12,5 @@ keywords:
|
||||||
- msteams
|
- msteams
|
||||||
- webhook
|
- webhook
|
||||||
- alertmanager
|
- alertmanager
|
||||||
maintainers:
|
maintainers: []
|
||||||
- name: ckotzbauer
|
deprecated: true
|
||||||
email: christian.kotzbauer@gmail.com
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
# Prometheus MSTeams
|
# 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
|
Alertmanager Webhook for Microsoft Teams
|
||||||
|
|
||||||
Learn more: [https://github.com/bzon/prometheus-msteams](https://github.com/bzon/prometheus-msteams)
|
Learn more: [https://github.com/bzon/prometheus-msteams](https://github.com/bzon/prometheus-msteams)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue