Skip to content

Commit

Permalink
Merge pull request #268 from fluxcd/controller-runtime-v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeco authored Nov 22, 2021
2 parents fbf889e + 16690b3 commit 622289d
Show file tree
Hide file tree
Showing 6 changed files with 203 additions and 42 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ 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.0
SOURCE_VER ?= v0.17.2

# 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.
Expand Down
4 changes: 2 additions & 2 deletions api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ go 1.16
require (
github.com/fluxcd/pkg/apis/meta v0.10.0
github.com/fluxcd/source-controller/api v0.17.2
k8s.io/apimachinery v0.21.3
sigs.k8s.io/controller-runtime v0.9.5
k8s.io/apimachinery v0.22.2
sigs.k8s.io/controller-runtime v0.10.2
)
Loading

0 comments on commit 622289d

Please sign in to comment.