Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
a7ed4f794c
commit
008c5c4d6f
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [openhab-6.0.10](https://github.com/truecharts/charts/compare/openhab-6.0.9...openhab-6.0.10) (2023-11-04)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/openhab to v4.0.4 ([#14319](https://github.com/truecharts/charts/issues/14319))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [openhab-6.0.9](https://github.com/truecharts/charts/compare/openhab-6.0.8...openhab-6.0.9) (2023-11-03)
|
## [openhab-6.0.9](https://github.com/truecharts/charts/compare/openhab-6.0.8...openhab-6.0.9) (2023-11-03)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))
|
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [openhab-5.0.19](https://github.com/truecharts/charts/compare/openhab-5.0.18...openhab-5.0.19) (2023-07-28)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/openhab to v4.0.1 ([#10966](https://github.com/truecharts/charts/issues/10966))
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "4.0.3"
|
appVersion: "4.0.4"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -19,7 +19,7 @@ name: openhab
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/openhab
|
- https://github.com/truecharts/charts/tree/master/charts/stable/openhab
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.9
|
version: 6.0.10
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/category: media
|
truecharts.org/category: media
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [openhab-6.0.10](https://github.com/truecharts/charts/compare/openhab-6.0.9...openhab-6.0.10) (2023-11-04)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/openhab to v4.0.4 ([#14319](https://github.com/truecharts/charts/issues/14319))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/openhab
|
repository: tccr.io/truecharts/openhab
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v4.0.3@sha256:273e7dc446d93773e564e4ab672527a27409c41d2571898978fcaf560df91e4e
|
tag: v4.0.4@sha256:de3bcc4e2a0bf2ba0628ba6b54244bdc3de839495a57384e2e4460d68a51d9df
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
|
@ -1080,6 +1080,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:
|
||||||
|
@ -1118,12 +1124,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)'
|
||||||
|
@ -1167,6 +1173,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:
|
||||||
|
@ -1224,8 +1236,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
|
||||||
|
@ -1255,7 +1267,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:
|
||||||
|
@ -1269,8 +1281,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", "=", ""]]
|
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [openhab-6.0.9](https://github.com/truecharts/charts/compare/openhab-6.0.8...openhab-6.0.9) (2023-11-03)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue