diff --git a/flux2/apps/wordpress/wordpress-values-configmap.yaml b/flux2/apps/wordpress/wordpress-values-configmap.yaml index 3b8fe598d51425b0c51f5337c9b08c09caa3fd41..2b1406d4b171870e8fd6ed43c0809742f2b59893 100644 --- a/flux2/apps/wordpress/wordpress-values-configmap.yaml +++ b/flux2/apps/wordpress/wordpress-values-configmap.yaml @@ -40,6 +40,14 @@ data: role_mapping_enabled: true role_key: openappstack_roles + smtp_settings: + enabled: ${outgoing_mail_enabled} + smtp_user: "${outgoing_mail_smtp_user}" + smtp_pass: "${outgoing_mail_smtp_password}" + smtp_host: "${outgoing_mail_smtp_host}" + smtp_from: "${outgoing_mail_smtp_user}" + smtp_port: "${outgoing_mail_smtp_port}" + database: auth: username: wordpress diff --git a/flux2/infrastructure/sources/wordpress.yaml b/flux2/infrastructure/sources/wordpress.yaml index 16caf91d63077f23d914b5172290592dc16a9601..750d828a326a4f4348318856245c44bf8cc78935 100644 --- a/flux2/infrastructure/sources/wordpress.yaml +++ b/flux2/infrastructure/sources/wordpress.yaml @@ -14,4 +14,4 @@ spec: # For all available options, see: # https://toolkit.fluxcd.io/components/source/api/#source.toolkit.fluxcd.io/v1beta1.GitRepositoryRef ref: - tag: 0.4.0 + tag: 0.4.1