Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-05-28 23:47:37 +00:00
parent 020a411e39
commit 6c8f6df88b
12 changed files with 93 additions and 82 deletions

View File

@ -1,9 +0,0 @@
## [homarr-5.0.18](https://github.com/truecharts/charts/compare/homarr-5.0.17...homarr-5.0.18) (2023-05-27)
### Chore
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))

View File

@ -4,6 +4,19 @@
## [homarr-5.0.19](https://github.com/truecharts/charts/compare/homarr-5.0.18...homarr-5.0.19) (2023-05-28)
### Chore
- update container image tccr.io/truecharts/homarr to v0.12.2 ([#9238](https://github.com/truecharts/charts/issues/9238))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
## [homarr-5.0.18](https://github.com/truecharts/charts/compare/homarr-5.0.17...homarr-5.0.18) (2023-05-27)
### Chore
@ -84,16 +97,3 @@
## [homarr-5.0.9](https://github.com/truecharts/charts/compare/homarr-5.0.8...homarr-5.0.9) (2023-04-25)
### Chore
- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153))
## [homarr-5.0.8](https://github.com/truecharts/charts/compare/homarr-5.0.7...homarr-5.0.8) (2023-04-25)
### Chore

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.12.1"
appVersion: "0.12.2"
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: 5.0.18
version: 5.0.19
annotations:
truecharts.org/catagories: |
- media

View File

@ -0,0 +1,13 @@
## [homarr-5.0.19](https://github.com/truecharts/charts/compare/homarr-5.0.18...homarr-5.0.19) (2023-05-28)
### Chore
- update container image tccr.io/truecharts/homarr to v0.12.2 ([#9238](https://github.com/truecharts/charts/issues/9238))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/homarr
tag: 0.12.1@sha256:cab7596755118d30fed37c54553e4b51887e387d0e7b3bd4319b362c8e166476
tag: v0.12.2@sha256:9872f649817fe38292747f11cb353642c85b5369fe5c47a12b9e7f0aa0128716
pullPolicy: IfNotPresent
service:
main:

View File

@ -808,11 +808,43 @@ questions:
schema:
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
schema:
type: list
default: []
items:
- variable: name
label: Name
schema:
type: string
default: ""
required: true
- variable: advanced
label: Show Advanced Settings
description: Advanced settings are not covered by TrueCharts Support
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["certificateIssuer", "=", ""]]
default: []
items:
- variable: tlsEntry
@ -853,31 +885,6 @@ questions:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
schema:
type: list
default: []
items:
- variable: name
label: Name
schema:
type: string
default: ""
required: true
- variable: ingressList
label: Add Manual Custom Ingresses
group: Ingress