name: "secrets" version: "4.0.0" usage: "Secrets encryption in Helm for Git storing" description: |- This plugin provides secrets values encryption for Helm charts secure storing useTunnel: false platformCommand: - os: linux command: "$HELM_PLUGIN_DIR/scripts/run.sh" - os: windows command: "cmd /c $HELM_PLUGIN_DIR\\scripts\\wrapper\\sh.cmd $HELM_PLUGIN_DIR\\scripts\\run.sh" downloaders: - command: "scripts/run.sh downloader" protocols: - "secrets" - "secrets+gpg-import" - "secrets+gpg-import-kubernetes" - "secrets+age-import" - "secrets+age-import-kubernetes"