Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [kitchenowl-6.0.14](https://github.com/truecharts/charts/compare/kitchenowl-6.0.13...kitchenowl-6.0.14) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [kitchenowl-6.0.15](https://github.com/truecharts/charts/compare/kitchenowl-6.0.14...kitchenowl-6.0.15) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/kitchenowl-backend to latest ([#14371](https://github.com/truecharts/charts/issues/14371))
|
||||
|
||||
|
||||
|
||||
|
||||
## [kitchenowl-6.0.14](https://github.com/truecharts/charts/compare/kitchenowl-6.0.13...kitchenowl-6.0.14) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
|
||||
## [kitchenowl-6.0.5](https://github.com/truecharts/charts/compare/kitchenowl-6.0.4...kitchenowl-6.0.5) (2023-09-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/kitchenowl-backend to latest ([#12622](https://github.com/truecharts/charts/issues/12622))
|
||||
|
||||
|
||||
|
||||
|
||||
## [kitchenowl-6.0.4](https://github.com/truecharts/charts/compare/kitchenowl-6.0.3...kitchenowl-6.0.4) (2023-09-15)
|
||||
|
||||
@@ -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.14
|
||||
version: 6.0.15
|
||||
annotations:
|
||||
truecharts.org/category: utilities
|
||||
truecharts.org/SCALE-support: "true"
|
||||
9
stable/kitchenowl/6.0.15/app-changelog.md
Normal file
9
stable/kitchenowl/6.0.15/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [kitchenowl-6.0.15](https://github.com/truecharts/charts/compare/kitchenowl-6.0.14...kitchenowl-6.0.15) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/kitchenowl-backend to latest ([#14371](https://github.com/truecharts/charts/issues/14371))
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ image:
|
||||
backendImage:
|
||||
repository: tccr.io/truecharts/kitchenowl-backend
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:317e07c640d1797e1ab2239ecc07e14dc71a0df70398c080390aee8e88b62ead
|
||||
tag: latest@sha256:ae81d4f4af9a03ce1764261a15a5e362419b3794c201caac8485e04e81c04563
|
||||
|
||||
service:
|
||||
main:
|
||||
@@ -1010,7 +1010,7 @@ questions:
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
@@ -1039,7 +1039,7 @@ questions:
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
@@ -1048,13 +1048,13 @@ questions:
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: Traefik Entrypoint
|
||||
Reference in New Issue
Block a user