File tree Expand file tree Collapse file tree 4 files changed +4
-85
lines changed
rukpak/helm-operator-plugins/predicate Expand file tree Collapse file tree 4 files changed +4
-85
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
13
13
github.com/operator-framework/deppy v0.3.0
14
14
github.com/operator-framework/helm-operator-plugins v0.2.1
15
15
github.com/operator-framework/operator-registry v1.40.0
16
- github.com/operator-framework/rukpak v0.20.1-0.20240502203826-72cffe62499b
16
+ github.com/operator-framework/rukpak v0.20.1-0.20240503190249-f2fc69ef9ff1
17
17
github.com/spf13/pflag v1.0.5
18
18
github.com/stretchr/testify v1.9.0
19
19
github.com/vmware-tanzu/carvel-kapp-controller v0.51.0
Original file line number Diff line number Diff line change @@ -408,8 +408,8 @@ github.com/operator-framework/operator-lib v0.12.0 h1:OzpMU5N7mvFgg/uje8FUUeD24A
408
408
github.com/operator-framework/operator-lib v0.12.0 /go.mod h1:ClpLUI7hctEF7F5DBe/kg041dq/4NLR7XC5tArY7bG4 =
409
409
github.com/operator-framework/operator-registry v1.40.0 h1:CaYNE4F/jzahpC7UCILItaIHmB5/oE0sS066nK+5Glw =
410
410
github.com/operator-framework/operator-registry v1.40.0 /go.mod h1:D2YxapkfRDgjqNTO9d3h3v0DeREbV+8utCLG52zrOy4 =
411
- github.com/operator-framework/rukpak v0.20.1-0.20240502203826-72cffe62499b h1:WP/2bHrZ5e/O4cu52I593CqsAUrRA0t6febZuRn8Vmo =
412
- github.com/operator-framework/rukpak v0.20.1-0.20240502203826-72cffe62499b /go.mod h1:WAyS3DXZ19pLg/324PEoudWZmaRlYZ6i4j4NV3/T/mI =
411
+ github.com/operator-framework/rukpak v0.20.1-0.20240503190249-f2fc69ef9ff1 h1:dB9owrQy5d/yjHuPNLw1dkudfWYLldJQBbmZ6pq+EAg =
412
+ github.com/operator-framework/rukpak v0.20.1-0.20240503190249-f2fc69ef9ff1 /go.mod h1:WAyS3DXZ19pLg/324PEoudWZmaRlYZ6i4j4NV3/T/mI =
413
413
github.com/otiai10/copy v1.14.0 h1:dCI/t1iTdYGtkvCuBG2BgR6KZa83PTclw4U5n2wAllU =
414
414
github.com/otiai10/copy v1.14.0 /go.mod h1:ECfuL02W+/FkTWZWgQqXPWZgW9oeKCSQ5qVfSc4qc4w =
415
415
github.com/otiai10/mint v1.5.1 h1:XaPLeE+9vGbuyEHem1JNk3bYc7KKqyI/na0/mLd/Kks =
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ import (
61
61
helmclient "github.com/operator-framework/helm-operator-plugins/pkg/client"
62
62
"github.com/operator-framework/operator-registry/alpha/declcfg"
63
63
rukpakv1alpha2 "github.com/operator-framework/rukpak/api/v1alpha2"
64
+ helmpredicate "github.com/operator-framework/rukpak/pkg/helm-operator-plugins/predicate"
64
65
rukpaksource "github.com/operator-framework/rukpak/pkg/source"
65
66
"github.com/operator-framework/rukpak/pkg/storage"
66
67
"github.com/operator-framework/rukpak/pkg/util"
@@ -72,7 +73,6 @@ import (
72
73
"github.com/operator-framework/operator-controller/internal/handler"
73
74
"github.com/operator-framework/operator-controller/internal/labels"
74
75
"github.com/operator-framework/operator-controller/internal/packageerrors"
75
- helmpredicate "github.com/operator-framework/operator-controller/internal/rukpak/helm-operator-plugins/predicate"
76
76
)
77
77
78
78
// ClusterExtensionReconciler reconciles a ClusterExtension object
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments