mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-25 21:08:50 +00:00
Add reconcile helm commands
This commit is contained in:
parent
bf8831b833
commit
7a68c4ccf3
11 changed files with 320 additions and 4 deletions
1
go.mod
1
go.mod
|
|
@ -4,6 +4,7 @@ go 1.14
|
|||
|
||||
require (
|
||||
github.com/blang/semver v3.5.1+incompatible
|
||||
github.com/fluxcd/helm-controller v0.0.1-alpha.1
|
||||
github.com/fluxcd/kustomize-controller v0.0.3
|
||||
github.com/fluxcd/pkg v0.0.3
|
||||
github.com/fluxcd/source-controller v0.0.5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue