1 Commits

Author SHA1 Message Date
Renovate Bot
32d82d01e8 chore(deps): update helm release cloudnative-pg to v0.27.1 2026-02-06 00:03:40 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -7,6 +7,6 @@ metadata:
helmCharts: helmCharts:
- name: cloudnative-pg - name: cloudnative-pg
repo: https://cloudnative-pg.github.io/charts repo: https://cloudnative-pg.github.io/charts
version: 0.26.1 version: 0.27.1
releaseName: cnpg releaseName: cnpg
namespace: cnpg-system namespace: cnpg-system

View File

@@ -1350,11 +1350,11 @@ postfix:
## my_variable = my_value ## my_variable = my_value
overrides: overrides:
postfix.cf: | postfix.cf: |
inet_protocols = ipv4
smtp_address_preference = ipv4
smtpd_helo_restrictions = reject_unknown_helo_hostname smtpd_helo_restrictions = reject_unknown_helo_hostname
smtpd_sender_restrictions = reject_unknown_sender_domain smtpd_sender_restrictions = reject_unknown_sender_domain
smtpd_client_restrictions = permit_mynetworks smtpd_client_restrictions = permit_mynetworks
smtp_data_restrictions = reject_unauth_pipelining
smtp_relay_restrictions = permit_sasl_authenticated, reject_unauth_destination
smtpd_relay_restrictions = permit_sasl_authenticated, reject_unauth_destination smtpd_relay_restrictions = permit_sasl_authenticated, reject_unauth_destination
smtpd_recipient_restrictions = permit_sasl_authenticated, reject_unauth_destination smtpd_recipient_restrictions = permit_sasl_authenticated, reject_unauth_destination