Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-06-18 04:48:01 +00:00
parent fd00a04bc3
commit 7e43af7b54
12 changed files with 50 additions and 20 deletions

View File

@ -1,9 +0,0 @@
## [budge-5.0.26](https://github.com/truecharts/charts/compare/budge-5.0.25...budge-5.0.26) (2023-06-14)
### Chore
- update container image tccr.io/truecharts/budge to v0.0.9 ([#9612](https://github.com/truecharts/charts/issues/9612))

View File

@ -4,15 +4,15 @@
## [budge-5.0.26](https://github.com/truecharts/charts/compare/budge-5.0.25...budge-5.0.26) (2023-06-14)
### Chore
- update container image tccr.io/truecharts/budge to v0.0.9 ([#9612](https://github.com/truecharts/charts/issues/9612))
## [budge-5.0.27](https://github.com/truecharts/charts/compare/budge-5.0.26...budge-5.0.27) (2023-06-18)
### Chore
- update container image tccr.io/truecharts/budge to v0.0.9 ([#9742](https://github.com/truecharts/charts/issues/9742))
## [budge-5.0.26](https://github.com/truecharts/charts/compare/budge-5.0.25...budge-5.0.26) (2023-06-14)
### Chore

View File

@ -20,7 +20,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/budge
- https://github.com/linuxserver/budge
- https://github.com/linuxserver/docker-BudgE
version: 5.0.26
version: 5.0.27
annotations:
truecharts.org/catagories: |
- media

View File

@ -0,0 +1,9 @@
## [budge-5.0.27](https://github.com/truecharts/charts/compare/budge-5.0.26...budge-5.0.27) (2023-06-18)
### Chore
- update container image tccr.io/truecharts/budge to v0.0.9 ([#9742](https://github.com/truecharts/charts/issues/9742))

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/budge
tag: v0.0.9@sha256:4a7782dc9dddc94979234988d7d1dce9c4eb99c48b2a78c515ea595cfc390ca7
tag: v0.0.9@sha256:0d9e68c2dd239afb1e3a53375d25a08fbb82e6e2b25dde87a2412820001f8f86
pullPolicy: IfNotPresent
securityContext:

View File

@ -550,8 +550,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: