diff --git a/openshift/templates/rails-postgresql-persistent.json b/openshift/templates/rails-postgresql-persistent.json index 812066b2..10ccca8e 100644 --- a/openshift/templates/rails-postgresql-persistent.json +++ b/openshift/templates/rails-postgresql-persistent.json @@ -528,9 +528,9 @@ { "name": "RUBY_VERSION", "displayName": "Ruby Version", - "description": "Version of Ruby image to be used (3.0-ubi8 by default).", + "description": "Version of Ruby image to be used (3.1-ubi8 by default).", "required": true, - "value": "3.0-ubi8" + "value": "3.1-ubi8" }, { "name": "POSTGRESQL_VERSION", diff --git a/openshift/templates/rails-postgresql.json b/openshift/templates/rails-postgresql.json index b178b551..ce79fe0b 100644 --- a/openshift/templates/rails-postgresql.json +++ b/openshift/templates/rails-postgresql.json @@ -434,9 +434,9 @@ { "name": "RUBY_VERSION", "displayName": "Ruby Version", - "description": "Version of Ruby image to be used (3.0-ubi8 by default).", + "description": "Version of Ruby image to be used (3.1-ubi8 by default).", "required": true, - "value": "3.0-ubi8" + "value": "3.1-ubi8" }, { "name": "MEMORY_LIMIT", diff --git a/openshift/templates/rails.json b/openshift/templates/rails.json index a29a4399..a4e8b304 100644 --- a/openshift/templates/rails.json +++ b/openshift/templates/rails.json @@ -214,9 +214,9 @@ { "name": "RUBY_VERSION", "displayName": "Ruby Version", - "description": "Version of Ruby image to be used (3.0-ubi8 by default).", + "description": "Version of Ruby image to be used (3.1-ubi8 by default).", "required": true, - "value": "3.0-ubi8" + "value": "3.1-ubi8" }, { "name": "MEMORY_LIMIT",