Skip to content

Commit

Permalink
Merge pull request #36 from sclorg/issue_35
Browse files Browse the repository at this point in the history
Add parameter HTTPD_VERSION.
  • Loading branch information
phracek authored Jul 19, 2022
2 parents 753f06d + b8d6fe2 commit 744d904
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion openshift/templates/httpd.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"from": {
"kind": "ImageStreamTag",
"namespace": "${NAMESPACE}",
"name": "httpd:2.4-el8"
"name": "httpd:${HTTPD_VERSION}"
}
}
},
Expand Down Expand Up @@ -222,6 +222,13 @@
"required": true,
"value": "openshift"
},
{
"name": "HTTPD_VERSION",
"displayName": "HTTPD Version",
"description": "Version of HTTPD image to be used (2.4-el8 by default).",
"required": true,
"value": "2.4-el8"
},
{
"name": "MEMORY_LIMIT",
"displayName": "Memory Limit",
Expand Down

0 comments on commit 744d904

Please sign in to comment.