Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Deprecate swift chart (#4970)
Browse files Browse the repository at this point in the history
#4957

Signed-off-by: tamal <tamal@appscode.com>
  • Loading branch information
tamalsaha authored and k8s-ci-robot committed Apr 12, 2018
1 parent cbd6186 commit fc8a759
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 5 additions & 5 deletions stable/swift/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions stable/swift/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**

# swift
[swift by AppsCode](https://github.com/appscode/swift) - Ajax friendly Helm Tiller Proxy
## TL;DR;
Expand Down
2 changes: 2 additions & 0 deletions stable/swift/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 swift has started, run:

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

0 comments on commit fc8a759

Please sign in to comment.