From b31c47eff67f3aebbc39c1358ee9d33c35675161 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 1 May 2022 20:47:41 +0000 Subject: [PATCH] Commit new App releases for TrueCharts Signed-off-by: TrueCharts-Bot --- .../synapse/{2.0.24 => 2.0.25}/CHANGELOG.md | 10 ++-- stable/synapse/{2.0.24 => 2.0.25}/CONFIG.md | 0 stable/synapse/{2.0.24 => 2.0.25}/Chart.lock | 2 +- stable/synapse/{2.0.24 => 2.0.25}/Chart.yaml | 2 +- stable/synapse/{2.0.24 => 2.0.25}/README.md | 0 .../synapse/{2.0.24 => 2.0.25}/app-readme.md | 0 .../charts/common-9.3.2.tgz | Bin .../charts/postgresql-7.0.50.tgz | Bin .../{2.0.24 => 2.0.25}/ci/base-values.yaml | 0 .../{2.0.24 => 2.0.25}/ci/basic-values.yaml | 0 .../synapse/{2.0.24 => 2.0.25}/helm-values.md | 0 .../synapse/{2.0.24 => 2.0.25}/ix_values.yaml | 0 .../synapse/{2.0.24 => 2.0.25}/questions.yaml | 47 ++++++++++-------- stable/synapse/{2.0.24 => 2.0.25}/security.md | 0 .../templates/_configmap.tpl | 6 +++ .../{2.0.24 => 2.0.25}/templates/_helpers.tpl | 0 .../{2.0.24 => 2.0.25}/templates/_secret.tpl | 14 +++--- .../{2.0.24 => 2.0.25}/templates/common.yaml | 0 stable/synapse/{2.0.24 => 2.0.25}/values.yaml | 0 19 files changed, 47 insertions(+), 34 deletions(-) rename stable/synapse/{2.0.24 => 2.0.25}/CHANGELOG.md (94%) rename stable/synapse/{2.0.24 => 2.0.25}/CONFIG.md (100%) rename stable/synapse/{2.0.24 => 2.0.25}/Chart.lock (85%) rename stable/synapse/{2.0.24 => 2.0.25}/Chart.yaml (98%) rename stable/synapse/{2.0.24 => 2.0.25}/README.md (100%) rename stable/synapse/{2.0.24 => 2.0.25}/app-readme.md (100%) rename stable/synapse/{2.0.24 => 2.0.25}/charts/common-9.3.2.tgz (100%) rename stable/synapse/{2.0.24 => 2.0.25}/charts/postgresql-7.0.50.tgz (100%) rename stable/synapse/{2.0.24 => 2.0.25}/ci/base-values.yaml (100%) rename stable/synapse/{2.0.24 => 2.0.25}/ci/basic-values.yaml (100%) rename stable/synapse/{2.0.24 => 2.0.25}/helm-values.md (100%) rename stable/synapse/{2.0.24 => 2.0.25}/ix_values.yaml (100%) rename stable/synapse/{2.0.24 => 2.0.25}/questions.yaml (99%) rename stable/synapse/{2.0.24 => 2.0.25}/security.md (100%) rename stable/synapse/{2.0.24 => 2.0.25}/templates/_configmap.tpl (96%) rename stable/synapse/{2.0.24 => 2.0.25}/templates/_helpers.tpl (100%) rename stable/synapse/{2.0.24 => 2.0.25}/templates/_secret.tpl (76%) rename stable/synapse/{2.0.24 => 2.0.25}/templates/common.yaml (100%) rename stable/synapse/{2.0.24 => 2.0.25}/values.yaml (100%) diff --git a/stable/synapse/2.0.24/CHANGELOG.md b/stable/synapse/2.0.25/CHANGELOG.md similarity index 94% rename from stable/synapse/2.0.24/CHANGELOG.md rename to stable/synapse/2.0.25/CHANGELOG.md index 121e83503cb..d8b93d1b151 100644 --- a/stable/synapse/2.0.24/CHANGELOG.md +++ b/stable/synapse/2.0.25/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog
+ +### [synapse-2.0.25](https://github.com/truecharts/apps/compare/synapse-2.0.24...synapse-2.0.25) (2022-05-01) + + + ### [synapse-2.0.24](https://github.com/truecharts/apps/compare/synapse-2.0.23...synapse-2.0.24) (2022-04-26) @@ -92,8 +97,3 @@ - -### [synapse-2.0.12](https://github.com/truecharts/apps/compare/synapse-2.0.11...synapse-2.0.12) (2022-03-31) - -#### Chore - diff --git a/stable/synapse/2.0.24/CONFIG.md b/stable/synapse/2.0.25/CONFIG.md similarity index 100% rename from stable/synapse/2.0.24/CONFIG.md rename to stable/synapse/2.0.25/CONFIG.md diff --git a/stable/synapse/2.0.24/Chart.lock b/stable/synapse/2.0.25/Chart.lock similarity index 85% rename from stable/synapse/2.0.24/Chart.lock rename to stable/synapse/2.0.25/Chart.lock index ca7782310d7..586937b53a3 100644 --- a/stable/synapse/2.0.24/Chart.lock +++ b/stable/synapse/2.0.25/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://charts.truecharts.org/ version: 7.0.50 digest: sha256:e5b71cff47161f1d43f23e13e27fbb5965a85a997039e0b92ebd37a97c339b83 -generated: "2022-04-26T19:59:11.909779097Z" +generated: "2022-05-01T20:39:43.034661024Z" diff --git a/stable/synapse/2.0.24/Chart.yaml b/stable/synapse/2.0.25/Chart.yaml similarity index 98% rename from stable/synapse/2.0.24/Chart.yaml rename to stable/synapse/2.0.25/Chart.yaml index 61a44854c39..598e1a3d577 100644 --- a/stable/synapse/2.0.24/Chart.yaml +++ b/stable/synapse/2.0.25/Chart.yaml @@ -24,7 +24,7 @@ maintainers: name: synapse sources: [] type: application -version: 2.0.24 +version: 2.0.25 annotations: truecharts.org/catagories: | - cloud diff --git a/stable/synapse/2.0.24/README.md b/stable/synapse/2.0.25/README.md similarity index 100% rename from stable/synapse/2.0.24/README.md rename to stable/synapse/2.0.25/README.md diff --git a/stable/synapse/2.0.24/app-readme.md b/stable/synapse/2.0.25/app-readme.md similarity index 100% rename from stable/synapse/2.0.24/app-readme.md rename to stable/synapse/2.0.25/app-readme.md diff --git a/stable/synapse/2.0.24/charts/common-9.3.2.tgz b/stable/synapse/2.0.25/charts/common-9.3.2.tgz similarity index 100% rename from stable/synapse/2.0.24/charts/common-9.3.2.tgz rename to stable/synapse/2.0.25/charts/common-9.3.2.tgz diff --git a/stable/synapse/2.0.24/charts/postgresql-7.0.50.tgz b/stable/synapse/2.0.25/charts/postgresql-7.0.50.tgz similarity index 100% rename from stable/synapse/2.0.24/charts/postgresql-7.0.50.tgz rename to stable/synapse/2.0.25/charts/postgresql-7.0.50.tgz diff --git a/stable/synapse/2.0.24/ci/base-values.yaml b/stable/synapse/2.0.25/ci/base-values.yaml similarity index 100% rename from stable/synapse/2.0.24/ci/base-values.yaml rename to stable/synapse/2.0.25/ci/base-values.yaml diff --git a/stable/synapse/2.0.24/ci/basic-values.yaml b/stable/synapse/2.0.25/ci/basic-values.yaml similarity index 100% rename from stable/synapse/2.0.24/ci/basic-values.yaml rename to stable/synapse/2.0.25/ci/basic-values.yaml diff --git a/stable/synapse/2.0.24/helm-values.md b/stable/synapse/2.0.25/helm-values.md similarity index 100% rename from stable/synapse/2.0.24/helm-values.md rename to stable/synapse/2.0.25/helm-values.md diff --git a/stable/synapse/2.0.24/ix_values.yaml b/stable/synapse/2.0.25/ix_values.yaml similarity index 100% rename from stable/synapse/2.0.24/ix_values.yaml rename to stable/synapse/2.0.25/ix_values.yaml diff --git a/stable/synapse/2.0.24/questions.yaml b/stable/synapse/2.0.25/questions.yaml similarity index 99% rename from stable/synapse/2.0.24/questions.yaml rename to stable/synapse/2.0.25/questions.yaml index 93034afac02..875c61489b8 100644 --- a/stable/synapse/2.0.24/questions.yaml +++ b/stable/synapse/2.0.25/questions.yaml @@ -321,6 +321,15 @@ questions: schema: type: string default: "matrix.example.com" + - variable: clientBaseUrl + label: Client Base URL + # Assigned to `client_base_url` formerly called `riot_base_url` + description: | + Custom URL for links within email notifications. If not set links will be + based on https://matrix.to + schema: + type: string + default: "" - variable: presence label: "Presence" schema: @@ -400,6 +409,11 @@ questions: # TODO: blacklist: - variable: registration label: "Registration Configuration" + # Enabling captcha instead of mail is also an option but currently only + # mail is configurable. + description: | + Enable registration. If enabled requires this will require enabling + and configuring mail for SMTP. schema: additional_attrs: true type: dict @@ -409,19 +423,16 @@ questions: schema: type: boolean default: false - show_subquestions_if: true - subquestions: - - variable: maxPixels - label: "Max Pixels" - schema: - type: string - default: "32M" - - variable: sharedSecret - label: "Shared Secret" - schema: - type: string - default: "" - private: true + - variable: sharedSecret + label: "Shared Secret" + description: | + If set, allows registration of standard or admin accounts by anyone who has the shared secret, even + if registration is otherwise disabled + schema: + type: string + default: "" + private: true + required: true # TODO: required3PIDs # TODO: autoJoinRooms - variable: security @@ -511,11 +522,6 @@ questions: schema: type: string default: "Matrix " - - variable: riotUrl - label: "Riot URL" - schema: - type: string - default: "" - variable: host label: "Host" schema: @@ -2239,6 +2245,7 @@ questions: schema: type: int default: 568 + - variable: fsGroupChangePolicy label: "When should we take ownership?" schema: @@ -2480,7 +2487,7 @@ questions: - variable: exceptint label: "" schema: - type: int + type: string - variable: namespaceSelector label: "namespaceSelector" schema: @@ -2649,7 +2656,7 @@ questions: - variable: exceptint label: "" schema: - type: int + type: string - variable: namespaceSelector label: "namespaceSelector" schema: diff --git a/stable/synapse/2.0.24/security.md b/stable/synapse/2.0.25/security.md similarity index 100% rename from stable/synapse/2.0.24/security.md rename to stable/synapse/2.0.25/security.md diff --git a/stable/synapse/2.0.24/templates/_configmap.tpl b/stable/synapse/2.0.25/templates/_configmap.tpl similarity index 96% rename from stable/synapse/2.0.24/templates/_configmap.tpl rename to stable/synapse/2.0.25/templates/_configmap.tpl index b9597f3dab9..1572ce34684 100644 --- a/stable/synapse/2.0.24/templates/_configmap.tpl +++ b/stable/synapse/2.0.25/templates/_configmap.tpl @@ -14,6 +14,12 @@ data: server_name: {{ .Values.matrix.serverName }} pid_file: /data/homeserver.pid public_baseurl: {{ include "matrix.baseUrl" . | quote }} + + {{- if .Values.matrix.clientBaseURL -}} + # Client Base URL, Formerly riot_base_url + client_base_url: {{ .Values.matrix.clientBaseURL }} + {{- end}} + use_presence: {{ .Values.matrix.presence }} allow_public_rooms_over_federation: {{ and .Values.matrix.federation.enabled .Values.matrix.federation.allowPublicRooms }} diff --git a/stable/synapse/2.0.24/templates/_helpers.tpl b/stable/synapse/2.0.25/templates/_helpers.tpl similarity index 100% rename from stable/synapse/2.0.24/templates/_helpers.tpl rename to stable/synapse/2.0.25/templates/_helpers.tpl diff --git a/stable/synapse/2.0.24/templates/_secret.tpl b/stable/synapse/2.0.25/templates/_secret.tpl similarity index 76% rename from stable/synapse/2.0.24/templates/_secret.tpl rename to stable/synapse/2.0.25/templates/_secret.tpl index 4c9e263709d..14f6c977d46 100644 --- a/stable/synapse/2.0.24/templates/_secret.tpl +++ b/stable/synapse/2.0.25/templates/_secret.tpl @@ -31,11 +31,11 @@ stringData: email: enable_notifs: {{ .Values.mail.enabled }} notif_from: {{ .Values.mail.from }} - smtp_host: {{ .Values.mail.external.host }} - smtp_port: {{ .Values.mail.external.port }} - smtp_user: {{ .Values.mail.external.username }} - smtp_pass: {{ .Values.mail.external.password }} - require_transport_security: {{ .Values.mail.external.requireTransportSecurity }} + smtp_host: {{ .Values.mail.host }} + smtp_port: {{ .Values.mail.port }} + smtp_user: {{ .Values.mail.username }} + smtp_pass: {{ .Values.mail.password }} + require_transport_security: {{ .Values.mail.requireTransportSecurity }} {{- end }} database: @@ -50,8 +50,8 @@ stringData: cp_max: 10 sslmode: "disable" - {{- if .Values.matrix.registration.sharedSecret }} - registration_shared_secret: {{ .Values.matrix.registration.sharedSecret }} + {{- if .Values.matrix.sharedSecret }} + registration_shared_secret: {{ .Values.matrix.sharedSecret }} {{- end }} macaroon_secret_key: {{ $msk }} diff --git a/stable/synapse/2.0.24/templates/common.yaml b/stable/synapse/2.0.25/templates/common.yaml similarity index 100% rename from stable/synapse/2.0.24/templates/common.yaml rename to stable/synapse/2.0.25/templates/common.yaml diff --git a/stable/synapse/2.0.24/values.yaml b/stable/synapse/2.0.25/values.yaml similarity index 100% rename from stable/synapse/2.0.24/values.yaml rename to stable/synapse/2.0.25/values.yaml