helm/pkg/chart/loader/testdata/albatross/Chart.yaml
Matthew Fisher 5367c6c296
fix(loader): assume apiVersion is v1 when loading charts
In Helm 2, no chart validation was performed on v1 charts, so there are
a few charts out there that never added an apiVersion to the Chart.yaml.
To ensure those charts continue to work for Helm 3, we should assume
that charts loaded without an apiVersion set should be assumed as v1.

Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
2019-05-14 11:00:20 -07:00

4 lines
81 B
YAML

name: albatross
description: A Helm chart for Kubernetes
version: 0.1.0
home: ""