Update GitLab-CE image to release 8.16.1 (#483)

* Update GitLab-CE image to release 8.16.1
* postgres database version was updated to 9.6
* version bump
This commit is contained in:
DJ Mountney
2017-02-13 14:19:27 -06:00
committed by Michael Goodness
parent b06fa20b88
commit 7359fc36e3
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: gitlab-ce
version: 0.1.3
version: 0.1.4
description: GitLab Community Edition
keywords:
- git
+3 -3
View File
@@ -1,7 +1,7 @@
## GitLab CE image
## ref: https://hub.docker.com/r/gitlab/gitlab-ce/tags/
##
image: gitlab/gitlab-ce:8.14.4-ce.0
image: gitlab/gitlab-ce:8.16.1-ce.0
## Specify a imagePullPolicy
## 'Always' if imageTag is 'latest', else set to 'IfNotPresent'
@@ -75,8 +75,8 @@ persistence:
## ref: https://github.com/kubernetes/charts/blob/master/stable/postgresql/README.md
##
postgresql:
# 9.4 is currently used in the official OpenShift manifests.
imageTag: "9.4"
# 9.6 is the newest supported version for the GitLab container
imageTag: "9.6"
cpu: 1000m
memory: 1Gi