Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
e1b29e0ee4
commit
b4ab7a2370
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [tinymediamanager-6.0.6](https://github.com/truecharts/charts/compare/tinymediamanager-6.0.5...tinymediamanager-6.0.6) (2023-11-03)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [tinymediamanager-6.0.7](https://github.com/truecharts/charts/compare/tinymediamanager-6.0.6...tinymediamanager-6.0.7) (2023-11-05)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/tinymediamanager to v4.3.14 ([#14361](https://github.com/truecharts/charts/issues/14361))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [tinymediamanager-6.0.6](https://github.com/truecharts/charts/compare/tinymediamanager-6.0.5...tinymediamanager-6.0.6) (2023-11-03)
|
## [tinymediamanager-6.0.6](https://github.com/truecharts/charts/compare/tinymediamanager-6.0.5...tinymediamanager-6.0.6) (2023-11-03)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599))
|
- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [tinymediamanager-5.0.23](https://github.com/truecharts/charts/compare/tinymediamanager-5.0.22...tinymediamanager-5.0.23) (2023-06-11)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#9558](https://github.com/truecharts/charts/issues/9558))
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "4.3.13"
|
appVersion: "4.3.14"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -20,7 +20,7 @@ name: tinymediamanager
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/tinymediamanager
|
- https://github.com/truecharts/charts/tree/master/charts/stable/tinymediamanager
|
||||||
- https://gitlab.com/tinyMediaManager/tinyMediaManager
|
- https://gitlab.com/tinyMediaManager/tinyMediaManager
|
||||||
version: 6.0.6
|
version: 6.0.7
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/category: media
|
truecharts.org/category: media
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [tinymediamanager-6.0.7](https://github.com/truecharts/charts/compare/tinymediamanager-6.0.6...tinymediamanager-6.0.7) (2023-11-05)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/tinymediamanager to v4.3.14 ([#14361](https://github.com/truecharts/charts/issues/14361))
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/tinymediamanager
|
repository: tccr.io/truecharts/tinymediamanager
|
||||||
tag: v4.3.13@sha256:d5b8c52430b84be7308f9b970562163f2427200cdebc1fb6719ca236a19ee8f2
|
tag: v4.3.14@sha256:d2875f21642fdbd0320f002b7975d98be2e15ad204de19498ca28bf28555b7cc
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
|
@ -1045,6 +1045,12 @@ questions:
|
||||||
default: websecure
|
default: websecure
|
||||||
show_if: [["advanced", "=", true]]
|
show_if: [["advanced", "=", true]]
|
||||||
required: true
|
required: true
|
||||||
|
- variable: allowCors
|
||||||
|
label: "Allow Cross Origin Requests"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
show_if: [["advanced", "=", true]]
|
||||||
|
default: false
|
||||||
- variable: ingressClassName
|
- variable: ingressClassName
|
||||||
label: (Advanced/Optional) IngressClass Name
|
label: (Advanced/Optional) IngressClass Name
|
||||||
schema:
|
schema:
|
||||||
|
@ -1083,12 +1089,12 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
- variable: 'clusterCertificate (Advanced)'
|
- variable: clusterCertificate
|
||||||
label: Cluster Certificate
|
label: 'Cluster Certificate (Advanced)'
|
||||||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
|
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
show_if: [["clusterIssuer", "=", ""]]
|
show_if: [["certificateIssuer", "=", ""]]
|
||||||
default: ""
|
default: ""
|
||||||
- variable: secretName
|
- variable: secretName
|
||||||
label: 'Use Custom Certificate Secret (Advanced)'
|
label: 'Use Custom Certificate Secret (Advanced)'
|
||||||
|
@ -1132,6 +1138,12 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
|
- variable: allowCors
|
||||||
|
label: "Allow Cross Origin Requests"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
show_if: [["advanced", "=", true]]
|
||||||
|
default: false
|
||||||
- variable: hosts
|
- variable: hosts
|
||||||
label: Hosts
|
label: Hosts
|
||||||
schema:
|
schema:
|
||||||
|
@ -1189,8 +1201,8 @@ questions:
|
||||||
label: Service Port
|
label: Service Port
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
- variable: clusterIssuer
|
- variable: certificateIssuer
|
||||||
label: clusterIssuer
|
label: certificateIssuer
|
||||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
|
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
@ -1220,7 +1232,7 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
required: true
|
||||||
- variable: clusterIssuer
|
- variable: certificateIssuer
|
||||||
label: Use Cert-Manager clusterIssuer
|
label: Use Cert-Manager clusterIssuer
|
||||||
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
|
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
|
||||||
schema:
|
schema:
|
||||||
|
@ -1234,8 +1246,8 @@ questions:
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/certificate"
|
- "definitions/certificate"
|
||||||
- variable: clusterCertificate
|
- variable: clusterCertificate
|
||||||
label: Cluster Certificate (Experimental)
|
label: 'Cluster Certificate (Advanced)'
|
||||||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart. NOTE: This is an experimental feature'
|
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
show_if: [["clusterIssuer", "=", ""]]
|
show_if: [["clusterIssuer", "=", ""]]
|
Loading…
Reference in New Issue