Skip to content

Commit

Permalink
Deprecate chart g2 (helm#4962)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha authored and k8s-ci-robot committed Apr 12, 2018
1 parent 45bffe4 commit 6a9fb07
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 5 additions & 5 deletions stable/g2/Chart.yaml
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]
2 changes: 2 additions & 0 deletions stable/g2/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**

# G2
[G2 by AppsCode](https://github.com/appscode/g2) is a modern implementation of Gearman server in GO.
## TL;DR;
Expand Down
2 changes: 2 additions & 0 deletions stable/g2/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 G2 has started, run:

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

0 comments on commit 6a9fb07

Please sign in to comment.