Skip to content

Commit d2fe0de

Browse files
authored
Move helm-operator-plugin (#828)
Signed-off-by: Todd Short <tshort@redhat.com>
1 parent 2fad20a commit d2fe0de

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)