mirror of https://github.com/helm/helm
Merge pull request #8310 from stantonxu/dev-v2
Add Warning when installing or upgrading a deprecated chart - replacing PR #8262pull/8390/head
commit
0499fb5987
@ -0,0 +1,8 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
description: Deprecated testing chart
|
||||||
|
home: https://helm.sh/helm
|
||||||
|
name: deprecatedchart
|
||||||
|
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