mirror of https://github.com/helm/helm
Signed-off-by: Jon Leonard <jgleonard@gmail.com> Signed-off-by: Matheus Hunsche <matheus.hunsche@ifood.com.br>pull/8840/head
parent
32ee29a26f
commit
01f52fc712
@ -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…
Reference in new issue