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-02 00:23:23 +03:00
committed by GitHub
co-authored by Stavros Kois
parent eb34b2c537
commit d3cf2ce164
3 changed files with 17 additions and 3 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
apiVersion: v2 apiVersion: v2
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
name: kavitaemail name: kavitaemail
version: 0.0.1 version: 0.0.2
appVersion: "0.1.6" appVersion: "0.1.6"
description: Simple email relay server for the kavita. description: Simple email relay server for kavita.
type: application type: application
deprecated: false deprecated: false
home: https://truecharts.org/docs/charts/incubator/kavitaemail home: https://truecharts.org/docs/charts/incubator/kavitaemail
+10 -1
View File
@@ -102,8 +102,17 @@ questions:
default: false default: false
# Include{serviceExpert} # Include{serviceExpert}
# Include{serviceList} # 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{persistenceList}
# Include{ingressList}
# Include{ingressRoot} # Include{ingressRoot}
- variable: main - variable: main
label: Main Ingress label: Main Ingress
+5
View File
@@ -29,5 +29,10 @@ service:
port: 15003 port: 15003
targetPort: 5003 targetPort: 5003
persistence:
config:
enabled: false
mountPath: /app/config
portal: portal:
enabled: false enabled: false