Fix cherry-pick helm.sh/helm/v4 -> helm.sh/helm/v3

Signed-off-by: Scott Rigby <scott@r6by.com>
pull/30570/head
Scott Rigby 7 months ago
parent 2aa90b8f26
commit bcb83e465f
No known key found for this signature in database
GPG Key ID: C7C6FBB5B91C1155

@ -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"

@ -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 {

Loading…
Cancel
Save