diff --git a/charts/incubator/spotweb/.helmignore b/charts/stable/spotweb/.helmignore similarity index 100% rename from charts/incubator/spotweb/.helmignore rename to charts/stable/spotweb/.helmignore diff --git a/charts/incubator/spotweb/CHANGELOG.md b/charts/stable/spotweb/CHANGELOG.md similarity index 100% rename from charts/incubator/spotweb/CHANGELOG.md rename to charts/stable/spotweb/CHANGELOG.md diff --git a/charts/incubator/spotweb/CONFIG.md b/charts/stable/spotweb/CONFIG.md similarity index 100% rename from charts/incubator/spotweb/CONFIG.md rename to charts/stable/spotweb/CONFIG.md diff --git a/charts/incubator/spotweb/Chart.yaml b/charts/stable/spotweb/Chart.yaml similarity index 98% rename from charts/incubator/spotweb/Chart.yaml rename to charts/stable/spotweb/Chart.yaml index 89bd46ef7b7..ac37d585ee7 100644 --- a/charts/incubator/spotweb/Chart.yaml +++ b/charts/stable/spotweb/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 appVersion: "1.5.1" kubeVersion: '>=1.16.0-0' -version: 1.0.8 +version: 1.0.0 name: spotweb description: Spotweb is a decentralized usenet community based on the Spotnet protocol. type: application diff --git a/charts/incubator/spotweb/README.md b/charts/stable/spotweb/README.md similarity index 100% rename from charts/incubator/spotweb/README.md rename to charts/stable/spotweb/README.md diff --git a/charts/incubator/spotweb/helm-values.md b/charts/stable/spotweb/helm-values.md similarity index 100% rename from charts/incubator/spotweb/helm-values.md rename to charts/stable/spotweb/helm-values.md diff --git a/charts/incubator/spotweb/questions.yaml b/charts/stable/spotweb/questions.yaml similarity index 96% rename from charts/incubator/spotweb/questions.yaml rename to charts/stable/spotweb/questions.yaml index 516418c5942..ec596050121 100644 --- a/charts/incubator/spotweb/questions.yaml +++ b/charts/stable/spotweb/questions.yaml @@ -86,7 +86,7 @@ questions: description: "Username to configure for the admin of this installation." schema: type: string - default: "myawesomeuser" + default: "" valid_chars: ^((?!god|mod|spot|admin|drazix|superuser|supervisor|root|anonymous)[^<>])*$ required: true - variable: SPOTWEB_PASSWORD @@ -94,7 +94,8 @@ questions: description: "Password to configure for the admin of this installation." schema: type: string - default: "changeme" + default: "" + valid_chars: "[a-zA-Z0-9!@#$%^&*?]{8,}" private: true required: true diff --git a/charts/incubator/spotweb/security.md b/charts/stable/spotweb/security.md similarity index 100% rename from charts/incubator/spotweb/security.md rename to charts/stable/spotweb/security.md diff --git a/charts/incubator/spotweb/templates/common.yaml b/charts/stable/spotweb/templates/common.yaml similarity index 100% rename from charts/incubator/spotweb/templates/common.yaml rename to charts/stable/spotweb/templates/common.yaml diff --git a/charts/incubator/spotweb/values.yaml b/charts/stable/spotweb/values.yaml similarity index 84% rename from charts/incubator/spotweb/values.yaml rename to charts/stable/spotweb/values.yaml index f3676614053..56c77926599 100644 --- a/charts/incubator/spotweb/values.yaml +++ b/charts/stable/spotweb/values.yaml @@ -6,10 +6,10 @@ image: # See more environment variables in the babybuddy documentation # https://hub.docker.com/r/jgeusebroek/spotweb env: - SPOTWEB_SYSTEMTYPE: single - SPOTWEB_FIRSTNAME: demo - SPOTWEB_LASTNAME: spotweb - SPOTWEB_MAIL: demo@spotweb.com + SPOTWEB_SYSTEMTYPE: "single" + SPOTWEB_FIRSTNAME: "demo" + SPOTWEB_LASTNAME: "spotweb" + SPOTWEB_MAIL: "demo@spotweb.com" SPOTWEB_RETRIEVE: "15min" DB_ENGINE: "pdo_pgsql" DB_PORT: "5432" @@ -28,8 +28,8 @@ envValueFrom: key: plainhost secret: - SPOTWEB_USERNAME: myawesomeuser - SPOTWEB_PASSWORD: changeme + SPOTWEB_USERNAME: "myawesomeuser" + SPOTWEB_PASSWORD: "changeme" securityContext: readOnlyRootFilesystem: false