plugin-barman-cloud/test/e2e
Marco Nenciarini 45c0046946
fix(e2e): use correct image name in kustomize overlay
The e2e kustomize overlay tried to match
docker.io/library/plugin-barman-cloud but the base kustomization at
kubernetes/kustomization.yaml already transforms the bare
plugin-barman-cloud image to the GHCR name. The overlay must match
the base's output (ghcr.io/cloudnative-pg/plugin-barman-cloud-testing)
to override it.

Add comments on both sides to prevent future drift.

Broken since b7daaac (#89) changed the base kustomization's newName
from docker.io/library/plugin-barman-cloud to the GHCR image without
updating the e2e overlay.

Closes #840

Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
2026-04-10 18:48:12 +02:00
..
internal chore(deps): update fsouza/fake-gcs-server docker tag to v1.54.0 (#791) 2026-03-06 18:55:28 +01:00
kustomize test(e2e): environment setup (#43) 2024-11-14 09:44:18 +01:00
e2e_suite_test.go fix(e2e): use correct image name in kustomize overlay 2026-04-10 18:48:12 +02:00