Skip to content

Commit 948639d

Browse files
committed
Bump helm dependency to 2.9.0
1 parent 9beb907 commit 948639d

File tree

3 files changed

+10
-17
lines changed

3 files changed

+10
-17
lines changed

glide.lock

Lines changed: 6 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glide.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ import:
55
- package: github.com/spf13/pflag
66
version: 583c0c0531f06d5278b7d917446061adc344b5cd
77
- package: k8s.io/helm
8-
version: v2.8.2
8+
version: v2.9.0
99
#taken from k8s.io/helm hlide.yaml
1010
- package: k8s.io/api
11-
version: kubernetes-1.9.2
11+
version: release-1.10
1212
- package: k8s.io/apimachinery
13-
version: kubernetes-1.9.2
13+
version: release-1.10
1414
- package: google.golang.org/grpc
1515
version: 1.7.2
1616
- package: golang.org/x/net

plugin.yaml

Lines changed: 1 addition & 1 deletion
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.8.2+2"
4+
version: "2.9.0+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)