Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-06-19 02:55:36 +00:00
parent 501dc53755
commit f539da4815
12 changed files with 51 additions and 21 deletions

View File

@@ -1,9 +0,0 @@
## [rdesktop-4.0.45](https://github.com/truecharts/charts/compare/rdesktop-4.0.44...rdesktop-4.0.45) (2023-06-14)
### Chore
- update rdesktop ([#9636](https://github.com/truecharts/charts/issues/9636))

View File

@@ -4,15 +4,15 @@
## [rdesktop-4.0.45](https://github.com/truecharts/charts/compare/rdesktop-4.0.44...rdesktop-4.0.45) (2023-06-14)
### Chore
- update rdesktop ([#9636](https://github.com/truecharts/charts/issues/9636))
## [rdesktop-4.0.46](https://github.com/truecharts/charts/compare/rdesktop-4.0.45...rdesktop-4.0.46) (2023-06-19)
### Chore
- update rdesktop ([#9755](https://github.com/truecharts/charts/issues/9755))
## [rdesktop-4.0.45](https://github.com/truecharts/charts/compare/rdesktop-4.0.44...rdesktop-4.0.45) (2023-06-14)
### Chore

View File

@@ -23,7 +23,7 @@ sources:
- https://github.com/orgs/linuxserver/packages/container/package/rdesktop
- https://github.com/linuxserver/docker-rdesktop#readme
type: application
version: 4.0.45
version: 4.0.46
annotations:
truecharts.org/catagories: |
- desktops

View File

@@ -0,0 +1,9 @@
## [rdesktop-4.0.46](https://github.com/truecharts/charts/compare/rdesktop-4.0.45...rdesktop-4.0.46) (2023-06-19)
### Chore
- update rdesktop ([#9755](https://github.com/truecharts/charts/issues/9755))

View File

@@ -48,7 +48,7 @@ archMATEImage:
pullPolicy: Always
alpineI3Image:
repository: tccr.io/truecharts/rdesktop-alpine-i3
tag: latest@sha256:1c94e5211d4ae64c1ceaa2e14dc02d7adeb0e9eb06ff82280215622cb7666eed
tag: latest@sha256:00ea4b888e668b16cd70b42af4d077d2f5035fc56c4ee4ef300eb653a38458e9
pullPolicy: Always
ubuntuI3Image:
repository: tccr.io/truecharts/rdesktop-ubuntu-i3
@@ -80,7 +80,7 @@ archOpenBoxImage:
pullPolicy: Always
alpineICEWMImage:
repository: tccr.io/truecharts/rdesktop-alpine-icewm
tag: latest@sha256:2a1367e29a2a0f8f679929af33325b5387f44aec3a21541b6ff100108681fea9
tag: latest@sha256:62d7cb97acf64d839aeae8f4a15746832ab08743417c95043895a19fafe4a1b1
pullPolicy: Always
ubuntuICEWMImage:
repository: tccr.io/truecharts/rdesktop-ubuntu-icewm

View File

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