Drone plugins¶
drone-helm3¶
This plugin provides an interface between Drone and Helm 3:
- Lint your charts
- Deploy your service
- Delete your service
This plugin is a fork of https://github.com/pelotech/drone-helm3 build with the difference that:
- Build for arm64
- Capability added for private chartmuseum
drone-chartmuseum¶
Drone Plugin for ChartMuseum
This plugin allows us to publish helm-charts into ChartMuseum. ChartMuseum is a helm repository server. For more information, please visit https://chartmuseum.com/
The plugin is a simple wrapper script around the official helm-push plugin