Update image-reflector-controller API to v0.17.1
Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
parent
3409650ed1
commit
0029e64b78
2
Makefile
2
Makefile
|
@ -25,7 +25,7 @@ SOURCE_VER ?= v0.22.0
|
|||
|
||||
# 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.
|
||||
REFLECTOR_VER ?= v0.17.0
|
||||
REFLECTOR_VER ?= v0.17.1
|
||||
|
||||
# Repository root based on Git metadata.
|
||||
REPOSITORY_ROOT := $(shell git rev-parse --show-toplevel)
|
||||
|
|
2
go.mod
2
go.mod
|
@ -10,7 +10,7 @@ require (
|
|||
github.com/cyphar/filepath-securejoin v0.2.3
|
||||
github.com/fluxcd/image-automation-controller/api v0.21.0
|
||||
// If you bump this, change REFLECTOR_VER in the Makefile to match
|
||||
github.com/fluxcd/image-reflector-controller/api v0.17.0
|
||||
github.com/fluxcd/image-reflector-controller/api v0.17.1
|
||||
github.com/fluxcd/pkg/apis/acl v0.0.3
|
||||
github.com/fluxcd/pkg/apis/meta v0.12.1
|
||||
github.com/fluxcd/pkg/gittestserver v0.5.1
|
||||
|
|
4
go.sum
4
go.sum
|
@ -334,8 +334,8 @@ github.com/evanphx/json-patch v5.6.0+incompatible h1:jBYDEEiFBPxA0v50tFdvOzQQTCv
|
|||
github.com/evanphx/json-patch v5.6.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk=
|
||||
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
|
||||
github.com/felixge/httpsnoop v1.0.1/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
|
||||
github.com/fluxcd/image-reflector-controller/api v0.17.0 h1:hMPFqZOuE4gNMvwWq0YX//mX7j/nwtuk5WRu8eBwehg=
|
||||
github.com/fluxcd/image-reflector-controller/api v0.17.0/go.mod h1:Lg8A+MUcke0Orp6C6UQkf9I3pc8M/B3XS3TOI+YxVBY=
|
||||
github.com/fluxcd/image-reflector-controller/api v0.17.1 h1:0eWE26PmCo3ZQBnDkNA6wiHhAEsTtUG4oz59enqIzsQ=
|
||||
github.com/fluxcd/image-reflector-controller/api v0.17.1/go.mod h1:Lg8A+MUcke0Orp6C6UQkf9I3pc8M/B3XS3TOI+YxVBY=
|
||||
github.com/fluxcd/pkg/apis/acl v0.0.3 h1:Lw0ZHdpnO4G7Zy9KjrzwwBmDZQuy4qEjaU/RvA6k1lc=
|
||||
github.com/fluxcd/pkg/apis/acl v0.0.3/go.mod h1:XPts6lRJ9C9fIF9xVWofmQwftvhY25n1ps7W9xw0XLU=
|
||||
github.com/fluxcd/pkg/apis/meta v0.12.1 h1:m5PfKAqbqWBvGp9+JRj1sv+xNkGsHwUVf+3rJ8wm6SE=
|
||||
|
|
|
@ -64,7 +64,7 @@ SOURCE_VER=v0.22.0
|
|||
|
||||
# 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.
|
||||
REFLECTOR_VER=v0.17.0
|
||||
REFLECTOR_VER=v0.17.1
|
||||
|
||||
# Setup files to be embedded into controllers_fuzzer.go's testFiles variable.
|
||||
mkdir -p testdata/crds
|
||||
|
|
Loading…
Reference in New Issue