Replicate most of drone-helm's config

This commit is contained in:
Erin Call
2019-12-09 09:56:02 -08:00
parent 238ede6f9e
commit e3051ec72e
12 changed files with 277 additions and 62 deletions

View File

@@ -4,5 +4,10 @@ TODO:
* [x] Make a `.drone.yml` that's sufficient for building an image
* [x] Make a `Dockerfile` that's sufficient for launching the built image
* [ ] Make `cmd/drone-helm/main.go` actually invoke `helm`
* [x] 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