mirror of https://github.com/helm/helm
parent
a7e79ee434
commit
cfdd466192
@ -1,4 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v2
|
||||||
description: Chart with subchart notes
|
description: Chart with subchart notes
|
||||||
name: chart-with-subchart-notes
|
name: chart-with-subchart-notes
|
||||||
version: 0.0.1
|
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
|
description: Subchart with notes
|
||||||
name: subchart-with-notes
|
name: subchart-with-notes
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
dependencies:
|
|
||||||
- name: subchart-with-notes
|
|
||||||
version: 0.0.1
|
|
Loading…
Reference in new issue