mirror of https://github.com/helm/helm
fix(cmd): Add message about deprecated chart (#6889)
Signed-off-by: Alexander Sharov <kvendingoldo@yandex.ru>pull/7423/head
parent
7f8d258cb8
commit
b88a28a25f
@ -0,0 +1,7 @@
|
||||
WARNING: This chart is deprecated
|
||||
NAME: aeneas
|
||||
LAST DEPLOYED: Fri Sep 2 22:04:05 1977
|
||||
NAMESPACE: default
|
||||
STATUS: deployed
|
||||
REVISION: 1
|
||||
TEST SUITE: None
|
@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
description: Deprecated testing chart
|
||||
home: https://helm.sh/helm
|
||||
name: deprecated
|
||||
sources:
|
||||
- https://github.com/helm/helm
|
||||
version: 0.1.0
|
||||
deprecated: true
|
@ -0,0 +1,3 @@
|
||||
#Deprecated
|
||||
|
||||
This space intentionally left blank.
|
Loading…
Reference in new issue