update to nextcloud 22.2.3 with helm chart 2.11.3
This commit is contained in:
parent
76b227101b
commit
6afec08f0d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user