From f30badd5709ebc1afbc809716c8aae3c9ebcc7fc Mon Sep 17 00:00:00 2001 From: rimas Date: Tue, 1 Dec 2020 18:52:57 +0200 Subject: [PATCH] Fix test Signed-off-by: rimas --- cmd/helm/testdata/testcharts/chart-with-only-crds/Chart.yaml | 2 +- pkg/lint/rules/testdata/multi-template-fail/Chart.yaml | 2 +- pkg/lint/rules/testdata/v3-fail/Chart.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/helm/testdata/testcharts/chart-with-only-crds/Chart.yaml b/cmd/helm/testdata/testcharts/chart-with-only-crds/Chart.yaml index 54a84c1ed..ec3497670 100644 --- a/cmd/helm/testdata/testcharts/chart-with-only-crds/Chart.yaml +++ b/cmd/helm/testdata/testcharts/chart-with-only-crds/Chart.yaml @@ -17,5 +17,5 @@ type: application version: 0.1.0 # This is the version number of the application being deployed. This version number should be -# incremented each time you make changes to the application and recommended to use it with quotes. +# incremented each time you make changes to the application and it is recommended to use it with quotes. appVersion: "1.16.0" diff --git a/pkg/lint/rules/testdata/multi-template-fail/Chart.yaml b/pkg/lint/rules/testdata/multi-template-fail/Chart.yaml index e59040368..b57427de9 100644 --- a/pkg/lint/rules/testdata/multi-template-fail/Chart.yaml +++ b/pkg/lint/rules/testdata/multi-template-fail/Chart.yaml @@ -17,5 +17,5 @@ type: application version: 0.1.0 # This is the version number of the application being deployed. This version number should be -# incremented each time you make changes to the application and recommended to use it with quotes. +# incremented each time you make changes to the application and it is recommended to use it with quotes. appVersion: "1.16.0" diff --git a/pkg/lint/rules/testdata/v3-fail/Chart.yaml b/pkg/lint/rules/testdata/v3-fail/Chart.yaml index 7d48edba7..7097e17d8 100644 --- a/pkg/lint/rules/testdata/v3-fail/Chart.yaml +++ b/pkg/lint/rules/testdata/v3-fail/Chart.yaml @@ -17,5 +17,5 @@ type: application version: 0.1.0 # This is the version number of the application being deployed. This version number should be -# incremented each time you make changes to the application and recommended to use it with quotes. +# incremented each time you make changes to the application and it is recommended to use it with quotes. appVersion: "1.16.0"