mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-12 13:43:10 +01:00
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:
parent
aba0748789
commit
9f685a9e9c
@ -67,10 +67,8 @@ func newGCSDeployment(namespace, name string) *appsv1.Deployment {
|
|||||||
Spec: corev1.PodSpec{
|
Spec: corev1.PodSpec{
|
||||||
Containers: []corev1.Container{
|
Containers: []corev1.Container{
|
||||||
{
|
{
|
||||||
Name: name,
|
Name: name,
|
||||||
// TODO: use the official image when https://github.com/fsouza/fake-gcs-server/pull/1827
|
Image: "fsouza/fake-gcs-server:latest",
|
||||||
// is merged and released
|
|
||||||
Image: "ghcr.io/fcanovai/fake-gcs-server:latest",
|
|
||||||
Ports: []corev1.ContainerPort{
|
Ports: []corev1.ContainerPort{
|
||||||
{
|
{
|
||||||
ContainerPort: 4443,
|
ContainerPort: 4443,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user