Skip to content

Commit 7c521a3

Browse files
authored
Merge pull request #485 from wunderio/release/2025-06-03
Release 2025-06-03
2 parents 42f4be6 + 58b412f commit 7c521a3

5 files changed

Lines changed: 8 additions & 3 deletions

File tree

drupal/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: drupal
3-
version: 1.21.0
3+
version: 1.21.1
44
dependencies:
55
- name: mariadb
66
version: 7.5.x

drupal/templates/NOTES.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ Your site is available at:
1717
{{- end }}
1818

1919
{{- if .Values.mailhog.enabled }}
20-
20+
2121
Mailhog available at:
2222

2323
http://{{- template "drupal.domain" . }}/mailhog
2424
{{- range $index, $domain := .Values.exposeDomains }}
2525
http://{{ $domain.hostname }}/mailhog
2626
{{- end }}
27+
⚠️ **DEPRECATED** mailhog is deprecated and will be removed in the future, use mailpit instead
28+
See: https://wunderio.github.io/silta/docs/silta-examples#sending-e-mail
2729
{{- end }}
2830

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

frontend/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: frontend
3-
version: 1.16.0
3+
version: 1.17.0
44
dependencies:
55
- name: mariadb
66
version: 7.10.x

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 }}

frontend/templates/configmap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ data:
4444
{{- end }}
4545
4646
real_ip_header {{ .Values.nginx.real_ip_header }};
47+
real_ip_recursive on;
4748
4849
include /etc/nginx/mime.types;
4950
default_type application/octet-stream;

0 commit comments

Comments
 (0)