mirror of
https://github.com/helm/helm.git
synced 2026-03-01 13:01:50 -05:00
This change moves the code, updates the import locations, and adds a doc.go file to document what the v2 package is for. This is part of HIP 20 for v3 charts Signed-off-by: Matt Farina <matt.farina@suse.com>
19 lines
343 B
YAML
19 lines
343 B
YAML
apiVersion: v2
|
|
name: umbrella
|
|
description: A Helm chart for Kubernetes
|
|
type: application
|
|
version: 0.1.0
|
|
|
|
dependencies:
|
|
- name: app1
|
|
version: 0.1.0
|
|
condition: app1.enabled
|
|
- name: app2
|
|
version: 0.1.0
|
|
condition: app2.enabled
|
|
- name: app3
|
|
version: 0.1.0
|
|
condition: app3.enabled
|
|
- name: app4
|
|
version: 0.1.0
|
|
condition: app4.enabled
|