Skip to content

Commit 622289d

Browse files
authored
Merge pull request #268 from fluxcd/controller-runtime-v0.10.2
2 parents fbf889e + 16690b3 commit 622289d

File tree

6 files changed

+203
-42
lines changed

6 files changed

+203
-42
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.0
24+
SOURCE_VER ?= v0.17.2
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
@@ -5,6 +5,6 @@ go 1.16
55
require (
66
github.com/fluxcd/pkg/apis/meta v0.10.0
77
github.com/fluxcd/source-controller/api v0.17.2
8-
k8s.io/apimachinery v0.21.3
9-
sigs.k8s.io/controller-runtime v0.9.5
8+
k8s.io/apimachinery v0.22.2
9+
sigs.k8s.io/controller-runtime v0.10.2
1010
)

0 commit comments

Comments
 (0)