Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
Gitlab 9.4.1, new runner
  • Loading branch information
lwolf committed Jul 28, 2017
1 parent 1894add commit 713effb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gitlab/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: gitlab
version: 0.2.6
version: 0.2.7
description: GitLab Community Edition
keywords:
- git
Expand Down
2 changes: 1 addition & 1 deletion gitlab/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gitlab/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 713effb

Please sign in to comment.