diff --git a/docker/openshift-template.json b/docker/openshift-template.json index b1bc140d74011735bd49e1186e1001f3e1b07fa4_ZG9ja2VyL29wZW5zaGlmdC10ZW1wbGF0ZS5qc29u..75233c1067376524087996cf61f9ce21f08ffa32_ZG9ja2VyL29wZW5zaGlmdC10ZW1wbGF0ZS5qc29u 100644 --- a/docker/openshift-template.json +++ b/docker/openshift-template.json @@ -106,6 +106,6 @@ "spec": { "tags": [ { - "name": "gitlab-10.3.5", + "name": "gitlab-10.4.0", "from": { "kind": "DockerImage", @@ -110,6 +110,6 @@ "from": { "kind": "DockerImage", - "name": "gitlab/gitlab-ce:10.3.5-ce.0" + "name": "gitlab/gitlab-ce:10.4.0-ce.0" } } ] @@ -171,7 +171,7 @@ ], "from": { "kind": "ImageStreamTag", - "name": "${APPLICATION_NAME}:gitlab-10.3.5" + "name": "${APPLICATION_NAME}:gitlab-10.4.0" } } }