Update /tmp/omnibus-gitlab/docker/openshift-template.json to 10.7.3-ce.0

This commit is contained in:
Mayra Cabrera 2018-05-02 16:38:40 -05:00
parent 12bd6baae7
commit b9fdac38fe
1 changed files with 3 additions and 3 deletions

View File

@ -106,10 +106,10 @@
"spec": {
"tags": [
{
"name": "gitlab-10.7.2",
"name": "gitlab-10.7.3",
"from": {
"kind": "DockerImage",
"name": "gitlab/gitlab-ce:10.7.2-ce.0"
"name": "gitlab/gitlab-ce:10.7.3-ce.0"
}
}
]
@ -171,7 +171,7 @@
],
"from": {
"kind": "ImageStreamTag",
"name": "${APPLICATION_NAME}:gitlab-10.7.2"
"name": "${APPLICATION_NAME}:gitlab-10.7.3"
}
}
}