diff --git a/gitlab/Chart.yaml b/gitlab/Chart.yaml index e30f7b0..2bf8cbd 100755 --- a/gitlab/Chart.yaml +++ b/gitlab/Chart.yaml @@ -1,5 +1,5 @@ name: gitlab -version: 0.2.6 +version: 0.2.7 description: GitLab Community Edition keywords: - git diff --git a/gitlab/requirements.yaml b/gitlab/requirements.yaml index e9b3fc6..1dd41d9 100644 --- a/gitlab/requirements.yaml +++ b/gitlab/requirements.yaml @@ -9,7 +9,7 @@ dependencies: version: 0.1.0 repository: https://kubernetes-charts.storage.googleapis.com/ - name: runner - version: 0.3.0 + version: 0.4.1 repository: http://charts.lwolf.org/ condition: runner.enabled - name: registry diff --git a/gitlab/values.yaml b/gitlab/values.yaml index efe4f9e..0969265 100644 --- a/gitlab/values.yaml +++ b/gitlab/values.yaml @@ -6,7 +6,7 @@ image: sameersbn/gitlab ## Gitlab image version ## ref: https://hub.docker.com/r/sameersbn/gitlab/tags/ ## -imageTag: "9.2.5" +imageTag: "9.4.1" ## Specify a imagePullPolicy ## 'Always' if imageTag is 'latest', else set to 'IfNotPresent'