Skip to content

Commit b59350c

Browse files
committed
Move helm-operator-plugin
Signed-off-by: Todd Short <[email protected]>
1 parent 2fad20a commit b59350c

File tree

4 files changed

+4
-85
lines changed

4 files changed

+4
-85
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,8 @@ github.com/operator-framework/operator-lib v0.12.0 h1:OzpMU5N7mvFgg/uje8FUUeD24A
408408
github.com/operator-framework/operator-lib v0.12.0/go.mod h1:ClpLUI7hctEF7F5DBe/kg041dq/4NLR7XC5tArY7bG4=
409409
github.com/operator-framework/operator-registry v1.40.0 h1:CaYNE4F/jzahpC7UCILItaIHmB5/oE0sS066nK+5Glw=
410410
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=
413413
github.com/otiai10/copy v1.14.0 h1:dCI/t1iTdYGtkvCuBG2BgR6KZa83PTclw4U5n2wAllU=
414414
github.com/otiai10/copy v1.14.0/go.mod h1:ECfuL02W+/FkTWZWgQqXPWZgW9oeKCSQ5qVfSc4qc4w=
415415
github.com/otiai10/mint v1.5.1 h1:XaPLeE+9vGbuyEHem1JNk3bYc7KKqyI/na0/mLd/Kks=

internal/controllers/clusterextension_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

internal/rukpak/helm-operator-plugins/predicate/depedent.go

Lines changed: 0 additions & 81 deletions
This file was deleted.

0 commit comments

Comments
 (0)