15 lines
321 B
Go Template
15 lines
321 B
Go Template
|
{{ define "chart.prerequirements" -}}
|
||
|
= Alpha
|
||
|
|
||
|
WARNING
|
||
|
====
|
||
|
We stop working on this Helm-Chart.
|
||
|
There are still many breaking change like:
|
||
|
|
||
|
* https://github.com/stalwartlabs/mail-server/issues/211[storage.fts in toml configuration has two meanings]
|
||
|
|
||
|
We hope that stalward mail-server becomes more stable.
|
||
|
|
||
|
====
|
||
|
{{ end }}
|