Skip to content
Snippets Groups Projects
Commit 3f2e16cf authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Merge branch '1005-upgrade-nextcloud-helm-chart-to-0-4-0' into 'master'

Resolve "Upgrade nextcloud helm chart to 0.4.0"

Closes #1005

See merge request openappstack/openappstack!573
parents 46238e83 e69b639f
No related branches found
No related tags found
No related merge requests found
......@@ -87,10 +87,12 @@ data:
# Enable and configure MariaDB chart
mariadb:
db:
auth:
password: "${nextcloud_mariadb_password}"
rootPassword: "${nextcloud_mariadb_root_password}"
enabled: true
master:
architecture: standalone
primary:
annotations:
# Let the backup system include nextcloud database data.
backup.velero.io/backup-volumes: "data"
......@@ -105,10 +107,6 @@ data:
requests:
cpu: 100m
memory: 256Mi
replication:
enabled: false
rootUser:
password: "${nextcloud_mariadb_root_password}"
apps:
- name: sociallogin
......@@ -165,7 +163,7 @@ data:
existingClaim: "nextcloud-postgresql"
rabbitmq:
rabbitmq:
auth:
password: "${onlyoffice_rabbitmq_password}"
persistence:
enabled: false
......@@ -181,8 +179,7 @@ data:
failureThreshold: 10
redis:
cluster:
enabled: false
architecture: standalone
master:
persistence:
enabled: false
......@@ -193,6 +190,12 @@ data:
requests:
cpu: 50m
memory: 32Mi
commonConfiguration: |-
# Disable appendonly type persistence, because we don't need any
# persistence for onlyoffice's redis.
appendonly no
# Disable RDB persistence, for the same reason.
save ""
sociallogin:
server_name: "sso.${domain}"
......
......@@ -14,4 +14,4 @@ spec:
# For all available options, see:
# https://toolkit.fluxcd.io/components/source/api/#source.toolkit.fluxcd.io/v1beta1.GitRepositoryRef
ref:
tag: 0.3.3
tag: 0.4.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment