From ad40e053d0c6d2db3346bb6349869d11f3e90092 Mon Sep 17 00:00:00 2001 From: Sai Sindhur Malleni Date: Thu, 23 Mar 2023 04:02:17 -0500 Subject: [PATCH] Use unauthenticated postgres image (#276) registry.redhat.io images fail to be pulled if the OCP cluster was installed without the pullsecret. Signed-off-by: Sai Sindhur Malleni --- .../ocp-config/node-density-heavy/postgres-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kube-burner/ocp-config/node-density-heavy/postgres-deployment.yml b/cmd/kube-burner/ocp-config/node-density-heavy/postgres-deployment.yml index 3a169bc2a..4c6fe804f 100644 --- a/cmd/kube-burner/ocp-config/node-density-heavy/postgres-deployment.yml +++ b/cmd/kube-burner/ocp-config/node-density-heavy/postgres-deployment.yml @@ -21,7 +21,7 @@ spec: operator: DoesNotExist containers: - name: postgresql - image: registry.redhat.io/rhel8/postgresql-10@sha256:4b912c80085b88a03309aeb7907efcc29dd3342fa3952b6ea067afb1914bfe53 + image: registry.access.redhat.com/rhscl/postgresql-10-rhel7:latest ports: - containerPort: 5432 protocol: TCP