feat(deemix): move to stable (#2306)
This commit is contained in:
@@ -22,7 +22,7 @@ sources:
|
||||
- https://gitlab.com/Bockiii/deemix-docker.git
|
||||
- https://git.freezerapp.xyz/RemixDev/deemix-py
|
||||
type: application
|
||||
version: 1.0.7
|
||||
version: 2.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
@@ -1,6 +1,6 @@
|
||||
# Include{groups}
|
||||
portals:
|
||||
web_portal:
|
||||
open:
|
||||
protocols:
|
||||
- "$kubernetes-resource_configmap_portal_protocol"
|
||||
host:
|
||||
@@ -74,7 +74,19 @@ questions:
|
||||
- value: "OnDelete"
|
||||
description: "(Legacy) OnDelete: ignore .spec.template changes"
|
||||
# Include{controllerExpert}
|
||||
|
||||
- variable: env
|
||||
group: "Container Configuration"
|
||||
label: "Image Environment"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: DEEMIX_SINGLE_USER
|
||||
label: "DEEMIX_SINGLE_USER"
|
||||
description: "Setting this environment variable to true will enable a serverwide login. In this mode, only one user needs to log in and every session will use the same login. You do not need to provide an ARL to the container, deemix will store the login information in the config folder."
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
# Include{containerConfig}
|
||||
|
||||
- variable: service
|
||||
@@ -5,6 +5,8 @@ image:
|
||||
|
||||
env:
|
||||
INTPORT: "{{ .Values.service.main.ports.main.targetPort }}"
|
||||
# User Defined
|
||||
DEEMIX_SINGLE_USER: false
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
Reference in New Issue
Block a user