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