Skip to content

Commit 9ae9f64

Browse files
committed
Update source-controller to v0.19.0
Signed-off-by: Hidde Beydals <[email protected]>
1 parent a1da8b4 commit 9ae9f64

File tree

5 files changed

+43
-134
lines changed

5 files changed

+43
-134
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

api/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/fluxcd/image-automation-controller/api
33
go 1.16
44

55
require (
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
)

0 commit comments

Comments
 (0)