diff --git a/charts/sogo/templates/configmap.yaml b/charts/sogo/templates/configmap.yaml index 961a7a1..dc1e1ef 100644 --- a/charts/sogo/templates/configmap.yaml +++ b/charts/sogo/templates/configmap.yaml @@ -17,5 +17,4 @@ data: SOGO_SOGoSieveScriptsEnabled: {{ .Values.deployment.config.SOGO_SOGoSieveScriptsEnabled | quote }} SOGO_SOGoTimeZone: {{ .Values.deployment.config.SOGO_SOGoTimeZone | quote }} SOGO_WorkersCount: {{ .Values.deployment.config.SOGO_WorkersCount | quote }} - SOGO_SOGoCalendarDefaultRoles: | - {{ .Values.deployment.config.SOGO_SOGoCalendarDefaultRoles }} + SOGO_SOGoCalendarDefaultRoles: {{ .Values.deployment.config.SOGO_SOGoCalendarDefaultRoles }} diff --git a/charts/sogo/values.yaml b/charts/sogo/values.yaml index bb8b533..31671e5 100644 --- a/charts/sogo/values.yaml +++ b/charts/sogo/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: sabaitech/sogo + repository: docker.bassengvegen.com/sogo pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" @@ -45,7 +45,7 @@ deployment: MYSQL_USER_PASSWORD: sogoPassword MYSQL_DATABASE_NAME: sogo SOGO_SOGoIMAPServer: "imaps://imap.server.com:143/?tls=yes" - SOGO_SOGoSMTPServer: smtp.server.com + SOGO_SOGoSMTPServer: "smtp://smtp.server.com" SOGO_SOGoMailDomain: server.com SOGO_SOGoMailingMechanism: smtp SOGO_SOGoSMTPAuthenticationType: PLAIN