File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
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.5.2
11+ version : 0.5.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 88 {{ .Values.lldap.jwtSecretKey }}: {{ .Values.lldap.jwtSecret | b64enc }}
99 {{ .Values.lldap.ldapUserPassKey }}: {{ .Values.lldap.ldapUserPass | b64enc }}
1010 {{ .Values.lldap.smtp.passwordKey }}: {{ .Values.lldap.smtp.password | b64enc }}
11- {{ .Values.lldap.keySeedKey }}: {{ .Values.lldap.keySeedKey | b64enc }}
11+ {{ .Values.lldap.keySeedKey }}: {{ .Values.lldap.keySeed | b64enc }}
1212{{ end }}
You can’t perform that action at this time.
0 commit comments