Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
84526a147d
commit
b056292472
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [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))
|
||||
|
||||
|
|
@ -4,15 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [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.26](https://github.com/truecharts/charts/compare/xwiki-7.0.25...xwiki-7.0.26) (2023-06-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/xwiki to v15.4.0-postgres ([#9911](https://github.com/truecharts/charts/issues/9911))
|
||||
|
||||
|
||||
|
||||
|
||||
## [xwiki-7.0.25](https://github.com/truecharts/charts/compare/xwiki-7.0.24...xwiki-7.0.25) (2023-06-15)
|
||||
|
||||
### Chore
|
|
@ -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.25
|
||||
version: 7.0.26
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
|
@ -12,7 +12,7 @@ For more information about this App, please check the docs on the TrueCharts [we
|
|||
|
||||
## 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)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [xwiki-7.0.26](https://github.com/truecharts/charts/compare/xwiki-7.0.25...xwiki-7.0.26) (2023-06-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/xwiki to v15.4.0-postgres ([#9911](https://github.com/truecharts/charts/issues/9911))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/xwiki
|
||||
tag: v15.4.0-postgres@sha256:fd25048596148ebdbfcee552b79fbe83b3ff3914840599fde390736c02f6ea0a
|
||||
tag: v15.4.0-postgres@sha256:c0900897ad10c7f05d5d52b6fc950d77b3c0dd73f7b67381b6eca84249c5d73d
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
|
@ -564,6 +564,36 @@ questions:
|
|||
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
|
||||
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
|
||||
default: false
|
||||
- variable: readOnly
|
||||
|
@ -1094,14 +1124,14 @@ questions:
|
|||
attrs:
|
||||
- variable: 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:
|
||||
type: string
|
||||
default: 4000m
|
||||
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
|
||||
- variable: memory
|
||||
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:
|
||||
type: string
|
||||
default: 8Gi
|
||||
|
@ -1115,7 +1145,7 @@ questions:
|
|||
attrs:
|
||||
- variable: 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:
|
||||
type: string
|
||||
default: 10m
|
||||
|
@ -1123,7 +1153,7 @@ questions:
|
|||
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
|
||||
- variable: memory
|
||||
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:
|
||||
type: string
|
||||
default: 50Mi
|
Loading…
Reference in New Issue