Skip to content

Commit 1ecc892

Browse files
committed
Merging release 1.0.0-rc1
2 parents c86a088 + 2f8169f commit 1ecc892

16 files changed

Lines changed: 74 additions & 30 deletions

File tree

examples/helm-charts/amavis/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
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" . }}

examples/helm-charts/amavis/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ spec:
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:

examples/helm-charts/mailserver/Chart.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

2323
dependencies:
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
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Mailserver v{{ .Chart.AppVersion }} installed:
2+
Namespace {{ .Release.Namespace }}
3+
HELM instance {{ .Release.Name }}
4+
Chart {{ .Chart.Name }} v{{ .Chart.Version }}

examples/helm-charts/mariadb/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
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" . }}

examples/helm-charts/postfix/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
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" . }}

examples/helm-charts/postfix/templates/deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
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:

0 commit comments

Comments
 (0)