diff --git a/charts/gitlab-omnibus/Chart.yaml b/charts/gitlab-omnibus/Chart.yaml index 54aa8b2..77f9586 100644 --- a/charts/gitlab-omnibus/Chart.yaml +++ b/charts/gitlab-omnibus/Chart.yaml @@ -3,7 +3,7 @@ name: gitlab-omnibus description: |- Helm chart to deploy [Omnibus Gitlab](https://docs.gitlab.com/omnibus/). type: application -version: 0.0.4 +version: 0.0.5 appVersion: "12.9.2-ee.0" home: https://github.com/slamdev/helm-charts/tree/master/charts/gitlab-omnibus icon: https://docs.gitlab.com/assets/images/gitlab-logo.svg diff --git a/charts/gitlab-omnibus/README.md b/charts/gitlab-omnibus/README.md index de599c0..71d4577 100644 --- a/charts/gitlab-omnibus/README.md +++ b/charts/gitlab-omnibus/README.md @@ -2,7 +2,7 @@ gitlab-omnibus ============== Helm chart to deploy [Omnibus Gitlab](https://docs.gitlab.com/omnibus/). -Current chart version is `0.0.4` +Current chart version is `0.0.5` Source code can be found [here](https://github.com/slamdev/helm-charts/tree/master/charts/gitlab-omnibus) diff --git a/charts/gitlab-omnibus/templates/statefulset.yaml b/charts/gitlab-omnibus/templates/statefulset.yaml index f452f33..0883358 100644 --- a/charts/gitlab-omnibus/templates/statefulset.yaml +++ b/charts/gitlab-omnibus/templates/statefulset.yaml @@ -56,6 +56,7 @@ spec: {{- end }} {{- with .Values.envFrom }} envFrom: + {{- toYaml . | nindent 12 }} {{- end }} volumeMounts: - name: data