diff --git a/charts/4allportal/Chart.yaml b/charts/4allportal/Chart.yaml index a9ef0b4d..a6edc88b 100644 --- a/charts/4allportal/Chart.yaml +++ b/charts/4allportal/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "3.10.38" description: A Helm chart for 4ALLPORTAL version 3.10.0 and up name: 4allportal -version: 20.0.6 +version: 20.0.7 icon: https://4allportal.com/wp-content/uploads/2022/07/cropped-4ap_logo.png keywords: - 4ALLPORTAL diff --git a/charts/4allportal/README.md b/charts/4allportal/README.md index 6ece09d2..639b4bce 100644 --- a/charts/4allportal/README.md +++ b/charts/4allportal/README.md @@ -1,6 +1,6 @@ # 4allportal -![Version: 20.0.6](https://img.shields.io/badge/Version-20.0.6-informational?style=flat-square) ![AppVersion: 3.10.38](https://img.shields.io/badge/AppVersion-3.10.38-informational?style=flat-square) +![Version: 20.0.7](https://img.shields.io/badge/Version-20.0.7-informational?style=flat-square) ![AppVersion: 3.10.38](https://img.shields.io/badge/AppVersion-3.10.38-informational?style=flat-square) A Helm chart for 4ALLPORTAL version 3.10.0 and up diff --git a/charts/4allportal/templates/webdav/configmap.yaml b/charts/4allportal/templates/webdav/configmap.yaml index b836f365..7eebac9d 100644 --- a/charts/4allportal/templates/webdav/configmap.yaml +++ b/charts/4allportal/templates/webdav/configmap.yaml @@ -12,9 +12,9 @@ data: {{- end }} httpd.conf: | ServerRoot "/usr/local/apache2" - {{- if .Values.fourAllPortal.ingress.enabled -}} + {{ if .Values.fourAllPortal.ingress.enabled }} ServerName {{ .Values.fourAllPortal.ingress.host }} - {{- end -}} + {{ end }} Listen 8080 LoadModule auth_digest_module modules/mod_auth_digest.so LoadModule authn_core_module modules/mod_authn_core.so