From fc8a7598fea8df8a7575177117dcb3afff03c686 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Thu, 12 Apr 2018 08:52:05 -0700 Subject: [PATCH] Deprecate swift chart (#4970) https://github.com/kubernetes/charts/pull/4957 Signed-off-by: tamal --- stable/swift/Chart.yaml | 10 +++++----- stable/swift/README.md | 2 ++ stable/swift/templates/NOTES.txt | 2 ++ 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/stable/swift/Chart.yaml b/stable/swift/Chart.yaml index 734fd45e4506..8c6eb90748e0 100755 --- a/stable/swift/Chart.yaml +++ b/stable/swift/Chart.yaml @@ -1,12 +1,12 @@ apiVersion: v1 -description: 'swift by AppsCode - Ajax friendly Helm Tiller Proxy' +# 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 swift by AppsCode - Ajax friendly Helm Tiller Proxy name: swift -version: 0.6.2 +version: 0.6.3 appVersion: 0.7.3 home: https://github.com/appscode/swift icon: https://cdn.appscode.com/images/icon/swift.png sources: - https://github.com/appscode/swift -maintainers: - - name: appscode - email: support@appscode.com diff --git a/stable/swift/README.md b/stable/swift/README.md index 6e8198eb6344..0480c36a6572 100644 --- a/stable/swift/README.md +++ b/stable/swift/README.md @@ -1,3 +1,5 @@ +**This chart is DEPRECATED and moved to https://github.com/appscode/charts** + # swift [swift by AppsCode](https://github.com/appscode/swift) - Ajax friendly Helm Tiller Proxy ## TL;DR; diff --git a/stable/swift/templates/NOTES.txt b/stable/swift/templates/NOTES.txt index f782addc7c45..fe5b987f44f1 100644 --- a/stable/swift/templates/NOTES.txt +++ b/stable/swift/templates/NOTES.txt @@ -1,3 +1,5 @@ +**This chart is DEPRECATED and moved to https://github.com/appscode/charts** + To verify that swift has started, run: kubectl --namespace={{ .Release.Namespace }} get deployments -l "release={{ .Release.Name }}, app={{ template "swift.name" . }}"