Skip to content

Commit

Permalink
Merge pull request #269 from fluxcd/update-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeco authored Nov 23, 2021
2 parents 622289d + 9ae9f64 commit ac33ff6
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 138 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ CACHE := cache

# Version of the source-controller from which to get the GitRepository CRD.
# Change this if you bump the source-controller/api version in go.mod.
SOURCE_VER ?= v0.17.2
SOURCE_VER ?= v0.19.0

# Version of the image-reflector-controller from which to get the ImagePolicy CRD.
# Change this if you bump the image-reflector-controller/api version in go.mod.
REFLECTOR_VER ?= v0.12.0
REFLECTOR_VER ?= v0.14.0

# Version of libgit2 the controller should depend on.
LIBGIT2_VERSION ?= 1.1.1
Expand Down
4 changes: 2 additions & 2 deletions api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/fluxcd/image-automation-controller/api
go 1.16

require (
github.com/fluxcd/pkg/apis/meta v0.10.0
github.com/fluxcd/source-controller/api v0.17.2
github.com/fluxcd/pkg/apis/meta v0.10.1
github.com/fluxcd/source-controller/api v0.19.0
k8s.io/apimachinery v0.22.2
sigs.k8s.io/controller-runtime v0.10.2
)
Loading

0 comments on commit ac33ff6

Please sign in to comment.