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.
- Loading branch information
1 parent
45bffe4
commit 6a9fb07
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: G2 by AppsCode - Gearman in Golang | ||
# 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 G2 by AppsCode - Gearman in Golang | ||
name: g2 | ||
version: 0.3.2 | ||
version: 0.3.3 | ||
appVersion: 0.5.0 | ||
home: https://github.com/appscode/g2 | ||
icon: https://cdn.appscode.com/images/icon/g2.png | ||
sources: | ||
- https://github.com/appscode/g2 | ||
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 G2 has started, run: | ||
|
||
kubectl --namespace={{ .Release.Namespace }} get deployments -l "release={{ .Release.Name }}, app={{ template "g2.name" . }}" |