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 {