Skip to content

Commit

Permalink
Deprecate stash chart (helm#4969)
Browse files Browse the repository at this point in the history
helm#4957

Signed-off-by: tamal <tamal@appscode.com>
Signed-off-by: voron <av@arilot.com>
  • Loading branch information
tamalsaha authored and voron committed Sep 5, 2018
1 parent 6b6627c commit affe7ce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 5 additions & 5 deletions stable/stash/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: v1
description: 'Stash by AppsCode - Backup your Kubernetes Volumes'
# 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 Stash by AppsCode - Backup your Kubernetes Volumes
name: stash
version: 0.5.2
version: 0.5.3
appVersion: 0.7.0-rc.1
home: https://github.com/appscode/stash
icon: https://cdn.appscode.com/images/icon/stash.png
sources:
- https://github.com/appscode/stash
maintainers:
- name: appscode
email: support@appscode.com
2 changes: 2 additions & 0 deletions stable/stash/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**

# Stash
[Stash by AppsCode](https://github.com/appscode/stash) - Backup your Kubernetes Volumes
## TL;DR;
Expand Down
2 changes: 2 additions & 0 deletions stable/stash/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 Stash has started, run:

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

0 comments on commit affe7ce

Please sign in to comment.