Skip to content

Commit

Permalink
prepare for helm 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe VILA committed Apr 17, 2020
1 parent 7aef962 commit 8de4273
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ DIST := $(CURDIR)/_dist
LDFLAGS := "-X main.version=${VERSION}"
TAR_LINUX := "helm-spray-linux-amd64.tar.gz"
TAR_WINDOWS := "helm-spray-windows-amd64.tar.gz"
BINARY_LINUX := "helm-spray"
BINARY_WINDOWS := "helm-spray.exe"
BINARY_LINUX := "bin/helm-spray"
BINARY_WINDOWS := "bin/helm-spray.exe"

.PHONY: dist

Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "spray"
version: 3.4.6-rc.4
version: 4.0.0-beta.2
usage: "upgrade sub-charts from an umbrella chart with dependency orders"
description: "Helm plugin for upgrading sub-charts from umbrella chart with dependency orders"
command: "$HELM_PLUGIN_DIR/bin/helm-spray"
Expand Down

0 comments on commit 8de4273

Please sign in to comment.