diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index 71a06838..f46498fe 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: nextcloud -version: 4.3.4 +version: 4.3.5 appVersion: 27.1.2 description: A file sharing server that puts the control and security of your own data back into your hands. keywords: diff --git a/charts/nextcloud/templates/config.yaml b/charts/nextcloud/templates/config.yaml index 69b233be..2e811f16 100644 --- a/charts/nextcloud/templates/config.yaml +++ b/charts/nextcloud/templates/config.yaml @@ -39,7 +39,9 @@ data: 'redis' => array( 'host' => getenv('REDIS_HOST'), 'port' => getenv('REDIS_HOST_PORT') ?: 6379, +{{- if .Values.redis.auth.enabled }} 'password' => getenv('REDIS_HOST_PASSWORD'), +{{- end }} ), ); }