加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
plugin.yaml 395 Bytes
一键复制 编辑 原始数据 按行查看 历史
Josh Dolitsky 提交于 2019-12-16 21:53 . prep for 0.8.1 release
name: "push"
version: "0.8.1"
usage: "Please see https://github.com/chartmuseum/helm-push for usage"
description: "Push chart package to ChartMuseum"
command: "$HELM_PLUGIN_DIR/bin/helmpush"
downloaders:
- command: "bin/helmpush"
protocols:
- "cm"
useTunnel: false
hooks:
install: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh"
update: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化