Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
972ab71838
commit
97852b39de
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [vikunja-8.0.20](https://github.com/truecharts/charts/compare/vikunja-8.0.19...vikunja-8.0.20) (2023-06-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/nginx to v1.25.0 ([#9606](https://github.com/truecharts/charts/issues/9606))
|
||||
|
||||
|
|
@ -4,15 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [vikunja-8.0.20](https://github.com/truecharts/charts/compare/vikunja-8.0.19...vikunja-8.0.20) (2023-06-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/nginx to v1.25.0 ([#9606](https://github.com/truecharts/charts/issues/9606))
|
||||
|
||||
|
||||
|
||||
|
||||
## [vikunja-8.0.21](https://github.com/truecharts/charts/compare/vikunja-8.0.20...vikunja-8.0.21) (2023-06-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/nginx to v1.25.1 ([#9928](https://github.com/truecharts/charts/issues/9928))
|
||||
|
||||
|
||||
|
||||
|
||||
## [vikunja-8.0.20](https://github.com/truecharts/charts/compare/vikunja-8.0.19...vikunja-8.0.20) (2023-06-13)
|
||||
|
||||
### Chore
|
|
@ -22,7 +22,7 @@ name: vikunja
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/vikunja
|
||||
- https://vikunja.io/docs
|
||||
version: 8.0.20
|
||||
version: 8.0.21
|
||||
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 @@
|
|||
|
||||
|
||||
## [vikunja-8.0.21](https://github.com/truecharts/charts/compare/vikunja-8.0.20...vikunja-8.0.21) (2023-06-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/nginx to v1.25.1 ([#9928](https://github.com/truecharts/charts/issues/9928))
|
||||
|
||||
|
|
@ -8,7 +8,7 @@ frontendImage:
|
|||
pullPolicy: IfNotPresent
|
||||
nginxImage:
|
||||
repository: tccr.io/truecharts/nginx
|
||||
tag: v1.25.0@sha256:53d653178cbcbb7beaa4e4f173f576bcdb35269df05d3c806f1bff8e9c88167a
|
||||
tag: v1.25.1@sha256:20d0ac3899ca32829e99f4e43012754cce180000e1b4cd52a433c6fbbcdf2295
|
||||
|
||||
workload:
|
||||
main:
|
|
@ -1375,8 +1375,38 @@ 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
|
||||
label: Read Only
|
||||
schema:
|
||||
|
@ -1905,14 +1935,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
|
||||
|
@ -1926,7 +1956,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
|
||||
|
@ -1934,7 +1964,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
|
||||
|
@ -2027,7 +2057,7 @@ questions:
|
|||
description: Enable Prometheus Metrics
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: prometheusRule
|
Loading…
Reference in New Issue