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