Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-07-08 21:48:42 +00:00
parent cfbbe746a5
commit 73868c4931
12 changed files with 85 additions and 53 deletions

View File

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

View File

@ -4,6 +4,15 @@
## [xwiki-7.0.28](https://github.com/truecharts/charts/compare/xwiki-7.0.27...xwiki-7.0.28) (2023-07-08)
### Chore
- update container image tccr.io/truecharts/xwiki to v15.5.0 ([#10322](https://github.com/truecharts/charts/issues/10322))
## [xwiki-7.0.27](https://github.com/truecharts/charts/compare/xwiki-7.0.26...xwiki-7.0.27) (2023-07-01)
### Chore
@ -85,15 +94,6 @@
## [xwiki-7.0.25](https://github.com/truecharts/charts/compare/xwiki-7.0.24...xwiki-7.0.25) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/xwiki to v15.4.0-postgres ([#9649](https://github.com/truecharts/charts/issues/9649))
## [xwiki-7.0.25](https://github.com/truecharts/charts/compare/xwiki-7.0.24...xwiki-7.0.25) (2023-06-15)
### Chore

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "15.4.0"
appVersion: "15.5.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -19,7 +19,7 @@ name: xwiki
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/xwiki
- https://github.com/xwiki/xwiki-docker
version: 7.0.27
version: 7.0.28
annotations:
truecharts.org/catagories: |
- productivity

View File

@ -0,0 +1,9 @@
## [xwiki-7.0.28](https://github.com/truecharts/charts/compare/xwiki-7.0.27...xwiki-7.0.28) (2023-07-08)
### Chore
- update container image tccr.io/truecharts/xwiki to v15.5.0 ([#10322](https://github.com/truecharts/charts/issues/10322))

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/xwiki
tag: v15.4.0-postgres@sha256:c0900897ad10c7f05d5d52b6fc950d77b3c0dd73f7b67381b6eca84249c5d73d
tag: v15.5.0-postgres@sha256:c5f0667dae5e7a8c7ea02a369491e3994275c8a20df6e6525947234a44d2259d
pullPolicy: IfNotPresent
service:
main:

View File

@ -559,14 +559,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
@ -575,27 +567,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:
@ -671,13 +672,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: