test(e2e): use upstream fake-gcs-server

Since https://github.com/fsouza/fake-gcs-server/pull/1827 has been
merged, we can go back to use the upstream version of the image.

Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
This commit is contained in:
Francesco Canovai 2025-03-05 13:37:02 +01:00 committed by Marco Nenciarini
parent aba0748789
commit 9f685a9e9c

View File

@ -68,9 +68,7 @@ func newGCSDeployment(namespace, name string) *appsv1.Deployment {
Containers: []corev1.Container{
{
Name: name,
// TODO: use the official image when https://github.com/fsouza/fake-gcs-server/pull/1827
// is merged and released
Image: "ghcr.io/fcanovai/fake-gcs-server:latest",
Image: "fsouza/fake-gcs-server:latest",
Ports: []corev1.ContainerPort{
{
ContainerPort: 4443,