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:
5
5
- ../crd
6
6
- ../rbac
7
7
- ../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
10
10
- namespace.yaml
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ go 1.14
4
4
5
5
require (
6
6
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
8
8
github.com/go-logr/logr v0.1.0
9
9
github.com/onsi/ginkgo v1.12.1
10
10
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
13
13
k8s.io/api v0.18.4
14
14
k8s.io/apiextensions-apiserver v0.18.4
15
15
k8s.io/apimachinery v0.18.4
You can’t perform that action at this time.
0 commit comments