Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
|
||||
|
||||
## [mstream-7.0.15](https://github.com/truecharts/charts/compare/mstream-7.0.14...mstream-7.0.15) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [mstream-7.0.16](https://github.com/truecharts/charts/compare/mstream-7.0.15...mstream-7.0.16) (2023-11-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mstream to v5.11.4 ([#14199](https://github.com/truecharts/charts/issues/14199))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mstream-7.0.15](https://github.com/truecharts/charts/compare/mstream-7.0.14...mstream-7.0.15) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
|
||||
## [mstream-7.0.6](https://github.com/truecharts/charts/compare/mstream-7.0.5...mstream-7.0.6) (2023-09-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mstream to v5.11.4 ([#12280](https://github.com/truecharts/charts/issues/12280))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mstream-7.0.5](https://github.com/truecharts/charts/compare/mstream-7.0.4...mstream-7.0.5) (2023-08-30)
|
||||
|
||||
@@ -22,7 +22,7 @@ sources:
|
||||
- https://github.com/linuxserver/docker-mstream
|
||||
- https://mstream.io/
|
||||
type: application
|
||||
version: 7.0.15
|
||||
version: 7.0.16
|
||||
annotations:
|
||||
truecharts.org/category: media
|
||||
truecharts.org/SCALE-support: "true"
|
||||
9
stable/mstream/7.0.16/app-changelog.md
Normal file
9
stable/mstream/7.0.16/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [mstream-7.0.16](https://github.com/truecharts/charts/compare/mstream-7.0.15...mstream-7.0.16) (2023-11-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mstream to v5.11.4 ([#14199](https://github.com/truecharts/charts/issues/14199))
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/mstream
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v5.11.4@sha256:a41858a3ac996294d2ce3df01d61be58515df42450c9e5486fbf253d1b3d9a77
|
||||
tag: v5.11.4@sha256:7f198eb301d49b0094a5eae472cc1be3b8c571425a6ddd6bb423496db52fb45d
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -802,19 +802,6 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: clusterCertificate
|
||||
label: Cluster Certificate (Experimental)
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in ClusterIssuer chart. NOTE: This is an experimental feature'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: Custom Certificate Secret (Advanced)'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: middlewares
|
||||
label: Traefik Middlewares
|
||||
description: Add previously created Traefik Middlewares to this Ingress
|
||||
@@ -880,19 +867,26 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: 'clusterCertificate (Advanced)'
|
||||
label: Cluster Certificate
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: 'Use Custom Certificate Secret (Advanced)'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
label: 'Use TrueNAS SCALE Certificate (Deprecated)'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: ingressList
|
||||
label: Add Manual Custom Ingresses
|
||||
group: Ingress
|
||||
Reference in New Issue
Block a user