File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ type: application
1414
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
17- version : 1.0.0
17+ version : 1.0.0-rc1
1818
1919# This is the version number of the application being deployed. This version number should be
2020# incremented each time you make changes to the application.
21- appVersion : latest
21+ appVersion : 2.11.0-01-rc1
2222
Original file line number Diff line number Diff line change 1- Amavisd installed
1+ Amavisd-new v{{ .Chart.AppVersion }} installed:
2+ Namespace {{ .Release.Namespace }}
3+ HELM instance {{ include "amavis.fullname" . }}
4+ Image {{ .Values.image.repository }}:{{ .Chart.AppVersion }}
5+ Chart {{ .Chart.Name }} v{{ .Chart.Version }}
6+ {{- range .Values.configFiles }}
7+ ConfigMap {{ include "amavis.fullname" $ }}-{{ .name }}
8+ {{- end -}}
9+ Service {{ include "amavis.fullname" . }}
10+ Deployment {{ include "amavis.fullname" . }}
Original file line number Diff line number Diff line change 6060 {{- if .Values.additionalContainerSpec -}}
6161 {{- toYaml .Values.additionalContainerSpec | nindent 8 }}
6262 {{- end }}
63- resources :
64- {{- toYaml .Values.resources | nindent 12 }}
63+ resources :
64+ {{- toYaml .Values.resources | nindent 10 }}
6565 volumes :
6666 - name : virusmails
6767 hostPath :
Original file line number Diff line number Diff line change @@ -14,25 +14,25 @@ type: application
1414
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
17- version : 1.0.0
17+ version : 1.0.0-rc1
1818
1919# This is the version number of the application being deployed. This version number should be
2020# incremented each time you make changes to the application.
21- appVersion : 0.9.0
21+ appVersion : 1.0.0-rc1
2222
2323dependencies :
2424- name : mariadb
25- version : 1.0.0
25+ version : 1.0.0-rc1
2626 repository : file://../mariadb
2727- name : postfix
28- version : 1.0.0
28+ version : 1.0.0-rc1
2929 repository : file://../postfix
3030- name : amavis
31- version : 1.0.0
31+ version : 1.0.0-rc1
3232 repository : file://../amavis
3333- name : postfixadmin
34- version : 1.0.0
34+ version : 1.0.0-rc1
3535 repository : file://../postfixadmin
3636- name : roundcube
37- version : 1.0.0
37+ version : 1.0.0-rc1
3838 repository : file://../roundcube
Original file line number Diff line number Diff line change 1+ Mailserver v{{ .Chart.AppVersion }} installed:
2+ Namespace {{ .Release.Namespace }}
3+ HELM instance {{ .Release.Name }}
4+ Chart {{ .Chart.Name }} v{{ .Chart.Version }}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ type: application
1414
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
17- version : 1.0.0
17+ version : 1.0.0-rc1
1818
1919# This is the version number of the application being deployed. This version number should be
2020# incremented each time you make changes to the application.
Original file line number Diff line number Diff line change 1- MariaDB installed
1+ MariaDB v{{ .Chart.AppVersion }} installed:
2+ Namespace {{ .Release.Namespace }}
3+ HELM instance {{ include "mariadb.fullname" . }}
4+ Image {{ .Values.image.repository }}:{{ .Chart.AppVersion }}
5+ Chart {{ .Chart.Name }} v{{ .Chart.Version }}
6+ ConfigMap {{ include "mariadb.fullname" . }}-configuration
7+ Service {{ include "mariadb.fullname" . }}
8+ Deployment {{ include "mariadb.fullname" . }}
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ type: application
1414
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
17- version : 1.0.0
17+ version : 1.0.0-rc1
1818
1919# This is the version number of the application being deployed. This version number should be
2020# incremented each time you make changes to the application.
21- appVersion : latest
21+ appVersion : 3.4.8-01-rc1
2222
Original file line number Diff line number Diff line change 1- Postfix/Dovecot installed
1+ Postfix v{{ .Chart.AppVersion }} installed:
2+ Namespace {{ .Release.Namespace }}
3+ HELM instance {{ include "postfix.fullname" . }}
4+ Image {{ .Values.image.repository }}:{{ .Chart.AppVersion }}
5+ Chart {{ .Chart.Name }} v{{ .Chart.Version }}
6+ ConfigMap {{ include "postfix.fullname" . }}-configuration
7+ {{- range .Values.configFiles }}
8+ ConfigMap {{ include "postfix.fullname" $ }}-{{ .name }}
9+ {{- end -}}
10+ Service {{ include "postfix.fullname" . }}-internal
11+ Service {{ include "postfix.fullname" . }}
12+ Secret {{ include "postfix.fullname" . }}-certificate
13+ Deployment {{ include "postfix.fullname" . }}
Original file line number Diff line number Diff line change 6060 value : " {{ .Values.amavisPort }}"
6161{{- if .Values.tlsCertificate }}
6262 - name : PF_TLS_CERT_FILE
63- value : " {{ .Values.tlsCertificatePath }}/tls.cert "
63+ value : " {{ .Values.tlsCertificatePath }}/tls.crt "
6464 - name : PF_TLS_KEY_FILE
6565 value : " {{ .Values.tlsCertificatePath }}/tls.key"
6666 - name : PF_TLS_CAFILE
@@ -102,8 +102,8 @@ spec:
102102 {{- if .Values.additionalContainerSpec -}}
103103 {{- toYaml .Values.additionalContainerSpec | nindent 8 }}
104104 {{- end }}
105- resources :
106- {{- toYaml .Values.resources | nindent 12 }}
105+ resources :
106+ {{- toYaml .Values.resources | nindent 10 }}
107107 volumes :
108108 - name : mailboxes
109109 hostPath :
You can’t perform that action at this time.
0 commit comments