Skip to content

Commit

Permalink
bump to helm 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
databus23 committed Apr 19, 2017
1 parent 85a0867 commit 2679d8b
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 11 deletions.
30 changes: 23 additions & 7 deletions glide.lock

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

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ import:
- package: github.com/aryann/difflib
- package: github.com/mgutz/ansi
- package: k8s.io/helm
version: ^v2.2.1
version: ^v2.3.1
subpackages:
- pkg/helm
4 changes: 2 additions & 2 deletions helm.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import (

"github.com/ghodss/yaml"
"google.golang.org/grpc"
"k8s.io/helm/cmd/helm/helmpath"
"k8s.io/helm/cmd/helm/strvals"
"k8s.io/helm/pkg/downloader"
"k8s.io/helm/pkg/helm/helmpath"
"k8s.io/helm/pkg/strvals"
)

/////////////// Source: cmd/helm/install.go /////////////////////////
Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "diff"
# Version is the version of Helm plus the number of official builds for this
# plugin
version: "2.2.1+2"
version: "2.3.1+1"
usage: "Preview helm upgrade changes as a diff"
description: "Preview helm upgrade changes as a diff"
useTunnel: true
Expand Down

0 comments on commit 2679d8b

Please sign in to comment.