We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538d1bd commit 334b2daCopy full SHA for 334b2da
test/e2e/e2e_suite_test.go
@@ -56,7 +56,7 @@ var _ = SynchronizedBeforeSuite(func(ctx SpecContext) []byte {
56
Resources: []string{barmanCloudKustomizationPath},
57
Images: []kustomizeTypes.Image{
58
{
59
- Name: "kind.local/github.com/cloudnative-pg/plugin-barman-cloud/cmd/operator",
+ Name: "docker.io/library/plugin-barman-cloud",
60
NewName: "registry.barman-cloud-plugin:5000/plugin-barman-cloud",
61
NewTag: "testing",
62
},
0 commit comments