diff --git a/charts/incubator/nextcloud/Chart.yaml b/charts/incubator/nextcloud/Chart.yaml index 3e1fca5b7a3..9119b808aa6 100644 --- a/charts/incubator/nextcloud/Chart.yaml +++ b/charts/incubator/nextcloud/Chart.yaml @@ -29,7 +29,7 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm type: application -version: 20.0.2 +version: 20.0.3 annotations: truecharts.org/catagories: | - cloud diff --git a/charts/incubator/nextcloud/templates/_configmap.tpl b/charts/incubator/nextcloud/templates/_configmap.tpl index 0132c1636c4..c3a97b6c24b 100644 --- a/charts/incubator/nextcloud/templates/_configmap.tpl +++ b/charts/incubator/nextcloud/templates/_configmap.tpl @@ -169,6 +169,7 @@ nextcloud-config: NX_OVERWRITE_PROTOCOL: {{ $accessProtocol | lower }} # IP (or range in this case) of the proxy(ies) NX_TRUSTED_PROXIES: | + {{ .Values.chartContext.podCIDR }} {{ .Values.chartContext.svcCIDR }} # fullname-* will allow access from the # other services in the same namespace