File tree Expand file tree Collapse file tree 6 files changed +203
-42
lines changed Expand file tree Collapse file tree 6 files changed +203
-42
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 55require (
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)
You can’t perform that action at this time.
0 commit comments