Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Kralik committed Feb 14, 2024
1 parent 134b47a commit 8db3369
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions pkg/uninstall/uninstall.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ This will uninstall Everest and all its components from the cluster.`
return err
}

if err := u.uninstallK8sResources(ctx); err != nil {
return err
}
v, err := goversion.NewVersion(version.Version)
if err != nil {
return err
Expand Down
2 changes: 0 additions & 2 deletions pkg/upgrade/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ import (
"errors"
"fmt"
"net/url"
"os"
"strings"

version "github.com/Percona-Lab/percona-version-service/versionpb"
goversion "github.com/hashicorp/go-version"
Expand Down

0 comments on commit 8db3369

Please sign in to comment.