move pusher stuff out of experimental

Signed-off-by: Josh Dolitsky <josh@dolit.ski>
pull/10430/head
Josh Dolitsky 3 years ago
parent 29bf8c09ea
commit 43764cea41
No known key found for this signature in database
GPG Key ID: B2B93673243A65FB

@ -19,11 +19,11 @@ package action
import (
"strings"
"helm.sh/helm/v3/internal/experimental/pusher"
"helm.sh/helm/v3/internal/experimental/registry"
"helm.sh/helm/v3/internal/experimental/uploader"
"helm.sh/helm/v3/pkg/action"
"helm.sh/helm/v3/pkg/cli"
"helm.sh/helm/v3/pkg/pusher"
"helm.sh/helm/v3/pkg/uploader"
)
// Push is the action for uploading a chart.

@ -22,8 +22,8 @@ import (
"github.com/pkg/errors"
"helm.sh/helm/v3/internal/experimental/pusher"
"helm.sh/helm/v3/internal/experimental/registry"
"helm.sh/helm/v3/pkg/pusher"
)
// ChartUploader handles uploading a chart.
Loading…
Cancel
Save