From 334b2dac7977db8e2c9025cf176ee432d2b06e1e Mon Sep 17 00:00:00 2001 From: Francesco Canovai Date: Wed, 13 Nov 2024 18:10:40 +0100 Subject: [PATCH] test: change image name in kustomization Signed-off-by: Francesco Canovai --- test/e2e/e2e_suite_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", },