Skip to content
Snippets Groups Projects
Commit f1816c2c authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Update GitLab to 8.8.5 in OpenShift template

parent 7dca3626
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -4,7 +4,7 @@
"metadata": {
"name": "gitlab-ce",
"annotations": {
"description": "Gitlab server",
"description": "GitLab server",
"tags": "gitlab,VCS"
}
},
Loading
Loading
@@ -19,8 +19,8 @@
"value": "gitlab-ce"
},
{
"description": "Custom hostname for service routes. Default works for the openshift all-in-one VM, e.g.: <application-name>.<project>.<default-domain-suffix>",
"displayName": "Gitlab instance hostname",
"description": "Custom hostname for service routes. Default works for the OpenShift all-in-one VM, e.g.: <application-name>.<project>.<default-domain-suffix>",
"displayName": "GitLab instance hostname",
"name": "APPLICATION_HOSTNAME",
"value": "gitlab.apps.10.2.2.2.xip.io"
},
Loading
Loading
@@ -99,10 +99,10 @@
"spec": {
"tags": [
{
"name": "8.8.3",
"name": "8.8.5",
"from": {
"kind": "DockerImage",
"name": "gitlab/gitlab-ce:8.8.3-ce.0"
"name": "gitlab/gitlab-ce:8.8.5-ce.1"
}
}
]
Loading
Loading
@@ -180,7 +180,7 @@
],
"from": {
"kind": "ImageStreamTag",
"name": "${APPLICATION_NAME}:8.8.3"
"name": "${APPLICATION_NAME}:8.8.5"
}
}
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment