update test chart to helm3 format

Signed-off-by: Jon Leonard <jgleonard@gmail.com>
pull/7830/head
Jon Leonard 5 years ago
parent a7e79ee434
commit cfdd466192

@ -1,4 +1,7 @@
apiVersion: v1
apiVersion: v2
description: Chart with subchart notes
name: chart-with-subchart-notes
version: 0.0.1
dependencies:
- name: subchart-with-notes
version: 0.0.1

@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
description: Subchart with notes
name: subchart-with-notes
version: 0.0.1

@ -1,3 +0,0 @@
dependencies:
- name: subchart-with-notes
version: 0.0.1
Loading…
Cancel
Save