Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-06-24 17:37:07 +00:00
parent 7c6b7f4a31
commit c3255cbddb
12 changed files with 85 additions and 25 deletions

View File

@ -1,9 +0,0 @@
## [xen-orchestra-4.0.25](https://github.com/truecharts/charts/compare/xen-orchestra-4.0.24...xen-orchestra-4.0.25) (2023-06-14)
### Chore
- update container image tccr.io/truecharts/xenorchestra to v5.116.3 ([#9644](https://github.com/truecharts/charts/issues/9644))

View File

@ -4,15 +4,15 @@
## [xen-orchestra-4.0.25](https://github.com/truecharts/charts/compare/xen-orchestra-4.0.24...xen-orchestra-4.0.25) (2023-06-14) ## [xen-orchestra-4.0.26](https://github.com/truecharts/charts/compare/xen-orchestra-4.0.25...xen-orchestra-4.0.26) (2023-06-24)
### Chore ### Chore
- update container image tccr.io/truecharts/xenorchestra to v5.116.3 ([#9644](https://github.com/truecharts/charts/issues/9644)) - update container image tccr.io/truecharts/xenorchestra to v5.116.3 ([#9878](https://github.com/truecharts/charts/issues/9878))
## [xen-orchestra-4.0.25](https://github.com/truecharts/charts/compare/xen-orchestra-4.0.24...xen-orchestra-4.0.25) (2023-06-14) ## [xen-orchestra-4.0.25](https://github.com/truecharts/charts/compare/xen-orchestra-4.0.24...xen-orchestra-4.0.25) (2023-06-14)
### Chore ### Chore

View File

@ -17,7 +17,7 @@ maintainers:
name: xen-orchestra name: xen-orchestra
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/xen-orchestra - https://github.com/truecharts/charts/tree/master/charts/stable/xen-orchestra
version: 4.0.25 version: 4.0.26
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- management - management

View File

@ -12,7 +12,7 @@ For more information about this App, please check the docs on the TrueCharts [we
## Support ## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ). - Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org) - See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr) - Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose)

View File

@ -0,0 +1,9 @@
## [xen-orchestra-4.0.26](https://github.com/truecharts/charts/compare/xen-orchestra-4.0.25...xen-orchestra-4.0.26) (2023-06-24)
### Chore
- update container image tccr.io/truecharts/xenorchestra to v5.116.3 ([#9878](https://github.com/truecharts/charts/issues/9878))

View File

@ -1,6 +1,6 @@
image: image:
repository: tccr.io/truecharts/xenorchestra repository: tccr.io/truecharts/xenorchestra
tag: v5.116.3@sha256:803964cb08c1505777263151bdcacf1a143f9ca171b42706edee6302281e28e6 tag: v5.116.3@sha256:e7a5b4fc633d2a1d1a9a0154ea0c77e4512e1f1d61f81b0c2b0df545b2f8c78f
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
service: service:
main: main:

View File

@ -551,6 +551,36 @@ questions:
description: Automatically set permissions on install description: Automatically set permissions on install
schema: schema:
show_if: [["type", "=", "hostPath"]] show_if: [["type", "=", "hostPath"]]
hidden: true
type: boolean
default: false
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
schema:
show_if: [["type", "!=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- 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
schema:
type: string
default: "775"
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean type: boolean
default: false default: false
- variable: readOnly - variable: readOnly
@ -621,6 +651,36 @@ questions:
description: Automatically set permissions on install description: Automatically set permissions on install
schema: schema:
show_if: [["type", "=", "hostPath"]] show_if: [["type", "=", "hostPath"]]
hidden: true
type: boolean
default: false
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
schema:
show_if: [["type", "!=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- 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
schema:
type: string
default: "775"
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean type: boolean
default: false default: false
- variable: readOnly - variable: readOnly
@ -1151,14 +1211,14 @@ questions:
attrs: attrs:
- variable: cpu - variable: cpu
label: CPU label: CPU
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema: schema:
type: string type: string
default: 4000m default: 4000m
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory - variable: memory
label: RAM label: RAM
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema: schema:
type: string type: string
default: 8Gi default: 8Gi
@ -1172,7 +1232,7 @@ questions:
attrs: attrs:
- variable: cpu - variable: cpu
label: CPU label: CPU
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema: schema:
type: string type: string
default: 10m default: 10m
@ -1180,7 +1240,7 @@ questions:
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory - variable: memory
label: "RAM" label: "RAM"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema: schema:
type: string type: string
default: 50Mi default: 50Mi