fix(anonaddy) fix duplicate and update mail encryption variable. (#12351)

This commit is contained in:
Xstar97TheNoob 2023-09-07 13:50:03 -04:00 committed by GitHub
parent dfb2193aa0
commit 886f1c1b82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -26,7 +26,7 @@ name: anonaddy
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/anonaddy
- https://github.com/anonaddy/docker
version: 15.0.4
version: 15.0.5
annotations:
truecharts.org/catagories: |
- email

View File

@ -39,11 +39,6 @@ questions:
schema:
type: string
default: ""
- variable: MAIL_FROM_ADDRESS
label: "Mail From Address"
schema:
type: string
default: ""
- variable: MAIL_HOST
label: "Mail Host"
schema:
@ -59,6 +54,11 @@ questions:
schema:
type: string
default: "tls"
enum:
- value: ""
description: "none"
- value: tls
description: "tls"
- variable: MAIL_EHLO_DOMAIN
label: "Mail Ehlo Domain"
schema: