fix(mattermost): Fix URL (#2719)
* fix-url * Update questions.yaml * Update Chart.yaml
This commit is contained in:
@@ -24,7 +24,7 @@ name: mattermost
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/mattermost/mattermost-server
|
- https://github.com/mattermost/mattermost-server
|
||||||
- https://github.com/mattermost/docker
|
- https://github.com/mattermost/docker
|
||||||
version: 0.0.1
|
version: 0.0.2
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- hosting
|
- hosting
|
||||||
|
|||||||
@@ -74,6 +74,20 @@ questions:
|
|||||||
- value: "OnDelete"
|
- value: "OnDelete"
|
||||||
description: "(Legacy) OnDelete: ignore .spec.template changes"
|
description: "(Legacy) OnDelete: ignore .spec.template changes"
|
||||||
# Include{controllerExpert}
|
# 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}
|
# Include{containerConfig}
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ env:
|
|||||||
TIMEZONE: "{{ .Values.TZ }}"
|
TIMEZONE: "{{ .Values.TZ }}"
|
||||||
MM_SQLSETTINGS_DRIVERNAME: "postgres"
|
MM_SQLSETTINGS_DRIVERNAME: "postgres"
|
||||||
MM_BLEVESETTINGS_INDEXDIR: "/mattermost/bleve-indexes"
|
MM_BLEVESETTINGS_INDEXDIR: "/mattermost/bleve-indexes"
|
||||||
MM_SERVICESETTINGS_SITEURL: "{{ .Values.env.reverseProxyUrl }}"
|
MM_SERVICESETTINGS_SITEURL: "https://test.example.com"
|
||||||
|
|
||||||
envValueFrom:
|
envValueFrom:
|
||||||
MM_SQLSETTINGS_DATASOURCE:
|
MM_SQLSETTINGS_DATASOURCE:
|
||||||
|
|||||||
Reference in New Issue
Block a user