Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
f289ca3329
commit
3a5f65f703
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [kitchenowl-4.0.19](https://github.com/truecharts/charts/compare/kitchenowl-4.0.18...kitchenowl-4.0.19) (2023-05-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))
|
||||
|
||||
|
|
@ -4,6 +4,19 @@
|
|||
|
||||
|
||||
|
||||
## [kitchenowl-4.0.20](https://github.com/truecharts/charts/compare/kitchenowl-4.0.19...kitchenowl-4.0.20) (2023-05-28)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/kitchenowl-backend to latest ([#9223](https://github.com/truecharts/charts/issues/9223))
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
|
||||
|
||||
|
||||
## [kitchenowl-4.0.19](https://github.com/truecharts/charts/compare/kitchenowl-4.0.18...kitchenowl-4.0.19) (2023-05-27)
|
||||
|
||||
### Chore
|
||||
|
@ -84,16 +97,3 @@
|
|||
|
||||
|
||||
|
||||
|
||||
## [kitchenowl-4.0.10](https://github.com/truecharts/charts/compare/kitchenowl-4.0.9...kitchenowl-4.0.10) (2023-05-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8739](https://github.com/truecharts/charts/issues/8739))
|
||||
|
||||
|
||||
|
||||
|
||||
## [kitchenowl-4.0.9](https://github.com/truecharts/charts/compare/kitchenowl-4.0.8...kitchenowl-4.0.9) (2023-04-25)
|
||||
|
||||
### Chore
|
|
@ -22,7 +22,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/kitchenowl
|
||||
- https://tombursch.github.io/kitchenowl
|
||||
type: application
|
||||
version: 4.0.19
|
||||
version: 4.0.20
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- utilities
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
|
||||
## [kitchenowl-4.0.20](https://github.com/truecharts/charts/compare/kitchenowl-4.0.19...kitchenowl-4.0.20) (2023-05-28)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/kitchenowl-backend to latest ([#9223](https://github.com/truecharts/charts/issues/9223))
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
|
|
@ -5,7 +5,7 @@ image:
|
|||
backendImage:
|
||||
repository: tccr.io/truecharts/kitchenowl-backend
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:d41645fbcf3886aa0a7857b3600227805ca79454a23bc2285e1520db3dcb4409
|
||||
tag: latest@sha256:6799b764ebd811d9ba0785451d64b0391b2195994d093c7e6ac611420c06dc62
|
||||
service:
|
||||
main:
|
||||
ports:
|
|
@ -752,11 +752,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
|
||||
|
@ -797,31 +829,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
|
Loading…
Reference in New Issue