Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
53bcfd183c
commit
286cd5e5c9
|
@ -2,6 +2,15 @@
|
|||
|
||||
|
||||
|
||||
## [mattermost-3.0.40](https://github.com/truecharts/charts/compare/mattermost-3.0.39...mattermost-3.0.40) (2022-09-04)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mattermost to v7.3 ([#3683](https://github.com/truecharts/charts/issues/3683))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mattermost-3.0.39](https://github.com/truecharts/charts/compare/mattermost-3.0.38...mattermost-3.0.39) (2022-09-02)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
- move extraArgs from .Values.controller to .Values ([#3447](https://github.com/truecharts/charts/issues/3447))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mattermost-3.0.29](https://github.com/truecharts/charts/compare/mattermost-3.0.28...mattermost-3.0.29) (2022-08-09)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major helm releases to v10.4.9 ([#3413](https://github.com/truecharts/charts/issues/3413))
|
||||
|
|
@ -6,4 +6,4 @@ dependencies:
|
|||
repository: https://charts.truecharts.org/
|
||||
version: 8.0.69
|
||||
digest: sha256:ee7892824e92faa59af92ce8587e05ce7471f6a28751b79f51dfceffefb33cf3
|
||||
generated: "2022-09-02T09:48:17.276258187Z"
|
||||
generated: "2022-09-04T09:51:57.311635277Z"
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "6.3"
|
||||
appVersion: "7.3"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -25,7 +25,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/mattermost
|
||||
- https://github.com/mattermost/mattermost-server
|
||||
- https://github.com/mattermost/docker
|
||||
version: 3.0.39
|
||||
version: 3.0.40
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- hosting
|
|
@ -1,6 +1,6 @@
|
|||
# mattermost
|
||||
|
||||
![Version: 3.0.39](https://img.shields.io/badge/Version-3.0.39-informational?style=flat-square) ![AppVersion: 6.3](https://img.shields.io/badge/AppVersion-6.3-informational?style=flat-square)
|
||||
![Version: 3.0.40](https://img.shields.io/badge/Version-3.0.40-informational?style=flat-square) ![AppVersion: 7.3](https://img.shields.io/badge/AppVersion-7.3-informational?style=flat-square)
|
||||
|
||||
Mattermost is an open source platform for secure collaboration across the entire software development lifecycle.
|
||||
|
||||
|
@ -66,7 +66,7 @@ helm uninstall mattermost
|
|||
|
||||
#### Available Settings
|
||||
|
||||
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
|
||||
Read through the values.yaml file. It has several commented out suggested values.
|
||||
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
|
||||
|
||||
#### Configure using the command line
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/mattermost
|
||||
tag: v6.3@sha256:2c8f1590d1ca58862bc008db4df1f016d617384689b643b28f2dab99151abf14
|
||||
tag: 7.3@sha256:f8b749bafe3d6093cc77e79036102bd8f665f6a5e88801cc5e26b36118381282
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
env:
|
Loading…
Reference in New Issue