diff --git a/charts/incubator/deemix/CHANGELOG.md b/charts/stable/deemix/CHANGELOG.md similarity index 100% rename from charts/incubator/deemix/CHANGELOG.md rename to charts/stable/deemix/CHANGELOG.md diff --git a/charts/incubator/deemix/CONFIG.md b/charts/stable/deemix/CONFIG.md similarity index 100% rename from charts/incubator/deemix/CONFIG.md rename to charts/stable/deemix/CONFIG.md diff --git a/charts/incubator/deemix/Chart.yaml b/charts/stable/deemix/Chart.yaml similarity index 98% rename from charts/incubator/deemix/Chart.yaml rename to charts/stable/deemix/Chart.yaml index 865d86678fc..af6cf2fcb66 100644 --- a/charts/incubator/deemix/Chart.yaml +++ b/charts/stable/deemix/Chart.yaml @@ -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 diff --git a/charts/incubator/deemix/README.md b/charts/stable/deemix/README.md similarity index 100% rename from charts/incubator/deemix/README.md rename to charts/stable/deemix/README.md diff --git a/charts/incubator/deemix/helm-values.md b/charts/stable/deemix/helm-values.md similarity index 100% rename from charts/incubator/deemix/helm-values.md rename to charts/stable/deemix/helm-values.md diff --git a/charts/incubator/deemix/questions.yaml b/charts/stable/deemix/questions.yaml similarity index 94% rename from charts/incubator/deemix/questions.yaml rename to charts/stable/deemix/questions.yaml index 17fa14bd2a6..cee308c0ba8 100644 --- a/charts/incubator/deemix/questions.yaml +++ b/charts/stable/deemix/questions.yaml @@ -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 diff --git a/charts/incubator/deemix/security.md b/charts/stable/deemix/security.md similarity index 100% rename from charts/incubator/deemix/security.md rename to charts/stable/deemix/security.md diff --git a/charts/incubator/deemix/templates/common.yaml b/charts/stable/deemix/templates/common.yaml similarity index 100% rename from charts/incubator/deemix/templates/common.yaml rename to charts/stable/deemix/templates/common.yaml diff --git a/charts/incubator/deemix/values.yaml b/charts/stable/deemix/values.yaml similarity index 92% rename from charts/incubator/deemix/values.yaml rename to charts/stable/deemix/values.yaml index 1149e3cc75c..b6cfd0bf9ee 100644 --- a/charts/incubator/deemix/values.yaml +++ b/charts/stable/deemix/values.yaml @@ -5,6 +5,8 @@ image: env: INTPORT: "{{ .Values.service.main.ports.main.targetPort }}" + # User Defined + DEEMIX_SINGLE_USER: false securityContext: readOnlyRootFilesystem: false