postgres-operator: bump to v1.9.0, helm chart v1.9.0
postgres-operator-ui: bump to v1.9.0, helm chart v1.9.0 astodon: bump to v4.1.2, helm chart v4.0.0 cert-manager: bump to v1.11.1, helm chart v1.11.1
This commit is contained in:
@ -7,7 +7,7 @@ mastodon_admin_email: "mastodon@{{ mail_domain | default(domain) }}"
|
||||
mastodon_default_values:
|
||||
ingress:
|
||||
enabled: true
|
||||
className: "{{ external_ingress_class if mastodon_publish else internal_ingress_class }}"
|
||||
ingressClassName: "{{ external_ingress_class if mastodon_publish else internal_ingress_class }}"
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||
kubernetes.io/tls-acme: "true"
|
||||
@ -67,7 +67,7 @@ mastodon_default_values:
|
||||
ca_file:
|
||||
delivery_method: smtp
|
||||
domain: "{{ domain }}"
|
||||
enable_starttls_auto: false
|
||||
enable_starttls: false
|
||||
from_address: "{{ mastodon_admin_email }}"
|
||||
login: "{{ mastodon_admin_user | default(mastodon_admin_username) | default('mastodon') }}"
|
||||
openssl_verify_mode: false
|
||||
@ -115,24 +115,22 @@ mastodon_default_values:
|
||||
##
|
||||
replicas: 1
|
||||
|
||||
|
||||
# https://github.com/bitnami/charts/tree/master/bitnami/postgresql#parameters
|
||||
postgresql:
|
||||
# Disable for external PostgreSQL
|
||||
enabled: false
|
||||
postgresqlHostname: "{{ namespace }}-postgres.{{ postgres_db_namespace | default(namespace) }}.svc.cluster.local"
|
||||
postgresqlDatabase: mastodon
|
||||
# you must set a password; the password generated by the postgresql chart will
|
||||
# be rotated on each upgrade:
|
||||
# https://github.com/bitnami/charts/tree/master/bitnami/postgresql#upgrade
|
||||
postgresqlUsername: "{{ mastodon_db_username }}"
|
||||
postgresqlPassword: "{{ mastodon_db_password }}"
|
||||
|
||||
auth:
|
||||
database: mastodon
|
||||
username: "{{ mastodon_db_username }}"
|
||||
password: "{{ mastodon_db_password }}"
|
||||
|
||||
# https://github.com/bitnami/charts/tree/master/bitnami/redis#parameters
|
||||
redis:
|
||||
architecture: standalone
|
||||
enabled: true
|
||||
auth:
|
||||
password: "{{ mastodon_vapid_public_key_base64 | hash('md5') }}"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user