diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index cf4ac578..52f80376 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: nextcloud -version: 9.2.5 +version: 9.2.6 # renovate: image=docker.io/library/nextcloud appVersion: 34.0.2 description: A file sharing server that puts the control and security of your own data back into your hands. diff --git a/charts/nextcloud/templates/deployment.yaml b/charts/nextcloud/templates/deployment.yaml index ab2ddc3e..1ef42f9f 100644 --- a/charts/nextcloud/templates/deployment.yaml +++ b/charts/nextcloud/templates/deployment.yaml @@ -76,6 +76,11 @@ spec: {{- toYaml . | nindent 12 }} {{- end }} volumeMounts: + {{- if .Values.redis.enabled }} + - name: php-confd + mountPath: "/usr/local/etc/php/conf.d/redis-session.ini" + subPath: redis-session.ini + {{- end }} {{- include "nextcloud.volumeMounts" . | trim | nindent 12 }} {{- range $hook, $shell := .Values.nextcloud.hooks }} {{- if $shell }}