Skip to content

Commit

Permalink
bump to helm 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
databus23 committed Oct 30, 2017
1 parent 0cce957 commit 9b42984
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 20 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ LDFLAGS += -X $(PKG)/vendor/k8s.io/helm/pkg/version.Version=$(shell grep -A1 "pa

.PHONY: install
install: bootstrap build
mkdir -p $(HELM_HOME)/plugins/diff
cp diff $(HELM_HOME)/plugins/diff/
cp plugin.yaml $(HELM_HOME)/plugins/diff/
mkdir -p $(HELM_HOME)/plugins/helm-diff
cp diff $(HELM_HOME)/plugins/helm-diff/
cp plugin.yaml $(HELM_HOME)/plugins/helm-diff/

.PHONY: build
build:
Expand Down
25 changes: 11 additions & 14 deletions glide.lock

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

3 changes: 1 addition & 2 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ import:
- package: github.com/spf13/pflag
version: 9ff6c6923cfffbcd502984b8e0c80539a94968b7
- package: k8s.io/helm
version: v2.5.0-helm-diff
repo: https://github.com/databus23/helm.git
version: v2.7.0
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.5.0+1"
version: "2.7.0+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 9b42984

Please sign in to comment.