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

[prometheus-cloudwatch-exporter] deprecate chart #23696

Merged
merged 1 commit into from
Sep 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions stable/prometheus-cloudwatch-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
apiVersion: v1
appVersion: "0.8.0"
description: A Helm chart for prometheus cloudwatch-exporter
# The prometheus-cloudwatch-exporter 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 A Helm chart for prometheus cloudwatch-exporter
name: prometheus-cloudwatch-exporter
version: 0.8.3
version: 0.8.4
home: https://github.com/prometheus/cloudwatch_exporter
sources:
- https://github.com/prometheus/cloudwatch_exporter
Expand All @@ -11,10 +14,3 @@ keywords:
- cloudwatch
- prometheus
- exporter
maintainers:
- email: gianrubio@gmail.com
name: gianrubio
- name: torstenwalter
email: mail@torstenwalter.de
- name: asherf
email: asher@asherfoa.com
2 changes: 2 additions & 0 deletions stable/prometheus-cloudwatch-exporter/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Cloudwatch exporter

DEPRECATED and moved to <https://github.com/prometheus-community/helm-charts>

* Installs [cloudwatch exporter](http://github.com/prometheus/cloudwatch_exporter)

## TL;DR;
Expand Down
2 changes: 2 additions & 0 deletions stable/prometheus-cloudwatch-exporter/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
DEPRECATED and moved to <https://github.com/prometheus-community/helm-charts>

1. Get the application URL by running these commands:
{{- if contains "NodePort" .Values.service.type }}
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ template "prometheus-cloudwatch-exporter.fullname" . }})
Expand Down