Plugin for woodpecker to deploy helm charts using helm3
Go to file
Erin Call 990d1856d8
Very rough code that can helm install
The recommended way to test code that uses exec.Cmd involves setting up
a real exec.Cmd that invokes `go test` with additional arguments that
fire off a specially-constructed test that behaves the way the mocked-
out script would be expected to do. It's a sensible way to test exec.Cmd
itself, but for code that merely invokes it, I think it makes more sense
to use actual mocks.
2019-12-04 12:41:37 -08:00
cmd/drone-helm Initial config for building the plugin itself 2019-12-03 09:50:15 -08:00
internal/run Very rough code that can helm install 2019-12-04 12:41:37 -08:00
.drone.yml Initial config for building the plugin itself 2019-12-03 09:50:15 -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 Very rough code that can helm install 2019-12-04 12:41:37 -08:00
go.sum Very rough code that can helm install 2019-12-04 12:41:37 -08:00
LICENSE Make it so 2019-11-21 11:35:50 -08:00
README.md Initial config for building the plugin itself 2019-12-03 09:50:15 -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
  • Change .drone.yml to use a real docker registry