Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 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.1-ubi8 by default).",
"description": "Version of Ruby image to be used (3.3-ubi8 by default).",
"required": true,
"value": "3.1-ubi8"
"value": "3.3-ubi8"
},
{
"name": "POSTGRESQL_VERSION",
Expand Down Expand Up @@ -570,7 +570,8 @@
{
"name": "SOURCE_REPOSITORY_REF",
"displayName": "Git Reference",
"description": "Set this to a branch name, tag or other ref of your repository if you are not using the default branch."
"description": "Set this to a branch name, tag or other ref of your repository if you are not using the default branch.",
"value": "3.3"
},
{
"name": "CONTEXT_DIR",
Expand Down
7 changes: 4 additions & 3 deletions openshift/templates/rails-postgresql.json
Original file line number Diff line number Diff line change
Expand Up @@ -503,9 +503,9 @@
{
"name": "RUBY_VERSION",
"displayName": "Ruby Version",
"description": "Version of Ruby image to be used (3.1-ubi8 by default).",
"description": "Version of Ruby image to be used (3.3-ubi8 by default).",
"required": true,
"value": "3.1-ubi8"
"value": "3.3-ubi8"
},
{
"name": "POSTGRESQL_VERSION",
Expand Down Expand Up @@ -538,7 +538,8 @@
{
"name": "SOURCE_REPOSITORY_REF",
"displayName": "Git Reference",
"description": "Set this to a branch name, tag or other ref of your repository if you are not using the default branch."
"description": "Set this to a branch name, tag or other ref of your repository if you are not using the default branch.",
"value": "3.3"
},
{
"name": "CONTEXT_DIR",
Expand Down
7 changes: 4 additions & 3 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.1-ubi8 by default).",
"description": "Version of Ruby image to be used (3.3-ubi8 by default).",
"required": true,
"value": "3.1-ubi8"
"value": "3.3-ubi8"
},
{
"name": "MEMORY_LIMIT",
Expand All @@ -235,7 +235,8 @@
{
"name": "SOURCE_REPOSITORY_REF",
"displayName": "Git Reference",
"description": "Set this to a branch name, tag or other ref of your repository if you are not using the default branch."
"description": "Set this to a branch name, tag or other ref of your repository if you are not using the default branch.",
"value": "3.3"
},
{
"name": "CONTEXT_DIR",
Expand Down