Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-01-31 02:54:06 +00:00
parent 618e522ec9
commit 38ca0937f1
11 changed files with 66 additions and 25 deletions

View File

@@ -4,6 +4,15 @@
## [homarr-4.0.10](https://github.com/truecharts/charts/compare/homarr-4.0.9...homarr-4.0.10) (2023-01-30)
### Chore
- update container image tccr.io/truecharts/homarr to v0.11.3
## [homarr-4.0.9](https://github.com/truecharts/charts/compare/homarr-4.0.8...homarr-4.0.9) (2023-01-19)
### Chore
@@ -88,12 +97,3 @@
## [homarr-4.0.2](https://github.com/truecharts/charts/compare/homarr-4.0.1...homarr-4.0.2) (2022-11-30)
## [homarr-4.0.2](https://github.com/truecharts/charts/compare/homarr-4.0.1...homarr-4.0.2) (2022-11-30)

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.11.1"
appVersion: "0.11.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -18,7 +18,7 @@ name: homarr
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/homarr
- https://github.com/ajnart/homarr
version: 4.0.9
version: 4.0.10
annotations:
truecharts.org/catagories: |
- media

View File

@@ -0,0 +1,9 @@
## [homarr-4.0.10](https://github.com/truecharts/charts/compare/homarr-4.0.9...homarr-4.0.10) (2023-01-30)
### Chore
- update container image tccr.io/truecharts/homarr to v0.11.3

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/homarr
tag: 0.11.1@sha256:69f518f7276de63e5c573cfebb73c51eabbdf104b16ec0aa1436c91009977071
tag: 0.11.3@sha256:bb0e771fa3a965466082c2afe2d4a9dc25f44388356dc98491257b96d234ed91
pullPolicy: IfNotPresent
service:

View File

@@ -694,10 +694,17 @@ questions:
type: string
required: true
default: Prefix
- variable: clusterIssuer
label: clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["clusterIssuer", "=", ""]]
default: []
items:
- variable: tlsEntry
@@ -718,12 +725,26 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
schema:
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
@@ -835,11 +856,18 @@ questions:
label: Service Port
schema:
type: int
- variable: clusterIssuer
label: clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
default: []
show_if: [["clusterIssuer", "=", ""]]
items:
- variable: tlsEntry
label: Host
@@ -859,12 +887,25 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
schema:
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: entrypoint
label: Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider

View File

@@ -1,9 +0,0 @@
## [homarr-4.0.9](https://github.com/truecharts/charts/compare/homarr-4.0.8...homarr-4.0.9) (2023-01-19)
### Chore
- update container image tccr.io/truecharts/homarr to v0.11.1