Skip to content

Commit

Permalink
fix(4allportal): webdav server name (#233)
Browse files Browse the repository at this point in the history
* fix(4allportal): remove 'trim whitespace' in HelmTemplate

* chore(4allportal): incremental increase of patch Chart version

* chore: Update 'README.md's

---------

Co-authored-by: jpkraemer-mg <[email protected]>
  • Loading branch information
jpkraemer-mg and jpkraemer-mg authored Apr 8, 2024
1 parent 76bd286 commit da55214
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/4allportal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/4allportal/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions charts/4allportal/templates/webdav/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da55214

Please sign in to comment.