mirror of
https://github.com/helm/helm.git
synced 2026-02-03 20:39:45 -05:00
14 lines
363 B
YAML
14 lines
363 B
YAML
apiVersion: v1
|
|
description: A Helm chart for Kubernetes
|
|
name: reqtest
|
|
version: 0.1.0
|
|
dependencies:
|
|
- name: reqsubchart
|
|
version: 0.1.0
|
|
repository: "https://example.com/charts"
|
|
- name: reqsubchart2
|
|
version: 0.2.0
|
|
repository: "https://example.com/charts"
|
|
- name: reqsubchart3
|
|
version: ">=0.1.0"
|
|
repository: "https://example.com/charts"
|