From 8de4273527d8589893b289a2e76a09e0838bbb77 Mon Sep 17 00:00:00 2001 From: Christophe VILA Date: Fri, 17 Apr 2020 18:20:53 +0200 Subject: [PATCH] prepare for helm 3 --- Makefile | 4 ++-- plugin.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 77efba4..e3d97d4 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/plugin.yaml b/plugin.yaml index e80e640..f847c4e 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -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"