mirror of https://github.com/helm/helm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
363 B
15 lines
363 B
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"
|