Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
b661332f81
commit
31881df5b1
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [mattermost-9.0.40](https://github.com/truecharts/charts/compare/mattermost-9.0.39...mattermost-9.0.40) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mattermost to v9.2.0 ([#14255](https://github.com/truecharts/charts/issues/14255))
|
||||
|
||||
|
Binary file not shown.
|
@ -4,6 +4,16 @@
|
|||
|
||||
|
||||
|
||||
## [mattermost-9.0.41](https://github.com/truecharts/charts/compare/mattermost-9.0.40...mattermost-9.0.41) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mattermost to v9.2.0 ([#14302](https://github.com/truecharts/charts/issues/14302))
|
||||
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mattermost-9.0.40](https://github.com/truecharts/charts/compare/mattermost-9.0.39...mattermost-9.0.40) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
@ -87,13 +97,3 @@
|
|||
|
||||
|
||||
## [mattermost-9.0.31](https://github.com/truecharts/charts/compare/mattermost-9.0.30...mattermost-9.0.31) (2023-10-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mattermost to v9.1.0 ([#13683](https://github.com/truecharts/charts/issues/13683))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mattermost-9.0.30](https://github.com/truecharts/charts/compare/mattermost-9.0.29...mattermost-9.0.30) (2023-10-16)
|
||||
|
|
@ -3,7 +3,7 @@ appVersion: "9.2.0"
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 14.2.0
|
||||
version: 14.2.2
|
||||
description: Mattermost is an open source platform for secure collaboration across the entire software development lifecycle.
|
||||
home: https://truecharts.org/charts/stable/mattermost
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/mattermost.png
|
||||
|
@ -21,7 +21,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/mattermost
|
||||
- https://github.com/mattermost/mattermost-server
|
||||
- https://github.com/mattermost/docker
|
||||
version: 9.0.40
|
||||
version: 9.0.41
|
||||
annotations:
|
||||
truecharts.org/category: hosting
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
|
||||
## [mattermost-9.0.41](https://github.com/truecharts/charts/compare/mattermost-9.0.40...mattermost-9.0.41) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mattermost to v9.2.0 ([#14302](https://github.com/truecharts/charts/issues/14302))
|
||||
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))
|
||||
|
||||
|
Binary file not shown.
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/mattermost
|
||||
tag: v9.2.0@sha256:cb352aaa05651d484e953734e7148e2599f515f731898d273beef611074dc60f
|
||||
tag: v9.2.0@sha256:0b838f8b7d0e3907f4fecd0d3290ea981e0fd6dd7aba673dc32e8c6b1353b709
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
workload:
|
|
@ -1346,6 +1346,12 @@ questions:
|
|||
default: websecure
|
||||
show_if: [["advanced", "=", true]]
|
||||
required: true
|
||||
- variable: allowCors
|
||||
label: "Allow Cross Origin Requests"
|
||||
schema:
|
||||
type: boolean
|
||||
show_if: [["advanced", "=", true]]
|
||||
default: false
|
||||
- variable: ingressClassName
|
||||
label: (Advanced/Optional) IngressClass Name
|
||||
schema:
|
||||
|
@ -1433,6 +1439,12 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: allowCors
|
||||
label: "Allow Cross Origin Requests"
|
||||
schema:
|
||||
type: boolean
|
||||
show_if: [["advanced", "=", true]]
|
||||
default: false
|
||||
- variable: hosts
|
||||
label: Hosts
|
||||
schema:
|
Loading…
Reference in New Issue