From 519a8edec48d026f3e2fa56940e5fe33dafc2d2a Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sun, 27 Mar 2022 17:31:29 +0300 Subject: [PATCH] feat(deemix): move to stable (#2306) --- charts/{incubator => stable}/deemix/CHANGELOG.md | 0 charts/{incubator => stable}/deemix/CONFIG.md | 0 charts/{incubator => stable}/deemix/Chart.yaml | 2 +- charts/{incubator => stable}/deemix/README.md | 0 .../{incubator => stable}/deemix/helm-values.md | 0 .../{incubator => stable}/deemix/questions.yaml | 16 ++++++++++++++-- charts/{incubator => stable}/deemix/security.md | 0 .../deemix/templates/common.yaml | 0 charts/{incubator => stable}/deemix/values.yaml | 2 ++ 9 files changed, 17 insertions(+), 3 deletions(-) rename charts/{incubator => stable}/deemix/CHANGELOG.md (100%) rename charts/{incubator => stable}/deemix/CONFIG.md (100%) rename charts/{incubator => stable}/deemix/Chart.yaml (98%) rename charts/{incubator => stable}/deemix/README.md (100%) rename charts/{incubator => stable}/deemix/helm-values.md (100%) rename charts/{incubator => stable}/deemix/questions.yaml (94%) rename charts/{incubator => stable}/deemix/security.md (100%) rename charts/{incubator => stable}/deemix/templates/common.yaml (100%) rename charts/{incubator => stable}/deemix/values.yaml (92%) 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