566 B
566 B
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 invokehelm
- Make
golint
part of the build process (and make it pass) - Implement debug output
- Flesh out
helm upgrade
until it's capable of working - Implement config settings for
upgrade
- Implement
helm lint
- Implement
helm delete
- EKS support
- Change
.drone.yml
to use a real docker registry