From a3a9e4f6432f7732f2e802962b8cea19c34817b8 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Sat, 21 Dec 2024 08:41:36 -0500 Subject: [PATCH] Fix dev-v3 from take ownership changes When #13531 was merged in the tests were not passing. This is because it took into account #13444 but that had not been backported to v3. Tests had not been automatically run on dev-v3 but that was fixed via #13563. Signed-off-by: Matt Farina --- cmd/helm/testdata/output/install-and-take-ownership.txt | 1 - cmd/helm/testdata/output/upgrade-and-take-ownership.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/cmd/helm/testdata/output/install-and-take-ownership.txt b/cmd/helm/testdata/output/install-and-take-ownership.txt index 413329ae1..51e626446 100644 --- a/cmd/helm/testdata/output/install-and-take-ownership.txt +++ b/cmd/helm/testdata/output/install-and-take-ownership.txt @@ -3,5 +3,4 @@ LAST DEPLOYED: Fri Sep 2 22:04:05 1977 NAMESPACE: default STATUS: deployed REVISION: 1 -DESCRIPTION: Install complete TEST SUITE: None diff --git a/cmd/helm/testdata/output/upgrade-and-take-ownership.txt b/cmd/helm/testdata/output/upgrade-and-take-ownership.txt index 59267651f..bea42db54 100644 --- a/cmd/helm/testdata/output/upgrade-and-take-ownership.txt +++ b/cmd/helm/testdata/output/upgrade-and-take-ownership.txt @@ -4,5 +4,4 @@ LAST DEPLOYED: Fri Sep 2 22:04:05 1977 NAMESPACE: default STATUS: deployed REVISION: 3 -DESCRIPTION: Upgrade complete TEST SUITE: None