Plugin for woodpecker to deploy helm charts using helm3
Go to file
2019-12-09 09:58:42 -08:00
cmd/drone-helm Replicate most of drone-helm's config 2019-12-09 09:58:42 -08:00
internal Replicate most of drone-helm's config 2019-12-09 09:58:42 -08:00
.drone.yml Actual drone-invokable helm commands 2019-12-05 14:35:25 -08:00
.gitignore Make it so 2019-11-21 11:35:50 -08:00
Dockerfile Initial config for building the plugin itself 2019-12-03 09:50:15 -08:00
go.mod Replicate most of drone-helm's config 2019-12-09 09:58:42 -08:00
go.sum Replicate most of drone-helm's config 2019-12-09 09:58:42 -08:00
LICENSE Make it so 2019-11-21 11:35:50 -08:00
README.md Replicate most of drone-helm's config 2019-12-09 09:58:42 -08:00

Drone plugin for Helm 3

TODO:

  • Make a .drone.yml that's sufficient for building an image
  • Make a Dockerfile that's sufficient for launching the built image
  • Make cmd/drone-helm/main.go actually invoke helm
  • Flesh out helm upgrade until it's capable of working
  • Implement helm lint
  • Implement helm delete
  • Implement all config settings
  • EKS support
  • Change .drone.yml to use a real docker registry