diff --git a/stable/prometheus-pushgateway/Chart.yaml b/stable/prometheus-pushgateway/Chart.yaml index f612e08478..b413ba2ea8 100644 --- a/stable/prometheus-pushgateway/Chart.yaml +++ b/stable/prometheus-pushgateway/Chart.yaml @@ -1,16 +1,14 @@ apiVersion: v1 appVersion: "1.2.0" -description: A Helm chart for prometheus pushgateway +# The prometheus-pushgateway 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: DEPRECATE A Helm chart for prometheus pushgateway name: prometheus-pushgateway -version: 1.4.1 +version: 1.4.2 home: https://github.com/prometheus/pushgateway sources: - https://github.com/prometheus/pushgateway keywords: - pushgateway - prometheus -maintainers: -- email: gianrubio@gmail.com - name: gianrubio -- email: christian.staude@staffbase.com - name: cstaud diff --git a/stable/prometheus-pushgateway/README.md b/stable/prometheus-pushgateway/README.md index ed0171d8da..684b871de1 100644 --- a/stable/prometheus-pushgateway/README.md +++ b/stable/prometheus-pushgateway/README.md @@ -1,5 +1,7 @@ # Prometheus Pushgateway +DEPRECATED and moved to + * Installs prometheus [pushgateway](https://github.com/prometheus/pushgateway) ## TL;DR; diff --git a/stable/prometheus-pushgateway/templates/NOTES.txt b/stable/prometheus-pushgateway/templates/NOTES.txt index eca232ebb5..c63ee28482 100644 --- a/stable/prometheus-pushgateway/templates/NOTES.txt +++ b/stable/prometheus-pushgateway/templates/NOTES.txt @@ -1,3 +1,5 @@ +DEPRECATED and moved to + 1. Get the application URL by running these commands: {{- if .Values.ingress.enabled }} {{- range .Values.ingress.hosts }} @@ -16,4 +18,4 @@ export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app={{ template "prometheus-pushgateway.name" . }},release={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}") echo "Visit http://127.0.0.1:8080 to use your application" kubectl port-forward $POD_NAME 8080:80 -{{- end }} \ No newline at end of file +{{- end }}