Skip to content

Commit

Permalink
Merge pull request #175 from metlos/fix-default-ruby-version-in-opens…
Browse files Browse the repository at this point in the history
…hift-templates

OCPBUGS-39363: Use a supported ruby version in openshift templates
  • Loading branch information
phracek authored Sep 11, 2024
2 parents 452a083 + a9ff858 commit 39f32b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions openshift/templates/rails-postgresql-persistent.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions openshift/templates/rails-postgresql.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions openshift/templates/rails.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 39f32b2

Please sign in to comment.