From 6a9fb074de8e5fc5736d6798ea149ef48e845574 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Thu, 12 Apr 2018 06:26:58 -0700 Subject: [PATCH] Deprecate chart g2 (#4962) --- stable/g2/Chart.yaml | 10 +++++----- stable/g2/README.md | 2 ++ stable/g2/templates/NOTES.txt | 2 ++ 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/stable/g2/Chart.yaml b/stable/g2/Chart.yaml index bdb9d77adf..83031b3904 100755 --- a/stable/g2/Chart.yaml +++ b/stable/g2/Chart.yaml @@ -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: support@appscode.com diff --git a/stable/g2/README.md b/stable/g2/README.md index 2a48af09ce..8b8bbe3fb5 100644 --- a/stable/g2/README.md +++ b/stable/g2/README.md @@ -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; diff --git a/stable/g2/templates/NOTES.txt b/stable/g2/templates/NOTES.txt index 01e7c577ff..8489259e7e 100644 --- a/stable/g2/templates/NOTES.txt +++ b/stable/g2/templates/NOTES.txt @@ -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" . }}"