From bcb83e465f4487b481b8843f4d5dfe4f26472c55 Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Fri, 21 Feb 2025 19:19:39 -0500 Subject: [PATCH] Fix cherry-pick helm.sh/helm/v4 -> helm.sh/helm/v3 Signed-off-by: Scott Rigby --- pkg/action/hooks.go | 2 -- pkg/action/hooks_test.go | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/pkg/action/hooks.go b/pkg/action/hooks.go index f30ce0419..16cc13bdd 100644 --- a/pkg/action/hooks.go +++ b/pkg/action/hooks.go @@ -23,8 +23,6 @@ import ( "sort" "time" - "helm.sh/helm/v4/pkg/kube" - metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "github.com/pkg/errors" diff --git a/pkg/action/hooks_test.go b/pkg/action/hooks_test.go index 0f4a9be34..76de9e505 100644 --- a/pkg/action/hooks_test.go +++ b/pkg/action/hooks_test.go @@ -24,9 +24,9 @@ import ( "github.com/stretchr/testify/assert" - "helm.sh/helm/v4/pkg/chart" - kubefake "helm.sh/helm/v4/pkg/kube/fake" - "helm.sh/helm/v4/pkg/release" + "helm.sh/helm/v3/pkg/chart" + kubefake "helm.sh/helm/v3/pkg/kube/fake" + "helm.sh/helm/v3/pkg/release" ) func podManifestWithOutputLogs(hookDefinitions []release.HookOutputLogPolicy) string {