File tree Expand file tree Collapse file tree 5 files changed +43
-134
lines changed Expand file tree Collapse file tree 5 files changed +43
-134
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ CACHE := cache
2121
2222# Version of the source-controller from which to get the GitRepository CRD.
2323# Change this if you bump the source-controller/api version in go.mod.
24- SOURCE_VER ?= v0.17.2
24+ SOURCE_VER ?= v0.19.0
2525
2626# Version of the image-reflector-controller from which to get the ImagePolicy CRD.
2727# Change this if you bump the image-reflector-controller/api version in go.mod.
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/fluxcd/image-automation-controller/api
33go 1.16
44
55require (
6- github.com/fluxcd/pkg/apis/meta v0.10.0
7- github.com/fluxcd/source-controller/api v0.17.2
6+ github.com/fluxcd/pkg/apis/meta v0.10.1
7+ github.com/fluxcd/source-controller/api v0.19.0
88 k8s.io/apimachinery v0.22.2
99 sigs.k8s.io/controller-runtime v0.10.2
1010)
You can’t perform that action at this time.
0 commit comments