From ea3009a3527541e2a5a2e319596488e568358070 Mon Sep 17 00:00:00 2001 From: Adar Nimrod Date: Mon, 17 Jun 2019 18:56:25 +0300 Subject: [PATCH] Handle case when the diff helm plugin is listed as installed but missing. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 06c3667..7f377fd 100644 --- a/Makefile +++ b/Makefile @@ -117,6 +117,7 @@ $(DESTDIR)/bin/docker-machine-driver-kvm: $(HELM_HOME)/plugins/helm-diff/bin/diff: $(DESTDIR)/bin/helm mkdir -p $(HELM_HOME)/plugins + -helm plugin remove diff $(DESTDIR)/bin/helm plugin install https://github.com/databus23/helm-diff --version master $(DESTDIR)/bin/gomplate: -- GitLab