fix(mattermost): Fix URL (#2719)

* fix-url

* Update questions.yaml

* Update Chart.yaml
This commit is contained in:
sagit
2022-05-19 20:16:51 +02:00
committed by GitHub
parent e26d86e19a
commit d784303431
3 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ name: mattermost
sources:
- https://github.com/mattermost/mattermost-server
- https://github.com/mattermost/docker
version: 0.0.1
version: 0.0.2
annotations:
truecharts.org/catagories: |
- hosting
@@ -74,6 +74,20 @@ 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: MM_SERVICESETTINGS_SITEURL
label: "MM_SERVICESETTINGS_SITEURL"
description: "HTTPS URL on which you will reach this instance, eg. https://matter.example.com/"
schema:
type: string
required: false
default: ""
# Include{containerConfig}
+1 -1
View File
@@ -7,7 +7,7 @@ env:
TIMEZONE: "{{ .Values.TZ }}"
MM_SQLSETTINGS_DRIVERNAME: "postgres"
MM_BLEVESETTINGS_INDEXDIR: "/mattermost/bleve-indexes"
MM_SERVICESETTINGS_SITEURL: "{{ .Values.env.reverseProxyUrl }}"
MM_SERVICESETTINGS_SITEURL: "https://test.example.com"
envValueFrom:
MM_SQLSETTINGS_DATASOURCE: