Skip to content

Commit 9b42984

Browse files
committed
bump to helm 2.7.0
1 parent 0cce957 commit 9b42984

File tree

4 files changed

+16
-20
lines changed

4 files changed

+16
-20
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ LDFLAGS += -X $(PKG)/vendor/k8s.io/helm/pkg/version.Version=$(shell grep -A1 "pa
1212

1313
.PHONY: install
1414
install: bootstrap build
15-
mkdir -p $(HELM_HOME)/plugins/diff
16-
cp diff $(HELM_HOME)/plugins/diff/
17-
cp plugin.yaml $(HELM_HOME)/plugins/diff/
15+
mkdir -p $(HELM_HOME)/plugins/helm-diff
16+
cp diff $(HELM_HOME)/plugins/helm-diff/
17+
cp plugin.yaml $(HELM_HOME)/plugins/helm-diff/
1818

1919
.PHONY: build
2020
build:

glide.lock

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

glide.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ import:
55
- package: github.com/spf13/pflag
66
version: 9ff6c6923cfffbcd502984b8e0c80539a94968b7
77
- package: k8s.io/helm
8-
version: v2.5.0-helm-diff
9-
repo: https://github.com/databus23/helm.git
8+
version: v2.7.0

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.5.0+1"
4+
version: "2.7.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)