Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-11-05 21:48:52 +00:00
parent 731d137c8f
commit f82ba522c2
14 changed files with 24 additions and 24 deletions

View File

@@ -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))

View File

@@ -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)

View File

@@ -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"

View 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))

View File

@@ -5,7 +5,7 @@ image:
backendImage:
repository: tccr.io/truecharts/kitchenowl-backend
pullPolicy: IfNotPresent
tag: latest@sha256:317e07c640d1797e1ab2239ecc07e14dc71a0df70398c080390aee8e88b62ead
tag: latest@sha256:ae81d4f4af9a03ce1764261a15a5e362419b3794c201caac8485e04e81c04563
service:
main:

View File

@@ -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