Skip to content

Commit 887ad5c

Browse files
committed
remove dependency on kubernetes
1 parent 9ce9af1 commit 887ad5c

File tree

2 files changed

+10
-207
lines changed

2 files changed

+10
-207
lines changed

glide.lock

Lines changed: 7 additions & 192 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 & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,12 @@ import:
55
- package: github.com/spf13/pflag
66
version: 583c0c0531f06d5278b7d917446061adc344b5cd
77
- package: k8s.io/helm
8-
version: v2.10.0
9-
subpackages:
10-
- pkg/downloader
11-
- pkg/getter
12-
- pkg/helm/environment
13-
- pkg/helm/helmpath
14-
- pkg/nstrvals
15-
- pkg/helm
16-
- pkg/tlsutil
17-
- pkg/proto/hapi/release
8+
#revert back to upstream once https://github.com/helm/helm/pull/4499 is released
9+
repo: https://github.com/databus23/helm.git
10+
version: v2.10.0-nok8s
1811
#taken from k8s.io/helm glide.yaml
1912
- package: k8s.io/api
2013
version: release-1.10
21-
# The k8s pkg is there due to the ustream bug
22-
# https://github.com/helm/helm/pull/4499
23-
# This should be pointed to our own fork, and then removed after the issue is resolved.
24-
- package: k8s.io/kubernetes
25-
version: 32ac1c9073b132b8ba18aa830f46b77dcceb0723
2614
# The two packages below were expected to have `version: release-1.10`,
2715
# but it ended up vendoring versions of pkgs newer than those in helm's glide.lock
2816
# https://github.com/helm/helm/blob/cc7cc1087f586f64d0b0d08aa516a003ced2d85b/glide.lock#L400-L458

0 commit comments

Comments
 (0)