mirror of
https://github.com/helm/helm.git
synced 2026-08-06 08:01:19 +00:00
Refactoring after rebasing with latest
Signed-off-by: Aaron Mell <amell@lumindigital.com>
This commit is contained in:
@@ -71,7 +71,7 @@ func newUpgradeCmd(cfg *action.Configuration, out io.Writer) *cobra.Command {
|
||||
Long: upgradeDesc,
|
||||
Args: require.ExactArgs(2),
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
client.Namespace = action.GetNamespace()
|
||||
client.Namespace = action.GetNamespace(settings)
|
||||
|
||||
if client.Version == "" && client.Devel {
|
||||
debug("setting version to >0.0.0-0")
|
||||
|
||||
@@ -35,7 +35,7 @@ import (
|
||||
"helm.sh/helm/v3/pkg/kube"
|
||||
"helm.sh/helm/v3/pkg/release"
|
||||
"helm.sh/helm/v3/pkg/storage"
|
||||
"helm.sh/helm/pkg/storage/driver"
|
||||
"helm.sh/helm/v3/pkg/storage/driver"
|
||||
)
|
||||
|
||||
// Timestamper is a function capable of producing a timestamp.Timestamper.
|
||||
|
||||
Reference in New Issue
Block a user