Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

Commit fe91f5d

Browse files
author
Naseem
authored
[prometheus-pushgateway] deprecate (#23704)
Signed-off-by: Naseem <naseem@transit.app>
1 parent 1163bf8 commit fe91f5d

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
apiVersion: v1
22
appVersion: "1.2.0"
3-
description: A Helm chart for prometheus pushgateway
3+
# The prometheus-pushgateway chart is deprecated and no longer maintained. For details deprecation,
4+
# including how to un-deprecate a chart see the PROCESSES.md file.
5+
deprecated: true
6+
description: DEPRECATE A Helm chart for prometheus pushgateway
47
name: prometheus-pushgateway
5-
version: 1.4.1
8+
version: 1.4.2
69
home: https://github.com/prometheus/pushgateway
710
sources:
811
- https://github.com/prometheus/pushgateway
912
keywords:
1013
- pushgateway
1114
- prometheus
12-
maintainers:
13-
- email: gianrubio@gmail.com
14-
name: gianrubio
15-
- email: christian.staude@staffbase.com
16-
name: cstaud

stable/prometheus-pushgateway/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Prometheus Pushgateway
22

3+
DEPRECATED and moved to <https://github.com/prometheus-community/helm-charts>
4+
35
* Installs prometheus [pushgateway](https://github.com/prometheus/pushgateway)
46

57
## TL;DR;

stable/prometheus-pushgateway/templates/NOTES.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
DEPRECATED and moved to <https://github.com/prometheus-community/helm-charts>
2+
13
1. Get the application URL by running these commands:
24
{{- if .Values.ingress.enabled }}
35
{{- range .Values.ingress.hosts }}
@@ -16,4 +18,4 @@
1618
export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app={{ template "prometheus-pushgateway.name" . }},release={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}")
1719
echo "Visit http://127.0.0.1:8080 to use your application"
1820
kubectl port-forward $POD_NAME 8080:80
19-
{{- end }}
21+
{{- end }}

0 commit comments

Comments
 (0)