diff --git a/cmd/helm/testdata/testcharts/chart-with-schema-negative/Chart.yaml b/cmd/helm/testdata/testcharts/chart-with-schema-negative/Chart.yaml index 0e97f247c..395d24f6a 100644 --- a/cmd/helm/testdata/testcharts/chart-with-schema-negative/Chart.yaml +++ b/cmd/helm/testdata/testcharts/chart-with-schema-negative/Chart.yaml @@ -1,3 +1,4 @@ +apiVersion: v1 description: Empty testing chart home: https://k8s.io/helm name: empty diff --git a/cmd/helm/testdata/testcharts/chart-with-schema/Chart.yaml b/cmd/helm/testdata/testcharts/chart-with-schema/Chart.yaml index 0e97f247c..395d24f6a 100644 --- a/cmd/helm/testdata/testcharts/chart-with-schema/Chart.yaml +++ b/cmd/helm/testdata/testcharts/chart-with-schema/Chart.yaml @@ -1,3 +1,4 @@ +apiVersion: v1 description: Empty testing chart home: https://k8s.io/helm name: empty