File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ type: application
88# This is the chart version. This version number should be incremented each time you make changes
99# to the chart and its templates, including the app version.
1010# Versions are expected to follow Semantic Versioning (https://semver.org/)
11- version : 0.4.2
11+ version : 0.4.3
1212
1313# This is the version number of the application being deployed. This version number should be
1414# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 4242 image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
4343 imagePullPolicy : {{ .Values.image.pullPolicy }}
4444 env :
45- - name : uid
45+ - name : UID
4646 value : " {{ .Values.lldap.uid }}"
47- - name : gid
47+ - name : GID
4848 value : " {{ .Values.lldap.gid }}"
4949 - name : TZ
5050 value : " {{ .Values.lldap.tz }}"
You can’t perform that action at this time.
0 commit comments