diff --git a/charts/incubator/nextcloud/Chart.yaml b/charts/incubator/nextcloud/Chart.yaml index 5d158f8c030..811b54c6a89 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.1.1 +version: 20.1.2 annotations: truecharts.org/catagories: | - cloud diff --git a/charts/incubator/nextcloud/templates/_ingressInjector.tpl b/charts/incubator/nextcloud/templates/_ingressInjector.tpl index d3c46d4d6c3..37919189e21 100644 --- a/charts/incubator/nextcloud/templates/_ingressInjector.tpl +++ b/charts/incubator/nextcloud/templates/_ingressInjector.tpl @@ -2,7 +2,7 @@ {{- if .Values.ingress.main.enabled -}} {{- $injectPaths := list -}} {{- if .Values.nextcloud.collabora.enabled -}} - {{- $injectPaths = $injectPaths mustAppend (include "nextcloud.collabora.ingress" $ | fromYaml) -}} + {{- $injectPaths = mustAppend $injectPaths (include "nextcloud.collabora.ingress" $ | fromYaml) -}} {{- end -}} {{/* Append more paths here if needed */}}