From ae959e0614067acbfd173584f9fe2de2099ce6bd Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sat, 3 Jul 2021 12:12:04 +0200 Subject: [PATCH] Fix typo for nextcloud --- charts/develop/nextcloud/Chart.yaml | 2 +- charts/develop/nextcloud/templates/_configmap.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/develop/nextcloud/Chart.yaml b/charts/develop/nextcloud/Chart.yaml index da52defdb25..6864d722436 100644 --- a/charts/develop/nextcloud/Chart.yaml +++ b/charts/develop/nextcloud/Chart.yaml @@ -35,4 +35,4 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm type: application -version: 1.0.13 +version: 1.0.14 diff --git a/charts/develop/nextcloud/templates/_configmap.tpl b/charts/develop/nextcloud/templates/_configmap.tpl index afe0b0ec766..3bbb1062f11 100644 --- a/charts/develop/nextcloud/templates/_configmap.tpl +++ b/charts/develop/nextcloud/templates/_configmap.tpl @@ -18,7 +18,7 @@ metadata: name: nextcloudconfig data: NEXTCLOUD_TRUSTED_DOMAINS: {{ $hosts | quote }} - {{- if .Values.Ingress.main.enabled }} + {{- if .Values.ingress.main.enabled }} APACHE_DISABLE_REWRITE_IP: 1 {{- end }}