Skip to content

Commit

Permalink
update Helm dependency to 2.6.1
Browse files Browse the repository at this point in the history
This also marks the switch to dep package manager.
  • Loading branch information
JeanMertz committed Sep 21, 2017
1 parent 5a9164f commit acd1ba9
Show file tree
Hide file tree
Showing 6 changed files with 132 additions and 596 deletions.
123 changes: 123 additions & 0 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[[constraint]]
name = "k8s.io/helm"
version = "2.6.1"

[[constraint]]
name = "github.com/blendle/epp"
version = "2.0.0-rc1"
4 changes: 1 addition & 3 deletions chart/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,9 @@ func locateChartPath(name, version string) (string, error) {
}

settings := environment.EnvSettings{
Home: helmpath.Home(environment.DefaultHelmHome()),
Home: helmpath.Home(environment.DefaultHelmHome),
}

settings.PlugDirs = settings.Home.Plugins()

dl := downloader.ChartDownloader{
HelmHome: helmpath.Home(homepath),
Out: os.Stdout,
Expand Down
Loading

0 comments on commit acd1ba9

Please sign in to comment.