From dad866582a153f788654897314ca0f72d2458c54 Mon Sep 17 00:00:00 2001 From: Erin Call Date: Mon, 9 Dec 2019 10:53:42 -0800 Subject: [PATCH] Further todo list --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6c6e9b..0b5661a 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,10 @@ TODO: * [x] Make a `Dockerfile` that's sufficient for launching the built image * [x] Make `cmd/drone-helm/main.go` actually invoke `helm` * [x] 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` -* [ ] Implement all config settings * [ ] EKS support * [ ] Change `.drone.yml` to use a real docker registry