From 495ecb8573f2008e02fedf331c01a99f0d41bcca Mon Sep 17 00:00:00 2001 From: Naseem Date: Sat, 5 Sep 2020 02:49:40 -0400 Subject: [PATCH] deprecate prometheus (#23692) Signed-off-by: Naseem --- stable/prometheus/Chart.yaml | 14 +++++--------- stable/prometheus/README.md | 2 ++ stable/prometheus/templates/NOTES.txt | 2 ++ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/stable/prometheus/Chart.yaml b/stable/prometheus/Chart.yaml index 1df6f1acb8..5ee11ef6b4 100644 --- a/stable/prometheus/Chart.yaml +++ b/stable/prometheus/Chart.yaml @@ -1,8 +1,11 @@ apiVersion: v1 name: prometheus -version: 11.12.0 +version: 11.12.1 appVersion: 2.20.1 -description: Prometheus is a monitoring system and time series database. +# The prometheus chart is deprecated and no longer maintained. For details deprecation, +# including how to un-deprecate a chart see the PROCESSES.md file. +deprecated: true +description: DEPRECATED Prometheus is a monitoring system and time series database. home: https://prometheus.io/ icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png sources: @@ -11,12 +14,5 @@ sources: - https://github.com/prometheus/pushgateway - https://github.com/prometheus/node_exporter - https://github.com/kubernetes/kube-state-metrics -maintainers: - - name: gianrubio - email: gianrubio@gmail.com - - name: zanhsieh - email: zanhsieh@gmail.com - - name: Xtigyro - email: miroslav.hadzhiev@gmail.com engine: gotpl tillerVersion: ">=2.8.0" diff --git a/stable/prometheus/README.md b/stable/prometheus/README.md index c3c55fd3fb..dec3c21372 100644 --- a/stable/prometheus/README.md +++ b/stable/prometheus/README.md @@ -1,5 +1,7 @@ # Prometheus +DEPRECATED and moved to + [Prometheus](https://prometheus.io/), a [Cloud Native Computing Foundation](https://cncf.io/) project, is a systems and service monitoring system. It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts if some condition is observed to be true. ## TL;DR; diff --git a/stable/prometheus/templates/NOTES.txt b/stable/prometheus/templates/NOTES.txt index 0e8868f0b7..58022a4cd6 100644 --- a/stable/prometheus/templates/NOTES.txt +++ b/stable/prometheus/templates/NOTES.txt @@ -1,3 +1,5 @@ +DEPRECATED and moved to + {{- if .Values.server.enabled -}} The Prometheus server can be accessed via port {{ .Values.server.service.servicePort }} on the following DNS name from within your cluster: {{ template "prometheus.server.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local