Skip to content

Commit

Permalink
upgrade gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
slamdev committed Jun 19, 2020
1 parent d3a24ac commit 257d9ba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/gitlab-omnibus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: gitlab-omnibus
description: |-
Helm chart to deploy [Omnibus Gitlab](https://docs.gitlab.com/omnibus/).
type: application
version: 0.0.13
version: 0.0.14
# https://hub.docker.com/r/gitlab/gitlab-ee/tags
appVersion: "13.0.0-ee.0"
appVersion: "13.0.6-ee.0"
home: https://github.com/slamdev/helm-charts/tree/master/charts/gitlab-omnibus
icon: https://docs.gitlab.com/assets/images/gitlab-logo.svg
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/gitlab-omnibus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ gitlab-omnibus
==============
Helm chart to deploy [Omnibus Gitlab](https://docs.gitlab.com/omnibus/).

Current chart version is `0.0.13`
Current chart version is `0.0.14`

Source code can be found [here](https://github.com/slamdev/helm-charts/tree/master/charts/gitlab-omnibus)

Expand Down
2 changes: 2 additions & 0 deletions charts/gitlab-omnibus/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ spec:
metadata:
labels:
{{- include "gitlab.selectorLabels" . | nindent 8 }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
Expand Down

0 comments on commit 257d9ba

Please sign in to comment.