소스 검색

webdav: fix typo (#2469)

Stavros Kois 1 년 전
부모
커밋
f329436c13
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      library/ix-dev/community/webdav/Chart.yaml
  2. 1 1
      library/ix-dev/community/webdav/templates/_helper.tpl

+ 1 - 1
library/ix-dev/community/webdav/Chart.yaml

@@ -4,7 +4,7 @@ description: WebDAV is a set of extensions to the HTTP protocol which allows use
 annotations:
   title: WebDAV
 type: application
-version: 1.0.22
+version: 1.0.23
 apiVersion: v2
 appVersion: 2.4.59
 kubeVersion: '>=1.16.0-0'

+ 1 - 1
library/ix-dev/community/webdav/templates/_helper.tpl

@@ -16,7 +16,7 @@ Listen {{ .Values.webdavNetwork.httpsPort }}
   {{- end }}
   SSLEngine on
   SSLCertificateFile "{{ include "webdav.path.cert.crt" $ }}"
-  SSLCertificateKeyFile "{{ include "webdav.path.cert.key" $ }}
+  SSLCertificateKeyFile "{{ include "webdav.path.cert.key" $ }}"
   SSLProtocol +TLSv1.2 +TLSv1.3
   SSLCipherSuite HIGH:MEDIUM
   {{- include "webdav.core.config" $ | nindent 2 }}