Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
150c1ee292
commit
4cb5b5b88e
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [kitchenowl-6.0.12](https://github.com/truecharts/charts/compare/kitchenowl-6.0.11...kitchenowl-6.0.12) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [kitchenowl-6.0.13](https://github.com/truecharts/charts/compare/kitchenowl-6.0.12...kitchenowl-6.0.13) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/kitchenowl-backend to latest ([#14304](https://github.com/truecharts/charts/issues/14304))
|
||||
|
||||
|
||||
|
||||
|
||||
## [kitchenowl-6.0.12](https://github.com/truecharts/charts/compare/kitchenowl-6.0.11...kitchenowl-6.0.12) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
## [kitchenowl-6.0.3](https://github.com/truecharts/charts/compare/kitchenowl-6.0.2...kitchenowl-6.0.3) (2023-09-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/kitchenowl-web to latest ([#12264](https://github.com/truecharts/charts/issues/12264))
|
||||
|
||||
|
||||
|
||||
|
||||
## [kitchenowl-6.0.2](https://github.com/truecharts/charts/compare/kitchenowl-6.0.1...kitchenowl-6.0.2) (2023-09-04)
|
||||
|
|
@ -22,7 +22,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/kitchenowl
|
||||
- https://tombursch.github.io/kitchenowl
|
||||
type: application
|
||||
version: 6.0.12
|
||||
version: 6.0.13
|
||||
annotations:
|
||||
truecharts.org/category: utilities
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [kitchenowl-6.0.13](https://github.com/truecharts/charts/compare/kitchenowl-6.0.12...kitchenowl-6.0.13) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/kitchenowl-backend to latest ([#14304](https://github.com/truecharts/charts/issues/14304))
|
||||
|
||||
|
|
@ -5,7 +5,7 @@ image:
|
|||
backendImage:
|
||||
repository: tccr.io/truecharts/kitchenowl-backend
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:fb7358e6bb67ef388ceb9d4341fece1a65db1c6cfc089b630811ed939a102ee3
|
||||
tag: latest@sha256:317e07c640d1797e1ab2239ecc07e14dc71a0df70398c080390aee8e88b62ead
|
||||
|
||||
service:
|
||||
main:
|
|
@ -843,6 +843,12 @@ questions:
|
|||
default: websecure
|
||||
show_if: [["advanced", "=", true]]
|
||||
required: true
|
||||
- variable: allowCors
|
||||
label: "Allow Cross Origin Requests"
|
||||
schema:
|
||||
type: boolean
|
||||
show_if: [["advanced", "=", true]]
|
||||
default: false
|
||||
- variable: ingressClassName
|
||||
label: (Advanced/Optional) IngressClass Name
|
||||
schema:
|
||||
|
@ -930,6 +936,12 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: allowCors
|
||||
label: "Allow Cross Origin Requests"
|
||||
schema:
|
||||
type: boolean
|
||||
show_if: [["advanced", "=", true]]
|
||||
default: false
|
||||
- variable: hosts
|
||||
label: Hosts
|
||||
schema:
|
Loading…
Reference in New Issue