소스 검색

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>
Philipp Bandow 1 년 전
부모
커밋
5b05b42cff
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      library/ix-dev/charts/nextcloud/Chart.yaml
  2. 1 1
      library/ix-dev/charts/nextcloud/templates/nginx-configmap.yaml

+ 1 - 1
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: 1.6.45
+version: 1.6.46
 apiVersion: v2
 appVersion: 27.0.2
 kubeVersion: '>=1.16.0-0'

+ 1 - 1
library/ix-dev/charts/nextcloud/templates/nginx-configmap.yaml

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