File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed
Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: gitlab-omnibus
33description : |-
44 Helm chart to deploy [Omnibus Gitlab](https://docs.gitlab.com/omnibus/).
55type : application
6- version : 0.1.3
6+ version : 0.1.4
77# https://hub.docker.com/r/gitlab/gitlab-ee/tags
88appVersion : " 15.2.1-ee.0"
99home : https://github.com/slamdev/helm-charts/tree/master/charts/gitlab-omnibus
Original file line number Diff line number Diff line change 11# gitlab-omnibus
22
3- ![ Version: 0.1.3 ] ( https://img.shields.io/badge/Version-0.1.3 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 15.2.1-ee.0] ( https://img.shields.io/badge/AppVersion-15.2.1--ee.0-informational?style=flat-square )
3+ ![ Version: 0.1.4 ] ( https://img.shields.io/badge/Version-0.1.4 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 15.2.1-ee.0] ( https://img.shields.io/badge/AppVersion-15.2.1--ee.0-informational?style=flat-square )
44
55Helm chart to deploy [ Omnibus Gitlab] ( https://docs.gitlab.com/omnibus/ ) .
66
Original file line number Diff line number Diff line change 5555 httpGet :
5656 path : /-/readiness?token={{.Values.healthCheckToken}}
5757 port : http
58+ {{- end }}
59+ {{- if .Values.postStartCommand }}
60+ lifecycle :
61+ postStart :
62+ exec :
63+ command : {{ .Values.postStartCommand }}
5864 {{- end }}
5965 resources :
6066 {{- toYaml .Values.resources | nindent 12 }}
Original file line number Diff line number Diff line change @@ -161,6 +161,12 @@ envFrom: []
161161# - configMapRef:
162162# name: gitlab-cm
163163
164+ # postStartCommand -- command to execute in gitlab container after start
165+ postStartCommand : []
166+ # - /bin/bash
167+ # - -c
168+ # - echo Hello
169+
164170# additionalResources -- list of additional resources to create (are processed via `tpl` function)
165171additionalResources : []
166172# - |
You can’t perform that action at this time.
0 commit comments