diff --git a/library/ix-dev/charts/nextcloud/Chart.yaml b/library/ix-dev/charts/nextcloud/Chart.yaml index 2cc200ec0c..ea3878fdba 100644 --- a/library/ix-dev/charts/nextcloud/Chart.yaml +++ b/library/ix-dev/charts/nextcloud/Chart.yaml @@ -4,7 +4,7 @@ description: A file sharing server that puts the control and security of your ow annotations: title: Nextcloud type: application -version: 2.0.7 +version: 2.0.8 apiVersion: v2 appVersion: 29.0.1 kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/charts/nextcloud/templates/_persistence.tpl b/library/ix-dev/charts/nextcloud/templates/_persistence.tpl index 21fce74bb4..b8802f1026 100644 --- a/library/ix-dev/charts/nextcloud/templates/_persistence.tpl +++ b/library/ix-dev/charts/nextcloud/templates/_persistence.tpl @@ -74,6 +74,21 @@ persistence: subPath: themes {{- end }} + redis-tmp: + enabled: true + type: emptyDir + targetSelector: + redis: + redis: + mountPath: /tmp + redis-bitnami-tmp: + enabled: true + type: emptyDir + targetSelector: + redis: + redis: + mountPath: /opt/bitnami/redis/tmp + # Configuration files mounting nc-config-opcache: enabled: true