Skip to content

Commit a60415b

Browse files
committed
lint
Signed-off-by: Pavel Okhlopkov <pavel.okhlopkov@flant.com>
1 parent 53d98fc commit a60415b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pkg/helm/helm3lib/helm3lib.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ import (
1313

1414
"github.com/deckhouse/deckhouse/pkg/log"
1515
logContext "github.com/deckhouse/deckhouse/pkg/log/context"
16-
"github.com/flant/addon-operator/pkg/helm/client"
17-
"github.com/flant/addon-operator/pkg/helm/post_renderer"
18-
"github.com/flant/addon-operator/pkg/utils"
1916
"helm.sh/helm/v3/pkg/action"
2017
"helm.sh/helm/v3/pkg/chart/loader"
2118
"helm.sh/helm/v3/pkg/chartutil"
@@ -28,6 +25,10 @@ import (
2825
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
2926
"k8s.io/cli-runtime/pkg/genericclioptions"
3027
"k8s.io/client-go/rest"
28+
29+
"github.com/flant/addon-operator/pkg/helm/client"
30+
"github.com/flant/addon-operator/pkg/helm/post_renderer"
31+
"github.com/flant/addon-operator/pkg/utils"
3132
)
3233

3334
var helmPostRenderer *post_renderer.PostRenderer

0 commit comments

Comments
 (0)