File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : smtp4dev
33description : A Helm chart for helm-smtp4dev
44type : application
5- version : 0.0.2
6- appVersion : " 3.1.4 "
5+ version : 0.1.0
6+ appVersion : " 3.6.1 "
77keywords :
88 - smtp4dev
99 - fake smtp email server
Original file line number Diff line number Diff line change 3939 env :
4040 - name : ServerOptions__BasePath
4141 value : {{ .Values.smtp4dev.ServerOptions__BasePath | toString | quote }}
42+ - name : ServerOptions_Urls
43+ value : {{ .Values.smtp4dev.ServerOptions__Urls | toString | quote }}
4244 - name : ServerOptions__Hostname
4345 value : {{ .Values.smtp4dev.ServerOptions__Hostname | toString | quote }}
4446 - name : ServerOptions__LockSettings
6769 value : {{ .Values.smtp4dev.RelayOptions__Password | toString | quote }}
6870 - name : ServerOptions__ImapPort
6971 value : {{ .Values.smtp4dev.ServerOptions__ImapPort | toString | quote }}
72+ {{- if .Values.extraEnv }}
73+ {{- toYaml .Values.extraEnv | nindent 12 }}
74+ {{- end }}
7075 ports :
7176 - name : http
7277 containerPort : {{ .Values.service.port }}
Original file line number Diff line number Diff line change 88 repository : rnwood/smtp4dev
99 pullPolicy : IfNotPresent
1010 # Overrides the image tag whose default is the chart appVersion.
11- tag : " v3 "
11+ tag : " 3.6.1 "
1212
1313# smtp4dev configuration (env variables)
1414smtp4dev :
1515 ServerOptions__BasePath : /smtp4dev
16+ ServerOptions_Urls : http://*:80
1617 ServerOptions__Hostname : smtp4dev
1718 ServerOptions__LockSettings : true
1819 ServerOptions__Database : database.db
@@ -132,3 +133,6 @@ nodeSelector: {}
132133tolerations : []
133134
134135affinity : {}
136+
137+ # # Extra environment variables definition
138+ extraEnv : []
You can’t perform that action at this time.
0 commit comments