From db4d6c857d43e683206dc7d97bc86e6a0cccb025 Mon Sep 17 00:00:00 2001 From: Ian Howell Date: Wed, 24 Apr 2019 14:23:46 -0500 Subject: [PATCH] Fix some tests that were broken by a rebase Signed-off-by: Ian Howell --- .../testdata/testcharts/chart-with-schema-negative/Chart.yaml | 1 + cmd/helm/testdata/testcharts/chart-with-schema/Chart.yaml | 1 + 2 files changed, 2 insertions(+) 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