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.16.0
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.11.1
28+ REFLECTOR_VER ?= v0.12.0
2929
3030# Version of libgit2 the controller should depend on.
3131LIBGIT2_VER ?= 1.1.1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/cyphar/filepath-securejoin v0.2.2
1010 github.com/fluxcd/image-automation-controller/api v0.14.1
1111 // If you bump this, change REFLECTOR_VER in the Makefile to match
12- github.com/fluxcd/image-reflector-controller/api v0.11.1
12+ github.com/fluxcd/image-reflector-controller/api v0.12.0
1313 github.com/fluxcd/pkg/apis/meta v0.10.1
1414 github.com/fluxcd/pkg/gittestserver v0.3.1
1515 github.com/fluxcd/pkg/runtime v0.12.1
Original file line number Diff line number Diff line change @@ -337,8 +337,8 @@ github.com/evanphx/json-patch v4.11.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQL
337337github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d /go.mod h1:ZZMPRZwes7CROmyNKgQzC3XPs6L/G2EJLHddWejkmf4 =
338338github.com/fatih/camelcase v1.0.0 /go.mod h1:yN2Sb0lFhZJUdVvtELVWefmrXpuZESvPmqwoZc+/fpc =
339339github.com/fatih/color v1.7.0 /go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4 =
340- github.com/fluxcd/image-reflector-controller/api v0.11.1 h1:8pmUKL7Pise0JOBFgqw7eWtOK/rs3HNibXqCK9aJ8LE =
341- github.com/fluxcd/image-reflector-controller/api v0.11.1 /go.mod h1:lgQHGFz29OHmDU5Jwg689C/M+P/f9ujt6NS0zCLT0BQ =
340+ github.com/fluxcd/image-reflector-controller/api v0.12.0 h1:ghdbOUmbNaPi/jVfNnI3xzvhudXBZx6xUld/OLNSVXM =
341+ github.com/fluxcd/image-reflector-controller/api v0.12.0 /go.mod h1:lgQHGFz29OHmDU5Jwg689C/M+P/f9ujt6NS0zCLT0BQ =
342342github.com/fluxcd/pkg/apis/meta v0.10.0 /go.mod h1:CW9X9ijMTpNe7BwnokiUOrLl/h13miwVr/3abEQLbKE =
343343github.com/fluxcd/pkg/apis/meta v0.10.1 h1:zISenRlqNG7WK8TP3HxZTvv+1Z7JZOUIQvZrOr6pQ2w =
344344github.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