NAS-124016 / 24.04 / nextcloud: add back missing nginxConfig prefix to useDiffAccessPort (#1523)

* nextcloud: add back missing nginxConfig prefix to useDiffAccessPort; fixes #1522

* Update library/ix-dev/charts/nextcloud/templates/nginx-configmap.yaml

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
Philipp Bandow
2023-09-08 17:15:44 +02:00
committed by GitHub
parent 7b8f3bb884
commit 5b05b42cff
2 changed files with 2 additions and 2 deletions

View File

@@ -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'

View File

@@ -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 }}