Signed-off-by: Josh Dolitsky <josh@dolit.ski>
@ -30,9 +30,7 @@ import (
"helm.sh/helm/v3/pkg/helmpath"
)
var (
userAgent = fmt.Sprintf("helm/%s", version.GetVersion())
var userAgent = fmt.Sprintf("helm/%s", version.GetVersion())
type (
// Client works with OCI-compliant registries
@ -16,9 +16,7 @@ limitations under the License.
package registry // import "helm.sh/helm/v3/internal/experimental/registry"
import (
"helm.sh/helm/v3/pkg/chart"
import "helm.sh/helm/v3/pkg/chart"
// PullResult is the result returned upon successful pull.
// PushResult is the result returned upon successful push.