mirror of
https://github.com/helm/helm.git
synced 2026-02-14 16:25:45 -05:00
It is now possible to create plugins with chart download capabilities for custom, non-http protocols. Furthermore it is possible to reuse helm packages to implement alternative clients with these custom downloader functions.
11 lines
206 B
YAML
11 lines
206 B
YAML
name: "downloader"
|
|
version: "1.2.3"
|
|
usage: "usage"
|
|
description: |-
|
|
download something
|
|
command: "echo Hello"
|
|
downloaders:
|
|
- protocols:
|
|
- "myprotocol"
|
|
- "myprotocols"
|
|
command: "echo Download"
|