Skip to content

Commit 25c9ae7

Browse files
committed
update to helm 2.4.0
yuck, the kubernetes dependecies get out of hand
1 parent a8d5113 commit 25c9ae7

File tree

5 files changed

+516
-38
lines changed

5 files changed

+516
-38
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ install: bootstrap build
1212

1313
.PHONY: build
1414
build:
15-
go build -o diff -ldflags="$(LDFLAGS)"
15+
go build -i -v -o diff -ldflags="$(LDFLAGS)"
1616

1717
.PHONY: bootstrap
1818
bootstrap:
1919
ifndef HAS_GLIDE
2020
go get -u github.com/Masterminds/glide
2121
endif
2222
glide install --strip-vendor
23+
scripts/setup-apimachinery.sh
2324

2425
.PHONY: dist
2526
dist: export COPYFILE_DISABLE=1 #teach OSX tar to not put ._* files in tar archive

0 commit comments

Comments
 (0)