mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 21:23:12 +01:00
test: change image name in kustomization
Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
This commit is contained in:
parent
538d1bd975
commit
334b2dac79
@ -56,7 +56,7 @@ var _ = SynchronizedBeforeSuite(func(ctx SpecContext) []byte {
|
|||||||
Resources: []string{barmanCloudKustomizationPath},
|
Resources: []string{barmanCloudKustomizationPath},
|
||||||
Images: []kustomizeTypes.Image{
|
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",
|
NewName: "registry.barman-cloud-plugin:5000/plugin-barman-cloud",
|
||||||
NewTag: "testing",
|
NewTag: "testing",
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user