Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
8f85948a85
commit
d32ab098d6
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [mattermost-9.0.42](https://github.com/truecharts/charts/compare/mattermost-9.0.41...mattermost-9.0.42) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [mattermost-9.0.43](https://github.com/truecharts/charts/compare/mattermost-9.0.42...mattermost-9.0.43) (2023-11-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mattermost to v9.2.0 ([#14389](https://github.com/truecharts/charts/issues/14389))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mattermost-9.0.42](https://github.com/truecharts/charts/compare/mattermost-9.0.41...mattermost-9.0.42) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
## [mattermost-9.0.33](https://github.com/truecharts/charts/compare/mattermost-9.0.32...mattermost-9.0.33) (2023-10-19)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mattermost to v9.2.0 ([#13742](https://github.com/truecharts/charts/issues/13742))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mattermost-9.0.32](https://github.com/truecharts/charts/compare/mattermost-9.0.31...mattermost-9.0.32) (2023-10-16)
|
|
@ -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.42
|
||||
version: 9.0.43
|
||||
annotations:
|
||||
truecharts.org/category: hosting
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [mattermost-9.0.43](https://github.com/truecharts/charts/compare/mattermost-9.0.42...mattermost-9.0.43) (2023-11-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mattermost to v9.2.0 ([#14389](https://github.com/truecharts/charts/issues/14389))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/mattermost
|
||||
tag: v9.2.0@sha256:0b838f8b7d0e3907f4fecd0d3290ea981e0fd6dd7aba673dc32e8c6b1353b709
|
||||
tag: v9.2.0@sha256:ad47c7df6fcedcf00d94be251b347b61375156f14add6a766ad8b4bc8124b79d
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
workload:
|
|
@ -1513,7 +1513,7 @@ questions:
|
|||
schema:
|
||||
type: list
|
||||
default: []
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
|
@ -1542,7 +1542,7 @@ questions:
|
|||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
|
@ -1551,13 +1551,13 @@ questions:
|
|||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: Traefik Entrypoint
|
Loading…
Reference in New Issue