Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-07-01 02:14:33 +00:00
parent b1eddc2573
commit bd0ec70ed2
12 changed files with 55 additions and 25 deletions

View File

@ -1,9 +0,0 @@
## [website-shot-5.0.23](https://github.com/truecharts/charts/compare/website-shot-5.0.22...website-shot-5.0.23) (2023-06-16)
### Chore
- update container image tccr.io/truecharts/website-shot to latest ([#9698](https://github.com/truecharts/charts/issues/9698))

View File

@ -4,6 +4,15 @@
## [website-shot-5.0.24](https://github.com/truecharts/charts/compare/website-shot-5.0.23...website-shot-5.0.24) (2023-07-01)
### Chore
- update container image tccr.io/truecharts/website-shot to latest ([#10059](https://github.com/truecharts/charts/issues/10059))
## [website-shot-5.0.23](https://github.com/truecharts/charts/compare/website-shot-5.0.22...website-shot-5.0.23) (2023-06-16)
### Chore
@ -88,12 +97,3 @@
## [website-shot-5.0.14](https://github.com/truecharts/charts/compare/website-shot-5.0.13...website-shot-5.0.14) (2023-05-22)
### Chore
- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089))

View File

@ -18,7 +18,7 @@ name: website-shot
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/website-shot
- https://github.com/Flowko/website-shot
version: 5.0.23
version: 5.0.24
annotations:
truecharts.org/catagories: |
- media

View File

@ -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)

View File

@ -0,0 +1,9 @@
## [website-shot-5.0.24](https://github.com/truecharts/charts/compare/website-shot-5.0.23...website-shot-5.0.24) (2023-07-01)
### Chore
- update container image tccr.io/truecharts/website-shot to latest ([#10059](https://github.com/truecharts/charts/issues/10059))

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/website-shot
tag: latest@sha256:c3b9b901c2fa22505d545febb2e2f615305ed31b8382544dd7d642568bd8edab
tag: latest@sha256:47d12e7af8330ae487d07a69500082b7c59182c6d9053a872169456ec337b017
pullPolicy: IfNotPresent
service:
main:

View File

@ -552,8 +552,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:
@ -1082,14 +1112,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
@ -1103,7 +1133,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
@ -1111,7 +1141,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