File tree Expand file tree Collapse file tree 3 files changed +197
-33
lines changed
Expand file tree Collapse file tree 3 files changed +197
-33
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ resources:
55- ../crd
66- ../rbac
77- ../manager
8- - github.com/fluxcd/source-controller/config//crd?ref=v0.0.7
9- - github.com/fluxcd/source-controller/config//manager?ref=v0.0.7
8+ - github.com/fluxcd/source-controller/config//crd?ref=v0.0.8
9+ - github.com/fluxcd/source-controller/config//manager?ref=v0.0.8
1010- namespace.yaml
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ go 1.14
44
55require (
66 github.com/fluxcd/pkg v0.0.3
7- github.com/fluxcd/source-controller v0.0.7
7+ github.com/fluxcd/source-controller v0.0.8
88 github.com/go-logr/logr v0.1.0
99 github.com/onsi/ginkgo v1.12.1
1010 github.com/onsi/gomega v1.10.1
11- go.uber.org/zap v1.10 .0
12- helm.sh/helm/v3 v3.2.4
11+ go.uber.org/zap v1.13 .0
12+ helm.sh/helm/v3 v3.3.0
1313 k8s.io/api v0.18.4
1414 k8s.io/apiextensions-apiserver v0.18.4
1515 k8s.io/apimachinery v0.18.4
You can’t perform that action at this time.
0 commit comments