|
|
@ -29,7 +29,6 @@ import (
|
|
|
|
|
|
|
|
|
|
|
|
"helm.sh/helm/v3/pkg/chart"
|
|
|
|
"helm.sh/helm/v3/pkg/chart"
|
|
|
|
"helm.sh/helm/v3/pkg/chart/loader"
|
|
|
|
"helm.sh/helm/v3/pkg/chart/loader"
|
|
|
|
"helm.sh/helm/v3/pkg/gates"
|
|
|
|
|
|
|
|
"helm.sh/helm/v3/pkg/gitutils"
|
|
|
|
"helm.sh/helm/v3/pkg/gitutils"
|
|
|
|
"helm.sh/helm/v3/pkg/helmpath"
|
|
|
|
"helm.sh/helm/v3/pkg/helmpath"
|
|
|
|
"helm.sh/helm/v3/pkg/provenance"
|
|
|
|
"helm.sh/helm/v3/pkg/provenance"
|
|
|
@ -37,8 +36,6 @@ import (
|
|
|
|
"helm.sh/helm/v3/pkg/repo"
|
|
|
|
"helm.sh/helm/v3/pkg/repo"
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
const FeatureGateOCI = gates.Gate("HELM_EXPERIMENTAL_OCI")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var hasGitReference = gitutils.HasGitReference
|
|
|
|
var hasGitReference = gitutils.HasGitReference
|
|
|
|
|
|
|
|
|
|
|
|
// Resolver resolves dependencies from semantic version ranges to a particular version.
|
|
|
|
// Resolver resolves dependencies from semantic version ranges to a particular version.
|
|
|
|