fix(kavitaemail) fix description. (#3982)

* fix(kavitaemail) added persistence + fix description.

* disable persistence

* update questions

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
Xstar97 2022-10-01 17:23:23 -04:00 committed by GitHub
parent eb34b2c537
commit d3cf2ce164
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 3 deletions

View File

@ -1,9 +1,9 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: kavitaemail
version: 0.0.1
version: 0.0.2
appVersion: "0.1.6"
description: Simple email relay server for the kavita.
description: Simple email relay server for kavita.
type: application
deprecated: false
home: https://truecharts.org/docs/charts/incubator/kavitaemail

View File

@ -102,8 +102,17 @@ questions:
default: false
# Include{serviceExpert}
# Include{serviceList}
# Include{persistenceRoot}
- variable: config
label: App Config Storage
description: Stores the Application Configuration.
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
# Include{persistenceAdvanced}
# Include{persistenceList}
# Include{ingressList}
# Include{ingressRoot}
- variable: main
label: Main Ingress

View File

@ -29,5 +29,10 @@ service:
port: 15003
targetPort: 5003
persistence:
config:
enabled: false
mountPath: /app/config
portal:
enabled: false