Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
29abd036d5
commit
8b84e3100b
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [kitchenowl-4.0.28](https://github.com/truecharts/charts/compare/kitchenowl-4.0.27...kitchenowl-4.0.28) (2023-07-06)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/kitchenowl-backend to latest ([#10201](https://github.com/truecharts/charts/issues/10201))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [kitchenowl-4.0.29](https://github.com/truecharts/charts/compare/kitchenowl-4.0.28...kitchenowl-4.0.29) (2023-07-06)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/kitchenowl-web to latest ([#10207](https://github.com/truecharts/charts/issues/10207))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [kitchenowl-4.0.28](https://github.com/truecharts/charts/compare/kitchenowl-4.0.27...kitchenowl-4.0.28) (2023-07-06)
|
## [kitchenowl-4.0.28](https://github.com/truecharts/charts/compare/kitchenowl-4.0.27...kitchenowl-4.0.28) (2023-07-06)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
- 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
|
|
||||||
|
|
||||||
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))
|
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/kitchenowl
|
- https://github.com/truecharts/charts/tree/master/charts/stable/kitchenowl
|
||||||
- https://tombursch.github.io/kitchenowl
|
- https://tombursch.github.io/kitchenowl
|
||||||
type: application
|
type: application
|
||||||
version: 4.0.28
|
version: 4.0.29
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- utilities
|
- utilities
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [kitchenowl-4.0.29](https://github.com/truecharts/charts/compare/kitchenowl-4.0.28...kitchenowl-4.0.29) (2023-07-06)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/kitchenowl-web to latest ([#10207](https://github.com/truecharts/charts/issues/10207))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/kitchenowl-web
|
repository: tccr.io/truecharts/kitchenowl-web
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: latest@sha256:f56c61d6845f2ade75ba3e180cc49a13a8321710cba0783afdea40f11d2e8eb5
|
tag: latest@sha256:eff15b745cb2589c3ce0d0ba6a30ba0d949c298f7cedf5b4214b4a4fedb424a6
|
||||||
backendImage:
|
backendImage:
|
||||||
repository: tccr.io/truecharts/kitchenowl-backend
|
repository: tccr.io/truecharts/kitchenowl-backend
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
|
@ -561,14 +561,6 @@ questions:
|
||||||
show_if: [["type", "=", "nfs"]]
|
show_if: [["type", "=", "nfs"]]
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
- variable: setPermissions
|
|
||||||
label: Automatic Permissions
|
|
||||||
description: Automatically set permissions on install
|
|
||||||
schema:
|
|
||||||
show_if: [["type", "=", "hostPath"]]
|
|
||||||
hidden: true
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
- variable: autoPermissions
|
- variable: autoPermissions
|
||||||
label: Automatic Permissions Configuration
|
label: Automatic Permissions Configuration
|
||||||
description: Automatically set permissions
|
description: Automatically set permissions
|
||||||
|
@ -577,27 +569,36 @@ questions:
|
||||||
type: dict
|
type: dict
|
||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
attrs:
|
attrs:
|
||||||
- variable: chown
|
- variable: enabled
|
||||||
label: Run CHOWN
|
label: enabled
|
||||||
description: |
|
|
||||||
It will run CHOWN on the path with the given fsGroup
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
- variable: chmod
|
|
||||||
label: Run CHMOD
|
|
||||||
description: |
|
|
||||||
It will run CHMOD on the path with the given value
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "775"
|
|
||||||
- variable: recursive
|
|
||||||
label: Recursive
|
|
||||||
description: |
|
|
||||||
It will run CHOWN and CHMOD recursively
|
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
show_subquestions_if: true
|
||||||
|
subquestions:
|
||||||
|
- variable: chown
|
||||||
|
label: Run CHOWN
|
||||||
|
description: |
|
||||||
|
It will run CHOWN on the path with the given fsGroup
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
- variable: chmod
|
||||||
|
label: Run CHMOD
|
||||||
|
description: |
|
||||||
|
It will run CHMOD on the path with the given value</br>
|
||||||
|
Format should be 3 digits, e.g. 770
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
valid_chars: '[0-9]{3}'
|
||||||
|
default: ""
|
||||||
|
- variable: recursive
|
||||||
|
label: Recursive
|
||||||
|
description: |
|
||||||
|
It will run CHOWN and CHMOD recursively
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
- variable: readOnly
|
- variable: readOnly
|
||||||
label: Read Only
|
label: Read Only
|
||||||
schema:
|
schema:
|
||||||
|
@ -673,13 +674,44 @@ questions:
|
||||||
show_if: [["type", "=", "nfs"]]
|
show_if: [["type", "=", "nfs"]]
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
- variable: setPermissions
|
- variable: autoPermissions
|
||||||
label: Automatic Permissions
|
label: Automatic Permissions Configuration
|
||||||
description: Automatically set permissions on install
|
description: Automatically set permissions
|
||||||
schema:
|
schema:
|
||||||
show_if: [["type", "=", "hostPath"]]
|
show_if: [["type", "!=", "pvc"]]
|
||||||
type: boolean
|
type: dict
|
||||||
default: false
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: enabled
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
show_subquestions_if: true
|
||||||
|
subquestions:
|
||||||
|
- variable: chown
|
||||||
|
label: Run CHOWN
|
||||||
|
description: |
|
||||||
|
It will run CHOWN on the path with the given fsGroup
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
- variable: chmod
|
||||||
|
label: Run CHMOD
|
||||||
|
description: |
|
||||||
|
It will run CHMOD on the path with the given value</br>
|
||||||
|
Format should be 3 digits, e.g. 770
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
valid_chars: '[0-9]{3}'
|
||||||
|
default: ""
|
||||||
|
- variable: recursive
|
||||||
|
label: Recursive
|
||||||
|
description: |
|
||||||
|
It will run CHOWN and CHMOD recursively
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
- variable: readOnly
|
- variable: readOnly
|
||||||
label: Read Only
|
label: Read Only
|
||||||
schema:
|
schema:
|
Loading…
Reference in New Issue