mirror of
https://github.com/truecharts/catalog.git
synced 2026-06-18 07:06:14 +08:00
Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
13
stable/mattermost/8.0.1/CHANGELOG.md
Normal file
13
stable/mattermost/8.0.1/CHANGELOG.md
Normal 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))
|
||||
|
||||
|
||||
29
stable/mattermost/8.0.1/Chart.yaml
Normal file
29
stable/mattermost/8.0.1/Chart.yaml
Normal 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
|
||||
27
stable/mattermost/8.0.1/README.md
Normal file
27
stable/mattermost/8.0.1/README.md
Normal 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*
|
||||
9
stable/mattermost/8.0.1/app-changelog.md
Normal file
9
stable/mattermost/8.0.1/app-changelog.md
Normal 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))
|
||||
|
||||
|
||||
8
stable/mattermost/8.0.1/app-readme.md
Normal file
8
stable/mattermost/8.0.1/app-readme.md
Normal 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!
|
||||
BIN
stable/mattermost/8.0.1/charts/common-12.14.6.tgz
Normal file
BIN
stable/mattermost/8.0.1/charts/common-12.14.6.tgz
Normal file
Binary file not shown.
52
stable/mattermost/8.0.1/ix_values.yaml
Normal file
52
stable/mattermost/8.0.1/ix_values.yaml
Normal 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
|
||||
2522
stable/mattermost/8.0.1/questions.yaml
Normal file
2522
stable/mattermost/8.0.1/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
1
stable/mattermost/8.0.1/templates/NOTES.txt
Normal file
1
stable/mattermost/8.0.1/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
||||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||
2
stable/mattermost/8.0.1/templates/common.yaml
Normal file
2
stable/mattermost/8.0.1/templates/common.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
{{/* Render the templates */}}
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
||||
0
stable/mattermost/8.0.1/values.yaml
Normal file
0
stable/mattermost/8.0.1/values.yaml
Normal file
5
stable/mattermost/item.yaml
Normal file
5
stable/mattermost/item.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/mattermost.png
|
||||
categories:
|
||||
- hosting
|
||||
|
||||
screenshots: []
|
||||
Reference in New Issue
Block a user