Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [mstream-7.0.18](https://github.com/truecharts/charts/compare/mstream-7.0.17...mstream-7.0.18) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [mstream-7.0.19](https://github.com/truecharts/charts/compare/mstream-7.0.18...mstream-7.0.19) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mstream to v5.11.4 ([#14441](https://github.com/truecharts/charts/issues/14441))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mstream-7.0.18](https://github.com/truecharts/charts/compare/mstream-7.0.17...mstream-7.0.18) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
|
||||
## [mstream-7.0.9](https://github.com/truecharts/charts/compare/mstream-7.0.8...mstream-7.0.9) (2023-09-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mstream to v5.11.4 ([#12995](https://github.com/truecharts/charts/issues/12995))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mstream-7.0.8](https://github.com/truecharts/charts/compare/mstream-7.0.7...mstream-7.0.8) (2023-09-20)
|
||||
|
||||
@@ -22,7 +22,7 @@ sources:
|
||||
- https://github.com/linuxserver/docker-mstream
|
||||
- https://mstream.io/
|
||||
type: application
|
||||
version: 7.0.18
|
||||
version: 7.0.19
|
||||
annotations:
|
||||
truecharts.org/category: media
|
||||
truecharts.org/SCALE-support: "true"
|
||||
9
stable/mstream/7.0.19/app-changelog.md
Normal file
9
stable/mstream/7.0.19/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [mstream-7.0.19](https://github.com/truecharts/charts/compare/mstream-7.0.18...mstream-7.0.19) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mstream to v5.11.4 ([#14441](https://github.com/truecharts/charts/issues/14441))
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/mstream
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v5.11.4@sha256:7f198eb301d49b0094a5eae472cc1be3b8c571425a6ddd6bb423496db52fb45d
|
||||
tag: v5.11.4@sha256:ae38def5dcb479b320573cb67bcb6f016d66c3744895779dfd8d880442c28ced
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -996,7 +996,7 @@ questions:
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
@@ -1025,7 +1025,7 @@ questions:
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
@@ -1034,13 +1034,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
|
||||
Reference in New Issue
Block a user