diff --git a/test/e2e/e2e_suite_test.go b/test/e2e/e2e_suite_test.go index 38ca9e8..690778e 100644 --- a/test/e2e/e2e_suite_test.go +++ b/test/e2e/e2e_suite_test.go @@ -56,7 +56,7 @@ var _ = SynchronizedBeforeSuite(func(ctx SpecContext) []byte { Resources: []string{barmanCloudKustomizationPath}, Images: []kustomizeTypes.Image{ { - Name: "kind.local/github.com/cloudnative-pg/plugin-barman-cloud/cmd/operator", + Name: "docker.io/library/plugin-barman-cloud", NewName: "registry.barman-cloud-plugin:5000/plugin-barman-cloud", NewTag: "testing", },