diff --git a/stable/gitlab-ce/Chart.yaml b/stable/gitlab-ce/Chart.yaml index 3fa8ba7129..ec471580ec 100755 --- a/stable/gitlab-ce/Chart.yaml +++ b/stable/gitlab-ce/Chart.yaml @@ -1,5 +1,5 @@ name: gitlab-ce -version: 0.1.8 +version: 0.1.9 description: GitLab Community Edition keywords: - git diff --git a/stable/gitlab-ce/values.yaml b/stable/gitlab-ce/values.yaml index 1a0413eded..8e792fde08 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:9.1.0-ce.0 +image: gitlab/gitlab-ce:9.4.1-ce.0 ## Specify a imagePullPolicy ## 'Always' if imageTag is 'latest', else set to 'IfNotPresent'