Skip to content

Commit ac33ff6

Browse files
authored
Merge pull request #269 from fluxcd/update-deps
2 parents 622289d + 9ae9f64 commit ac33ff6

File tree

5 files changed

+47
-138
lines changed

5 files changed

+47
-138
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ 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.
28-
REFLECTOR_VER ?= v0.12.0
28+
REFLECTOR_VER ?= v0.14.0
2929

3030
# Version of libgit2 the controller should depend on.
3131
LIBGIT2_VERSION ?= 1.1.1

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)