Plugin for woodpecker to deploy helm charts using helm3
Go to file
Erin Call 08ddf5e27a
Log debug output in helm.Config [#9]
Redacting KubeToken may not be sufficient, since it's possible that
someone would put secrets in Values or StringValues. Unilaterally
redacting those seems unhelpful, though, since they may be the very
thing the user is trying to debug. I've settled on redacting the obvious
field without trying to promise that all sensitive data will be hidden.
2019-12-24 11:08:09 -08:00
cmd/drone-helm Log debug output in helm.Config [#9] 2019-12-24 11:08:09 -08:00
internal Log debug output in helm.Config [#9] 2019-12-24 11:08:09 -08:00
.drone.yml update drone.yml to publish to docker hub 2019-12-19 13:38:04 -08:00
.gitignore Make it so 2019-11-21 11:35:50 -08:00
Dockerfile Initialize kubernetes config on upgrade 2019-12-16 15:41:04 -08:00
go.mod Run golint during drone builds 2019-12-09 15:27:56 -08:00
go.sum Run golint during drone builds 2019-12-09 15:27:56 -08:00
kubeconfig Initialize kubernetes config on upgrade 2019-12-16 15:41:04 -08:00
README.md Remove the TODO list from README.md 2019-12-17 15:23:42 -08:00

Drone plugin for Helm 3

Dissatisfied with this empty README? Consider grabbing the "put stuff in the README" issue!