mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-19 02:05:43 +00:00
Update controllers and go modules
- update source-controller to v0.0.5 - update kustomize-controller to v0.0.4 - update notification-controller to v0.0.4 - update helm-controller to v0.0.1-alpha.2
This commit is contained in:
parent
d387ebf32d
commit
c664484fda
8 changed files with 25 additions and 29 deletions
6
go.mod
6
go.mod
|
|
@ -4,8 +4,8 @@ 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/helm-controller v0.0.1-alpha.2
|
||||
github.com/fluxcd/kustomize-controller v0.0.4
|
||||
github.com/fluxcd/pkg v0.0.3
|
||||
github.com/fluxcd/source-controller v0.0.5
|
||||
github.com/golang/protobuf v1.4.2 // indirect
|
||||
|
|
@ -20,7 +20,7 @@ require (
|
|||
k8s.io/apimachinery v0.18.4
|
||||
k8s.io/client-go v0.18.4
|
||||
sigs.k8s.io/controller-runtime v0.6.0
|
||||
sigs.k8s.io/kustomize/api v0.5.0
|
||||
sigs.k8s.io/kustomize/api v0.5.1
|
||||
sigs.k8s.io/yaml v1.2.0
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue