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.
helm#4957 Signed-off-by: tamal <[email protected]>
- Loading branch information
1 parent
cbd6186
commit fc8a759
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: '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: [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 swift has started, run: | ||
|
||
kubectl --namespace={{ .Release.Namespace }} get deployments -l "release={{ .Release.Name }}, app={{ template "swift.name" . }}" |