diff --git a/test/e2e/e2e_suite_test.go b/test/e2e/e2e_suite_test.go index 4d62e02..07948b6 100644 --- a/test/e2e/e2e_suite_test.go +++ b/test/e2e/e2e_suite_test.go @@ -59,7 +59,7 @@ var _ = SynchronizedBeforeSuite(func(ctx SpecContext) []byte { Resources: []string{barmanCloudKustomizationPath}, Images: []kustomizeTypes.Image{ { - Name: "docker.io/library/plugin-barman-cloud", + Name: "plugin-barman-cloud", NewName: "registry.barman-cloud-plugin:5000/plugin-barman-cloud", NewTag: "testing", },