File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ 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.
28- REFLECTOR_VER ?= v0.12 .0
28+ REFLECTOR_VER ?= v0.14 .0
2929
3030# Version of libgit2 the controller should depend on.
3131LIBGIT2_VERSION ?= 1.1.1
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/cyphar/filepath-securejoin v0.2.2
1111 github.com/fluxcd/image-automation-controller/api v0.17.1
1212 // If you bump this, change REFLECTOR_VER in the Makefile to match
13- github.com/fluxcd/image-reflector-controller/api v0.12 .0
13+ github.com/fluxcd/image-reflector-controller/api v0.14 .0
1414 github.com/fluxcd/pkg/apis/meta v0.10.1
1515 github.com/fluxcd/pkg/gittestserver v0.4.2
1616 github.com/fluxcd/pkg/runtime v0.12.1
Original file line number Diff line number Diff line change @@ -358,8 +358,8 @@ github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d/go.mod h1:ZZM
358358github.com/fatih/camelcase v1.0.0 /go.mod h1:yN2Sb0lFhZJUdVvtELVWefmrXpuZESvPmqwoZc+/fpc =
359359github.com/fatih/color v1.7.0 /go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4 =
360360github.com/felixge/httpsnoop v1.0.1 /go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U =
361- github.com/fluxcd/image-reflector-controller/api v0.12 .0 h1:ghdbOUmbNaPi/jVfNnI3xzvhudXBZx6xUld/OLNSVXM =
362- github.com/fluxcd/image-reflector-controller/api v0.12 .0 /go.mod h1:lgQHGFz29OHmDU5Jwg689C/M+P/f9ujt6NS0zCLT0BQ =
361+ github.com/fluxcd/image-reflector-controller/api v0.14 .0 h1:JlwwpQENkGSxtAC7VXykpOqObsupO61easXu30jpvb0 =
362+ github.com/fluxcd/image-reflector-controller/api v0.14 .0 /go.mod h1:ew7uL5XzPH3QTfNxt3BAklDh9ONrR5I2m3D7ST0zE9E =
363363github.com/fluxcd/pkg/apis/meta v0.10.0 /go.mod h1:CW9X9ijMTpNe7BwnokiUOrLl/h13miwVr/3abEQLbKE =
364364github.com/fluxcd/pkg/apis/meta v0.10.1 h1:zISenRlqNG7WK8TP3HxZTvv+1Z7JZOUIQvZrOr6pQ2w =
365365github.com/fluxcd/pkg/apis/meta v0.10.1 /go.mod h1:yUblM2vg+X8TE3A2VvJfdhkGmg+uqBlSPkLk7dxi0UM =
You can’t perform that action at this time.
0 commit comments