Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-07-19 13:27:51 +00:00
parent f3ade4b7a5
commit e2bdf43939
12 changed files with 2668 additions and 0 deletions

View File

@ -0,0 +1,13 @@
**Important:**
*for the complete changelog, please refer to the website*
## [mattermost-8.0.1](https://github.com/truecharts/charts/compare/mattermost-8.0.0...mattermost-8.0.1) (2023-07-19)
### Feat
- Back 2 stable after new common ([#10599](https://github.com/truecharts/charts/issues/10599))

View File

@ -0,0 +1,29 @@
apiVersion: v2
appVersion: "8.0.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.6
description: Mattermost is an open source platform for secure collaboration across the entire software development lifecycle.
home: https://truecharts.org/charts/incubator/mattermost
icon: https://truecharts.org/img/hotlink-ok/chart-icons/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/truecharts/charts/tree/master/charts/incubator/mattermost
- https://github.com/mattermost/mattermost-server
- https://github.com/mattermost/docker
version: 8.0.1
annotations:
truecharts.org/catagories: |
- hosting
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@ -0,0 +1,9 @@
## [mattermost-8.0.1](https://github.com/truecharts/charts/compare/mattermost-8.0.0...mattermost-8.0.1) (2023-07-19)
### Feat
- Back 2 stable after new common ([#10599](https://github.com/truecharts/charts/issues/10599))

View File

@ -0,0 +1,8 @@
Mattermost is an open source platform for secure collaboration across the entire software development lifecycle.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/mattermost](https://truecharts.org/charts/stable/mattermost)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

Binary file not shown.

View File

@ -0,0 +1,52 @@
image:
repository: tccr.io/truecharts/mattermost
tag: v8.0.0@sha256:e5f3f3b356c2cca249fa261d56ec9ba103432d63636827682a77682a014e2971
pullPolicy: IfNotPresent
workload:
main:
podSpec:
containers:
main:
env:
TIMEZONE: "{{ .Values.TZ }}"
MM_SQLSETTINGS_DRIVERNAME: "postgres"
MM_BLEVESETTINGS_INDEXDIR: "/mattermost/bleve-indexes"
MM_SERVICESETTINGS_SITEURL: "https://test.example.com"
MM_SQLSETTINGS_DATASOURCE: '{{ .Values.cnpg.main.creds.std | trimAll "\"" }}'
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"
cnpg:
main:
enabled: true
user: mattermost
database: mattermost
portal:
open:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@ -0,0 +1,2 @@
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.all" . }}

View File

View File

@ -0,0 +1,5 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/mattermost.png
categories:
- hosting
screenshots: []