update to nextcloud 22.2.3 with helm chart 2.11.3

This commit is contained in:
ace 2022-01-26 20:03:12 +03:00
parent 76b227101b
commit 6afec08f0d
No known key found for this signature in database
GPG Key ID: 2E47CC17BA7F8CF0
2 changed files with 6 additions and 6 deletions

View File

@ -48,7 +48,7 @@ harbor_version: 1.7.5
mastodon_version: 3.4.1
# Nextcloud
nextcloud_version: 2.9.1
nextcloud_version: 2.11.3
# Email
dovecot_version: 0.1.3

View File

@ -43,7 +43,7 @@ nextcloud_default_values:
nextcloud:
host: "{{ nextcloud_short_name }}.{{ domain }}"
username: admin
password: "{{ nextcloud_pass | default(nextcloud_password) }}"
password: "{{ nextcloud_admin_pass | default(nextcloud_admin_password) }}"
update: 0
datadir: /var/www/html/data
tableprefix:
@ -92,11 +92,11 @@ nextcloud_default_values:
enabled: false
# Enable Redis
redis:
architecture: standalone
enabled: true
usePassword: true
password: "{{ nextcloud_db_password | hash('md5') }}"
cluster:
enabled: false
auth:
enabled: true
password: "{{ nextcloud_db_password | hash('md5') }}"
## External database configuration
externalDatabase:
enabled: true