(feat) Update Apps to use common-postgresql hooks (#1114)
* (feat) bump common to use new common postgresql-hooks * bump postgresql as well * bump yet again * also process gitea * sogo * also add adaptations to gitea * bump postgresql * bump postgresql yet again * revert central defined existing secret * bump common... again * bumps * fix vaultwarden * encode authelia dbpassword secret correctly * remove useless container from nextcloud config * some cleanup * use lookup to grab the secret for authelia * try getting authelia to work * Fix quoting issues for autheliadb
This commit is contained in:
@@ -3,11 +3,11 @@ appVersion: "5.2.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.2.2
|
||||
version: 8.3.4
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 3.0.8
|
||||
version: 3.0.12
|
||||
- condition: memcached.enabled
|
||||
name: memcached
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
@@ -27,4 +27,4 @@ name: sogo
|
||||
sources:
|
||||
- https://www.sogo.nu/
|
||||
type: application
|
||||
version: 4.0.12
|
||||
version: 4.0.13
|
||||
|
||||
@@ -36,6 +36,7 @@ initContainers:
|
||||
# Enabled postgres
|
||||
postgresql:
|
||||
enabled: true
|
||||
existingSecret: "dbcreds"
|
||||
postgresqlUsername: sogo
|
||||
postgresqlDatabase: sogo
|
||||
|
||||
|
||||
@@ -42,6 +42,7 @@ persistence:
|
||||
# -- postgres dependency settings
|
||||
postgresql:
|
||||
enabled: true
|
||||
existingSecret: "dbcreds"
|
||||
postgresqlUsername: sogo
|
||||
postgresqlDatabase: sogo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user