Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-05-30 18:34:37 +00:00
parent b3bf78a3a7
commit 97a770cd4c
13 changed files with 4139 additions and 0 deletions

View File

@ -0,0 +1,59 @@
# Changelog<br>
<a name="mattermost-1.0.0"></a>
### [mattermost-1.0.0](https://github.com/truecharts/apps/compare/mattermost-0.0.4...mattermost-1.0.0) (2022-05-30)
#### Feat
* Move mattermost to stable ([#2798](https://github.com/truecharts/apps/issues/2798))
<a name="mattermost-0.0.4"></a>
### [mattermost-0.0.4](https://github.com/truecharts/apps/compare/mattermost-0.0.3...mattermost-0.0.4) (2022-05-26)
#### Chore
* Auto-update chart README [skip ci]
* update helm general non-major helm releases ([#2759](https://github.com/truecharts/apps/issues/2759))
<a name="mattermost-0.0.4"></a>
### [mattermost-0.0.4](https://github.com/truecharts/apps/compare/mattermost-0.0.3...mattermost-0.0.4) (2022-05-26)
#### Chore
* update helm general non-major helm releases ([#2759](https://github.com/truecharts/apps/issues/2759))
<a name="mattermost-0.0.3"></a>
### [mattermost-0.0.3](https://github.com/truecharts/apps/compare/mattermost-0.0.2...mattermost-0.0.3) (2022-05-24)
#### Chore
* update helm general non-major helm releases
<a name="mattermost-0.0.2"></a>
### [mattermost-0.0.2](https://github.com/truecharts/apps/compare/mattermost-0.0.1...mattermost-0.0.2) (2022-05-19)
#### Chore
* Auto-update chart README [skip ci]
#### Fix
* Fix URL ([#2719](https://github.com/truecharts/apps/issues/2719))
<a name="mattermost-0.0.1"></a>
### mattermost-0.0.1 (2022-05-19)
#### Feat
* Add mattermost ([#2705](https://github.com/truecharts/apps/issues/2705))

View File

@ -0,0 +1,9 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 9.3.19
- name: postgresql
repository: https://charts.truecharts.org/
version: 7.0.79
digest: sha256:bfa2285bfb14d27d570012b68aeafba3ee553854d2bff12af4fa83ae71f1154f
generated: "2022-05-30T18:25:16.497070994Z"

View File

@ -0,0 +1,32 @@
apiVersion: v2
appVersion: "6.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 9.3.19
- condition: postgresql.enabled
name: postgresql
repository: https://charts.truecharts.org/
version: 7.0.79
description: Mattermost is an open source platform for secure collaboration across the entire software development lifecycle.
home: https://github.com/truecharts/apps/tree/master/charts/stable/mattermost
icon: https://truecharts.org/_static/img/appicons/mattermost.png
keywords:
- team
- mattermost
- development
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: mattermost
sources:
- https://github.com/mattermost/mattermost-server
- https://github.com/mattermost/docker
version: 1.0.0
annotations:
truecharts.org/catagories: |
- hosting
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,39 @@
# Introduction
Mattermost is an open source platform for secure collaboration across the entire software development lifecycle.
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/mattermost/mattermost-server>
* <https://github.com/mattermost/docker>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | postgresql | 7.0.79 |
| https://library-charts.truecharts.org | common | 9.3.19 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
## Upgrading, Rolling Back and Uninstalling the Chart
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
## Support
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
- See the [Wiki](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,3 @@
Mattermost is an open source platform for secure collaboration across the entire software development lifecycle.
This App is supplied by TrueCharts, for more information please visit https://truecharts.org

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,49 @@
image:
repository: tccr.io/truecharts/mattermost
tag: v6.3@sha256:c4fd40cb097b74451e25bf5375c00fe6cb82179fd6e6393fa24efe2826a1d4bc
pullPolicy: IfNotPresent
env:
TIMEZONE: "{{ .Values.TZ }}"
MM_SQLSETTINGS_DRIVERNAME: "postgres"
MM_BLEVESETTINGS_INDEXDIR: "/mattermost/bleve-indexes"
MM_SERVICESETTINGS_SITEURL: "https://test.example.com"
envValueFrom:
MM_SQLSETTINGS_DATASOURCE:
secretKeyRef:
name: dbcreds
key: urlnossl
service:
main:
ports:
main:
port: 10239
targetPort: 8065
persistence:
config:
enabled: true
mountPath: "/mattermost/config"
data:
enabled: true
mountPath: "/mattermost/data"
logs:
enabled: true
mountPath: "/mattermost/logs"
plugins:
enabled: true
mountPath: "/mattermost/plugins"
clientplugins:
enabled: true
mountPath: "/mattermost/client/plugins"
bleveindexes:
enabled: true
mountPath: "/mattermost/bleve-indexes"
postgresql:
enabled: true
existingSecret: "dbcreds"
postgresqlUsername: mattermost
postgresqlDatabase: mattermost

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{{ include "common.all" . }}

View File

View File

@ -0,0 +1,4 @@
icon_url: https://truecharts.org/_static/img/appicons/mattermost.png
categories:
- hosting