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 a6fc9af commit 4c72cd1Copy full SHA for 4c72cd1
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