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 (
1313 github.com/operator-framework/deppy v0.3.0
1414 github.com/operator-framework/helm-operator-plugins v0.2.1
1515 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
1717 github.com/spf13/pflag v1.0.5
1818 github.com/stretchr/testify v1.9.0
1919 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
408408github.com/operator-framework/operator-lib v0.12.0 /go.mod h1:ClpLUI7hctEF7F5DBe/kg041dq/4NLR7XC5tArY7bG4 =
409409github.com/operator-framework/operator-registry v1.40.0 h1:CaYNE4F/jzahpC7UCILItaIHmB5/oE0sS066nK+5Glw =
410410github.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 =
413413github.com/otiai10/copy v1.14.0 h1:dCI/t1iTdYGtkvCuBG2BgR6KZa83PTclw4U5n2wAllU =
414414github.com/otiai10/copy v1.14.0 /go.mod h1:ECfuL02W+/FkTWZWgQqXPWZgW9oeKCSQ5qVfSc4qc4w =
415415github.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 (
6161 helmclient "github.com/operator-framework/helm-operator-plugins/pkg/client"
6262 "github.com/operator-framework/operator-registry/alpha/declcfg"
6363 rukpakv1alpha2 "github.com/operator-framework/rukpak/api/v1alpha2"
64+ helmpredicate "github.com/operator-framework/rukpak/pkg/helm-operator-plugins/predicate"
6465 rukpaksource "github.com/operator-framework/rukpak/pkg/source"
6566 "github.com/operator-framework/rukpak/pkg/storage"
6667 "github.com/operator-framework/rukpak/pkg/util"
@@ -72,7 +73,6 @@ import (
7273 "github.com/operator-framework/operator-controller/internal/handler"
7374 "github.com/operator-framework/operator-controller/internal/labels"
7475 "github.com/operator-framework/operator-controller/internal/packageerrors"
75- helmpredicate "github.com/operator-framework/operator-controller/internal/rukpak/helm-operator-plugins/predicate"
7676)
7777
7878// ClusterExtensionReconciler reconciles a ClusterExtension object
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments