From cb7c29de90a8b78f9f5509522c75e976623642e6 Mon Sep 17 00:00:00 2001 From: Andrei Pohilko Date: Mon, 26 Sep 2022 14:35:13 +0100 Subject: [PATCH] fix the name --- scripts/install_plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_plugin.sh b/scripts/install_plugin.sh index 5412920..f87b03c 100755 --- a/scripts/install_plugin.sh +++ b/scripts/install_plugin.sh @@ -2,7 +2,7 @@ # Copied w/ love from the chartmuseum/helm-push :) -name="helm-push" +name="helm-dashboard" repo="https://github.com/komodorio/${name}" if [ -n "${HELM_PUSH_PLUGIN_NO_INSTALL_HOOK}" ]; then