forked from helm/charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate searchlight chart (helm#4967)
helm#4957 Signed-off-by: tamal <[email protected]>
- Loading branch information
1 parent
982bb19
commit 03c6e08
Showing
3 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" . }}" |