This repository was archived by the owner on Jul 18, 2022. It is now read-only.
File tree 8 files changed +9
-9
lines changed
8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ import (
53
53
"sigs.k8s.io/controller-runtime/pkg/reconcile"
54
54
"sigs.k8s.io/controller-runtime/pkg/source"
55
55
56
- imagev1_reflect "github.com/fluxcd/image-reflector-controller/api/v1alpha2 "
56
+ imagev1_reflect "github.com/fluxcd/image-reflector-controller/api/v1beta1 "
57
57
"github.com/fluxcd/pkg/apis/meta"
58
58
"github.com/fluxcd/pkg/runtime/events"
59
59
"github.com/fluxcd/pkg/runtime/metrics"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import (
30
30
"sigs.k8s.io/controller-runtime/pkg/envtest/printer"
31
31
"sigs.k8s.io/controller-runtime/pkg/log/zap"
32
32
33
- imagev1_reflect "github.com/fluxcd/image-reflector-controller/api/v1alpha2 "
33
+ imagev1_reflect "github.com/fluxcd/image-reflector-controller/api/v1beta1 "
34
34
sourcev1 "github.com/fluxcd/source-controller/api/v1beta1"
35
35
36
36
imagev1 "github.com/fluxcd/image-automation-controller/api/v1beta1"
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ import (
48
48
ctrl "sigs.k8s.io/controller-runtime"
49
49
"sigs.k8s.io/controller-runtime/pkg/client"
50
50
51
- imagev1_reflect "github.com/fluxcd/image-reflector-controller/api/v1alpha2 "
51
+ imagev1_reflect "github.com/fluxcd/image-reflector-controller/api/v1beta1 "
52
52
"github.com/fluxcd/pkg/apis/meta"
53
53
"github.com/fluxcd/pkg/gittestserver"
54
54
"github.com/fluxcd/pkg/ssh"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
9
9
github.com/cyphar/filepath-securejoin v0.2.2
10
10
github.com/fluxcd/image-automation-controller/api v0.13.0
11
11
// If you bump this, change REFLECTOR_VER in the Makefile to match
12
- github.com/fluxcd/image-reflector-controller/api v0.10 .0
12
+ github.com/fluxcd/image-reflector-controller/api v0.11 .0
13
13
github.com/fluxcd/pkg/apis/meta v0.10.0
14
14
github.com/fluxcd/pkg/gittestserver v0.3.0
15
15
github.com/fluxcd/pkg/runtime v0.12.0
Original file line number Diff line number Diff line change @@ -299,8 +299,8 @@ github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d/go.mod h1:ZZM
299
299
github.com/fatih/camelcase v1.0.0 /go.mod h1:yN2Sb0lFhZJUdVvtELVWefmrXpuZESvPmqwoZc+/fpc =
300
300
github.com/fatih/color v1.7.0 /go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4 =
301
301
github.com/fatih/color v1.9.0 /go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL+zU =
302
- github.com/fluxcd/image-reflector-controller/api v0.10 .0 h1:uZsf5X0Djko2yJMNdKn516nKCiSBFecE8c+O66lrgyI =
303
- github.com/fluxcd/image-reflector-controller/api v0.10 .0 /go.mod h1:X4qZ11pfA5w1ajbkYbWmQ3hBW3gzCyIjhU87AvV6o2A =
302
+ github.com/fluxcd/image-reflector-controller/api v0.11 .0 h1:Pz9GuUQvmJO5nJPEtGBRQnIHvcY+ITqI4LdSiW11toE =
303
+ github.com/fluxcd/image-reflector-controller/api v0.11 .0 /go.mod h1:X4qZ11pfA5w1ajbkYbWmQ3hBW3gzCyIjhU87AvV6o2A =
304
304
github.com/fluxcd/pkg/apis/meta v0.10.0 h1:N7wVGHC1cyPdT87hrDC7UwCwRwnZdQM46PBSLjG2rlE =
305
305
github.com/fluxcd/pkg/apis/meta v0.10.0 /go.mod h1:CW9X9ijMTpNe7BwnokiUOrLl/h13miwVr/3abEQLbKE =
306
306
github.com/fluxcd/pkg/gittestserver v0.3.0 h1:6aa30mybecBwBWaJ2IEk7pQzefWnjWjxkTSrHMHawvg =
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import (
28
28
ctrl "sigs.k8s.io/controller-runtime"
29
29
ctrlmetrics "sigs.k8s.io/controller-runtime/pkg/metrics"
30
30
31
- imagev1_reflect "github.com/fluxcd/image-reflector-controller/api/v1alpha2 "
31
+ imagev1_reflect "github.com/fluxcd/image-reflector-controller/api/v1beta1 "
32
32
"github.com/fluxcd/pkg/runtime/client"
33
33
"github.com/fluxcd/pkg/runtime/events"
34
34
"github.com/fluxcd/pkg/runtime/leaderelection"
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import (
31
31
"sigs.k8s.io/kustomize/kyaml/setters2"
32
32
"sigs.k8s.io/kustomize/kyaml/yaml"
33
33
34
- imagev1_reflect "github.com/fluxcd/image-reflector-controller/api/v1alpha2 "
34
+ imagev1_reflect "github.com/fluxcd/image-reflector-controller/api/v1beta1 "
35
35
)
36
36
37
37
const (
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import (
30
30
"sigs.k8s.io/kustomize/kyaml/yaml"
31
31
32
32
"github.com/fluxcd/image-automation-controller/pkg/test"
33
- imagev1_reflect "github.com/fluxcd/image-reflector-controller/api/v1alpha2 "
33
+ imagev1_reflect "github.com/fluxcd/image-reflector-controller/api/v1beta1 "
34
34
)
35
35
36
36
func TestUpdate (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments