From 769d083913f467e73dd48d9b7d1e53f16f42901d Mon Sep 17 00:00:00 2001 From: Kazuhiro Suzuki Date: Tue, 5 Nov 2024 23:07:32 +0900 Subject: [PATCH] revert testdata to make created field optional Signed-off-by: Kazuhiro Suzuki --- cmd/helm/testdata/output/search-constraint-single.txt | 4 ++-- cmd/helm/testdata/output/search-constraint.txt | 4 ++-- cmd/helm/testdata/output/search-multiple-devel-release.txt | 4 ++-- cmd/helm/testdata/output/search-multiple-stable-release.txt | 4 ++-- .../output/search-multiple-versions-constraints.txt | 6 +++--- cmd/helm/testdata/output/search-multiple-versions.txt | 6 +++--- cmd/helm/testdata/output/search-regex.txt | 4 ++-- cmd/helm/testdata/output/search-versions-constraint.txt | 4 ++-- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/cmd/helm/testdata/output/search-constraint-single.txt b/cmd/helm/testdata/output/search-constraint-single.txt index 17e310872..a1f75099f 100644 --- a/cmd/helm/testdata/output/search-constraint-single.txt +++ b/cmd/helm/testdata/output/search-constraint-single.txt @@ -1,2 +1,2 @@ -NAME CHART VERSION APP VERSION DESCRIPTION CREATED -testing/alpine 0.2.0 2.3.4 Deploy a basic Alpine Linux pod 2018-07-09T11:34:37Z +NAME CHART VERSION APP VERSION DESCRIPTION +testing/alpine 0.2.0 2.3.4 Deploy a basic Alpine Linux pod diff --git a/cmd/helm/testdata/output/search-constraint.txt b/cmd/helm/testdata/output/search-constraint.txt index b289af9ee..9fb22fe76 100644 --- a/cmd/helm/testdata/output/search-constraint.txt +++ b/cmd/helm/testdata/output/search-constraint.txt @@ -1,2 +1,2 @@ -NAME CHART VERSION APP VERSION DESCRIPTION CREATED -testing/alpine 0.1.0 1.2.3 Deploy a basic Alpine Linux pod 2018-06-27T10:00:18Z +NAME CHART VERSION APP VERSION DESCRIPTION +testing/alpine 0.1.0 1.2.3 Deploy a basic Alpine Linux pod diff --git a/cmd/helm/testdata/output/search-multiple-devel-release.txt b/cmd/helm/testdata/output/search-multiple-devel-release.txt index e12bcba57..7e29a8f7e 100644 --- a/cmd/helm/testdata/output/search-multiple-devel-release.txt +++ b/cmd/helm/testdata/output/search-multiple-devel-release.txt @@ -1,2 +1,2 @@ -NAME CHART VERSION APP VERSION DESCRIPTION CREATED -testing/alpine 0.3.0-rc.1 3.0.0 Deploy a basic Alpine Linux pod 2020-11-12T08:44:58Z +NAME CHART VERSION APP VERSION DESCRIPTION +testing/alpine 0.3.0-rc.1 3.0.0 Deploy a basic Alpine Linux pod diff --git a/cmd/helm/testdata/output/search-multiple-stable-release.txt b/cmd/helm/testdata/output/search-multiple-stable-release.txt index 17e310872..a1f75099f 100644 --- a/cmd/helm/testdata/output/search-multiple-stable-release.txt +++ b/cmd/helm/testdata/output/search-multiple-stable-release.txt @@ -1,2 +1,2 @@ -NAME CHART VERSION APP VERSION DESCRIPTION CREATED -testing/alpine 0.2.0 2.3.4 Deploy a basic Alpine Linux pod 2018-07-09T11:34:37Z +NAME CHART VERSION APP VERSION DESCRIPTION +testing/alpine 0.2.0 2.3.4 Deploy a basic Alpine Linux pod diff --git a/cmd/helm/testdata/output/search-multiple-versions-constraints.txt b/cmd/helm/testdata/output/search-multiple-versions-constraints.txt index 51362c358..a6a388858 100644 --- a/cmd/helm/testdata/output/search-multiple-versions-constraints.txt +++ b/cmd/helm/testdata/output/search-multiple-versions-constraints.txt @@ -1,3 +1,3 @@ -NAME CHART VERSION APP VERSION DESCRIPTION CREATED -testing/alpine 0.2.0 2.3.4 Deploy a basic Alpine Linux pod 2018-07-09T11:34:37Z -testing/alpine 0.1.0 1.2.3 Deploy a basic Alpine Linux pod 2018-06-27T10:00:18Z +NAME CHART VERSION APP VERSION DESCRIPTION +testing/alpine 0.2.0 2.3.4 Deploy a basic Alpine Linux pod +testing/alpine 0.1.0 1.2.3 Deploy a basic Alpine Linux pod diff --git a/cmd/helm/testdata/output/search-multiple-versions.txt b/cmd/helm/testdata/output/search-multiple-versions.txt index 51362c358..a6a388858 100644 --- a/cmd/helm/testdata/output/search-multiple-versions.txt +++ b/cmd/helm/testdata/output/search-multiple-versions.txt @@ -1,3 +1,3 @@ -NAME CHART VERSION APP VERSION DESCRIPTION CREATED -testing/alpine 0.2.0 2.3.4 Deploy a basic Alpine Linux pod 2018-07-09T11:34:37Z -testing/alpine 0.1.0 1.2.3 Deploy a basic Alpine Linux pod 2018-06-27T10:00:18Z +NAME CHART VERSION APP VERSION DESCRIPTION +testing/alpine 0.2.0 2.3.4 Deploy a basic Alpine Linux pod +testing/alpine 0.1.0 1.2.3 Deploy a basic Alpine Linux pod diff --git a/cmd/helm/testdata/output/search-regex.txt b/cmd/helm/testdata/output/search-regex.txt index 17e310872..a1f75099f 100644 --- a/cmd/helm/testdata/output/search-regex.txt +++ b/cmd/helm/testdata/output/search-regex.txt @@ -1,2 +1,2 @@ -NAME CHART VERSION APP VERSION DESCRIPTION CREATED -testing/alpine 0.2.0 2.3.4 Deploy a basic Alpine Linux pod 2018-07-09T11:34:37Z +NAME CHART VERSION APP VERSION DESCRIPTION +testing/alpine 0.2.0 2.3.4 Deploy a basic Alpine Linux pod diff --git a/cmd/helm/testdata/output/search-versions-constraint.txt b/cmd/helm/testdata/output/search-versions-constraint.txt index b289af9ee..9fb22fe76 100644 --- a/cmd/helm/testdata/output/search-versions-constraint.txt +++ b/cmd/helm/testdata/output/search-versions-constraint.txt @@ -1,2 +1,2 @@ -NAME CHART VERSION APP VERSION DESCRIPTION CREATED -testing/alpine 0.1.0 1.2.3 Deploy a basic Alpine Linux pod 2018-06-27T10:00:18Z +NAME CHART VERSION APP VERSION DESCRIPTION +testing/alpine 0.1.0 1.2.3 Deploy a basic Alpine Linux pod