Bug fixes (#4367)
- Remove .config mount control (it prevents configmap from being used properly) - add to id description - chart version bump Signed-off-by: Sam Smucny <smucny.sam@gmail.com> Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
co-authored by
Kjeld Schouten-Lebbing
parent
ff654486b3
commit
ce14298469
@@ -38,4 +38,4 @@ annotations:
|
||||
truecharts.org/catagories: |
|
||||
- Social
|
||||
type: application
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
|
||||
@@ -31,13 +31,13 @@ questions:
|
||||
type: string
|
||||
enum:
|
||||
- value: aid
|
||||
description: Short, Millisecond accuracy
|
||||
description: (aid) Short, Millisecond accuracy
|
||||
- value: meid
|
||||
description: Similar to ObjectID, Millisecond accuracy
|
||||
description: (meid) Similar to ObjectID, Millisecond accuracy
|
||||
- value: ulid
|
||||
description: Millisecond accuracy
|
||||
description: (ulid) Millisecond accuracy
|
||||
- value: objectid
|
||||
description: This is left for backward compatibility
|
||||
description: (objectid) This is left for backward compatibility
|
||||
default: aid
|
||||
required: true
|
||||
- variable: other
|
||||
@@ -157,15 +157,6 @@ questions:
|
||||
# Include{serviceExpert}
|
||||
# Include{serviceList}
|
||||
# Include{persistenceRoot}
|
||||
- variable: misskeyconfig
|
||||
label: App configuration storage
|
||||
description: Stores the Application configuration files.
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{persistenceBasic}
|
||||
# Include{persistenceAdvanced}
|
||||
- variable: files
|
||||
label: Misskey file Storage
|
||||
description: Stores the Application file data.
|
||||
|
||||
Reference in New Issue
Block a user