Skip to content

Commit

Permalink
Deprecate searchlight chart (helm#4967)
Browse files Browse the repository at this point in the history
helm#4957

Signed-off-by: tamal <[email protected]>
  • Loading branch information
tamalsaha authored and k8s-ci-robot committed Apr 12, 2018
1 parent 982bb19 commit 03c6e08
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 5 additions & 5 deletions stable/searchlight/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: v1
description: 'Searchlight by AppsCode - Alerts for Kubernetes'
# This chart is deprecated and moved to https://github.com/appscode/charts. For details deprecation,
# including how to un-deprecate a chart see the PROCESSES.md file.
deprecated: true
description: DEPRECATED Searchlight by AppsCode - Alerts for Kubernetes
name: searchlight
version: 0.3.2
version: 0.3.3
appVersion: 5.0.0
home: https://github.com/appscode/searchlight
icon: https://cdn.appscode.com/images/icon/searchlight.png
sources:
- https://github.com/appscode/searchlight
maintainers:
- name: appscode
email: [email protected]
2 changes: 2 additions & 0 deletions stable/searchlight/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
**This chart is DEPRECATED and moved to https://github.com/appscode/charts**

# Searchlight
[Searchlight by AppsCode](https://github.com/appscode/searchlight) is an alert manager for Kubernetes built around Icinga2.

Expand Down
2 changes: 2 additions & 0 deletions stable/searchlight/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
**This chart is DEPRECATED and moved to https://github.com/appscode/charts**

To verify that Searchlight has started, run:

kubectl --namespace={{ .Release.Namespace }} get deployments -l "release={{ .Release.Name }}, app={{ template "searchlight.name" . }}"

0 comments on commit 03c6e08

Please sign in to comment.