Skip to content

Commit 334b2da

Browse files
committed
test: change image name in kustomization
Signed-off-by: Francesco Canovai <[email protected]>
1 parent 538d1bd commit 334b2da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/e2e_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ var _ = SynchronizedBeforeSuite(func(ctx SpecContext) []byte {
5656
Resources: []string{barmanCloudKustomizationPath},
5757
Images: []kustomizeTypes.Image{
5858
{
59-
Name: "kind.local/github.com/cloudnative-pg/plugin-barman-cloud/cmd/operator",
59+
Name: "docker.io/library/plugin-barman-cloud",
6060
NewName: "registry.barman-cloud-plugin:5000/plugin-barman-cloud",
6161
NewTag: "testing",
6262
},

0 commit comments

Comments
 (0)