@@ -4,7 +4,7 @@ description: A file sharing server that puts the control and security of your ow
annotations:
title: Nextcloud
type: application
-version: 1.6.45
+version: 1.6.46
apiVersion: v2
appVersion: 27.0.2
kubeVersion: '>=1.16.0-0'
@@ -12,7 +12,7 @@ data:
{{/* Safely access key as it is conditionaly shown */}}
{{ if hasKey .Values "nginxConfig" }}
- {{ $useDiffAccessPort = .Values.useDifferentAccessPort }}
+ {{ $useDiffAccessPort = .Values.nginxConfig.useDifferentAccessPort }}
{{ $externalAccessPort = printf ":%v" .Values.nginxConfig.externalAccessPort }}
{{ $timeout = .Values.nginxConfig.proxy_timeouts | default 60 }}
{{ end }}