From ba8bd3bd1514bfa58f5fce340a4b8a47e1806377 Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Mon, 23 Sep 2024 08:28:29 +0200 Subject: [PATCH] Fix templates for branch '3.3'. Image is not defined and it caused ImgErrorPullBackOff Signed-off-by: Petr "Stone" Hracek --- openshift/templates/rails-postgresql-persistent.json | 2 +- openshift/templates/rails-postgresql.json | 2 +- openshift/templates/rails.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openshift/templates/rails-postgresql-persistent.json b/openshift/templates/rails-postgresql-persistent.json index 812066b2..9b47b099 100644 --- a/openshift/templates/rails-postgresql-persistent.json +++ b/openshift/templates/rails-postgresql-persistent.json @@ -257,7 +257,7 @@ "containers": [ { "name": "${NAME}", - "image": " ", + "image": "${NAME}:latest", "ports": [ { "containerPort": 8080 diff --git a/openshift/templates/rails-postgresql.json b/openshift/templates/rails-postgresql.json index b178b551..e17ca919 100644 --- a/openshift/templates/rails-postgresql.json +++ b/openshift/templates/rails-postgresql.json @@ -182,7 +182,7 @@ "containers": [ { "name": "${NAME}", - "image": " ", + "image": "${NAME}:latest", "ports": [ { "containerPort": 8080 diff --git a/openshift/templates/rails.json b/openshift/templates/rails.json index a29a4399..c2fc3083 100644 --- a/openshift/templates/rails.json +++ b/openshift/templates/rails.json @@ -156,7 +156,7 @@ "containers": [ { "name": "rails-example", - "image": " ", + "image": "${NAME}:latest", "ports": [ { "containerPort": 8080