Skip to content

Commit 6aa4660

Browse files
committed
SLT-1193: Frontend chart: Add deprecation warning for mailhog in release notes.
1 parent c308998 commit 6aa4660

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

charts/frontend/templates/NOTES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Mailhog available at:
2727
{{- range $index, $domain := .Values.exposeDomains }}
2828
http://{{ $domain.hostname }}/mailhog
2929
{{- end }}
30+
⚠️ **DEPRECATED** mailhog is deprecated and will be removed in the future, use mailpit instead
31+
See: https://wunderio.github.io/silta/docs/silta-examples#sending-e-mail
3032
{{- end }}
3133

3234
{{- if .Values.mailpit.enabled }}

0 commit comments

Comments
 (0)