From 7359fc36e3886198422a525da10001b6dec9cbbc Mon Sep 17 00:00:00 2001 From: DJ Mountney Date: Mon, 13 Feb 2017 12:19:27 -0800 Subject: [PATCH] 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 --- stable/gitlab-ce/Chart.yaml | 2 +- stable/gitlab-ce/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/gitlab-ce/Chart.yaml b/stable/gitlab-ce/Chart.yaml index dd91c1a665..14e0bcb946 100755 --- a/stable/gitlab-ce/Chart.yaml +++ b/stable/gitlab-ce/Chart.yaml @@ -1,5 +1,5 @@ name: gitlab-ce -version: 0.1.3 +version: 0.1.4 description: GitLab Community Edition keywords: - git diff --git a/stable/gitlab-ce/values.yaml b/stable/gitlab-ce/values.yaml index c5356d8e62..1c621ab06c 100644 --- a/stable/gitlab-ce/values.yaml +++ b/stable/gitlab-ce/values.yaml @@ -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