mirror of
https://github.com/helm/helm.git
synced 2026-02-11 14:53:49 -05:00
11 lines
283 B
YAML
11 lines
283 B
YAML
apiVersion: v1
|
|
description: A Helm chart for Kubernetes
|
|
name: chart-missing-deps
|
|
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"
|