Skip to content

Commit

Permalink
deprecate wavefront (helm#20055)
Browse files Browse the repository at this point in the history
* deprecate wavefront

Signed-off-by: Pierre Tessier <pierre@pierretessier.com>

* fix yaml lint

Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
Signed-off-by: Artur <artur@upbound.io>
  • Loading branch information
puckpuck authored and Artur committed Jan 28, 2020
1 parent f5a13d4 commit 4251bd8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
13 changes: 6 additions & 7 deletions stable/wavefront/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
apiVersion: v1
name: wavefront
description: Wavefront Kubernetes collector
# This chart has been moved to the Wavefront maintained Helm repository
# ref: https://github.com/wavefrontHQ/helm
deprecated: true
description: DEPRECATED Wavefront Kubernetes collector
appVersion: 1.0.3
version: 1.1.1
version: 1.1.2
keywords:
- metric
- monitoring
Expand All @@ -12,8 +15,4 @@ home: https://www.wavefront.com
sources:
- https://github.com/wavefrontHQ/wavefront-collector-for-kubernetes
- https://github.com/wavefrontHQ/java/tree/master/proxy
maintainers:
- name: vikramraman
email: rvikram@vmware.com
- name: puckpuck
email: pierre@wavefront.com
maintainers: []
4 changes: 4 additions & 0 deletions stable/wavefront/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
[Wavefront](https://wavefront.com) is a cloud-native monitoring and analytics platform that provides
three dimensional microservices observability with metrics, histograms and OpenTracing-compatible distributed tracing.

## DEPRECATED

This chart has been deprecated. Use the chart now maintained on the [Wavefront Helm repository](https://github.com/wavefrontHQ/helm)

## Introduction

This chart will deploy the Wavefront Collector for Kubernetes and Wavefront Proxy to your
Expand Down
4 changes: 4 additions & 0 deletions stable/wavefront/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@ You can visit this dashboard in Wavefront to see your Kubernetes metrics:

{{ .Values.wavefront.url }}/dashboard/integration-kubernetes-main

##### DEPRECATED:
This chart has been deprecated. Use the chart now maintained on the Wavefront Helm
repository at: https://github.com/wavefrontHQ/helm
#####

0 comments on commit 4251bd8

Please sign in to comment.