From 8edd6059332e936598f2a8fbd0ddcfdaaf39a2d4 Mon Sep 17 00:00:00 2001 From: Viacheslav Vasilyev Date: Mon, 9 Feb 2026 19:27:39 +0000 Subject: [PATCH] Fix plugin manifest --- plugin.yaml | 8 -------- testdata/plugin-helm3.yaml | 1 - testdata/plugin-helm4.yaml | 8 -------- 3 files changed, 17 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 2dbf38c..4eb6a10 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -10,11 +10,3 @@ config: runtimeConfig: platformCommand: - command: ${HELM_PLUGIN_DIR}/bin/helm-cm-push -downloaders: - - command: "bin/helm-cm-push" - protocols: - - "cm" -useTunnel: false -hooks: - install: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh" - update: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh" diff --git a/testdata/plugin-helm3.yaml b/testdata/plugin-helm3.yaml index 0057af2..97e49e4 100644 --- a/testdata/plugin-helm3.yaml +++ b/testdata/plugin-helm3.yaml @@ -7,7 +7,6 @@ downloaders: - command: "bin/helm-cm-push" protocols: - "cm" -useTunnel: false hooks: install: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh" update: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh" diff --git a/testdata/plugin-helm4.yaml b/testdata/plugin-helm4.yaml index 2dbf38c..4eb6a10 100644 --- a/testdata/plugin-helm4.yaml +++ b/testdata/plugin-helm4.yaml @@ -10,11 +10,3 @@ config: runtimeConfig: platformCommand: - command: ${HELM_PLUGIN_DIR}/bin/helm-cm-push -downloaders: - - command: "bin/helm-cm-push" - protocols: - - "cm" -useTunnel: false -hooks: - install: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh" - update: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh"