Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-07-08 07:40:18 +00:00
parent f9a9f48f87
commit d0b4d417f5
12 changed files with 112 additions and 79 deletions

View File

@ -1,9 +0,0 @@
## [xen-orchestra-4.0.28](https://github.com/truecharts/charts/compare/xen-orchestra-4.0.27...xen-orchestra-4.0.28) (2023-07-01)
### Chore
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))

View File

@ -4,6 +4,15 @@
## [xen-orchestra-4.0.29](https://github.com/truecharts/charts/compare/xen-orchestra-4.0.28...xen-orchestra-4.0.29) (2023-07-08)
### Chore
- update container image tccr.io/truecharts/xenorchestra to v5.118.0 ([#10296](https://github.com/truecharts/charts/issues/10296))
## [xen-orchestra-4.0.28](https://github.com/truecharts/charts/compare/xen-orchestra-4.0.27...xen-orchestra-4.0.28) (2023-07-01)
### Chore
@ -85,15 +94,6 @@
## [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))
## [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

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "5.116.4"
appVersion: "5.118.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -17,7 +17,7 @@ maintainers:
name: xen-orchestra
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/xen-orchestra
version: 4.0.28
version: 4.0.29
annotations:
truecharts.org/catagories: |
- management

View File

@ -0,0 +1,9 @@
## [xen-orchestra-4.0.29](https://github.com/truecharts/charts/compare/xen-orchestra-4.0.28...xen-orchestra-4.0.29) (2023-07-08)
### Chore
- update container image tccr.io/truecharts/xenorchestra to v5.118.0 ([#10296](https://github.com/truecharts/charts/issues/10296))

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/xenorchestra
tag: v5.116.4@sha256:1e33be988dba0c0e8d4634373ff53658f3013914863b11d57df1a9d9479ead14
tag: v5.118.0@sha256:70ef42155ca36d1ae3d124566a725d466cf7663e6ab9b7d7f4e107cc844bf574
pullPolicy: IfNotPresent
service:
main:

View File

@ -546,14 +546,6 @@ questions:
show_if: [["type", "=", "nfs"]]
type: string
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
label: Automatic Permissions Configuration
description: Automatically set permissions
@ -562,27 +554,36 @@ questions:
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
- 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
label: Read Only
schema:
@ -646,14 +647,6 @@ questions:
show_if: [["type", "=", "nfs"]]
type: string
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
label: Automatic Permissions Configuration
description: Automatically set permissions
@ -662,27 +655,36 @@ questions:
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
- 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
label: Read Only
schema:
@ -758,13 +760,44 @@ questions:
show_if: [["type", "=", "nfs"]]
type: string
default: ""
- variable: setPermissions
label: Automatic Permissions
description: Automatically set permissions on install
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
schema:
show_if: [["type", "=", "hostPath"]]
type: boolean
default: false
show_if: [["type", "!=", "pvc"]]
type: dict
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
label: Read Only
schema: