Skip to content

Commit 2679d8b

Browse files
committed
bump to helm 2.3.1
1 parent 85a0867 commit 2679d8b

File tree

4 files changed

+27
-11
lines changed

4 files changed

+27
-11
lines changed

glide.lock

+23-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glide.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ import:
77
- package: github.com/aryann/difflib
88
- package: github.com/mgutz/ansi
99
- package: k8s.io/helm
10-
version: ^v2.2.1
10+
version: ^v2.3.1
1111
subpackages:
1212
- pkg/helm

helm.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ import (
1313

1414
"github.com/ghodss/yaml"
1515
"google.golang.org/grpc"
16-
"k8s.io/helm/cmd/helm/helmpath"
17-
"k8s.io/helm/cmd/helm/strvals"
1816
"k8s.io/helm/pkg/downloader"
17+
"k8s.io/helm/pkg/helm/helmpath"
18+
"k8s.io/helm/pkg/strvals"
1919
)
2020

2121
/////////////// Source: cmd/helm/install.go /////////////////////////

plugin.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "diff"
22
# Version is the version of Helm plus the number of official builds for this
33
# plugin
4-
version: "2.2.1+2"
4+
version: "2.3.1+1"
55
usage: "Preview helm upgrade changes as a diff"
66
description: "Preview helm upgrade changes as a diff"
77
useTunnel: true

0 commit comments

Comments
 (0)