Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-01-04 22:59:18 +00:00
parent 24e1e387a7
commit 4925cd8bbd
12 changed files with 55 additions and 43 deletions

View File

@ -1,9 +0,0 @@
## [rdesktop-7.1.22](https://github.com/truecharts/charts/compare/rdesktop-7.1.21...rdesktop-7.1.22) (2024-01-02)
### Chore
- force bump to ensure up-to-date catalogs

View File

@ -7,6 +7,15 @@ title: Changelog
## [rdesktop-7.1.23](https://github.com/truecharts/charts/compare/rdesktop-7.1.22...rdesktop-7.1.23) (2024-01-04)
### Fix
- Mark port and probes as TCP ([#16873](https://github.com/truecharts/charts/issues/16873))
## [rdesktop-7.1.22](https://github.com/truecharts/charts/compare/rdesktop-7.1.21...rdesktop-7.1.22) (2024-01-02) ## [rdesktop-7.1.22](https://github.com/truecharts/charts/compare/rdesktop-7.1.21...rdesktop-7.1.22) (2024-01-02)
### Chore ### Chore
@ -88,12 +97,3 @@ title: Changelog
## [rdesktop-7.0.0](https://github.com/truecharts/charts/compare/rdesktop-6.0.30...rdesktop-7.0.0) (2023-12-25) ## [rdesktop-7.0.0](https://github.com/truecharts/charts/compare/rdesktop-6.0.30...rdesktop-7.0.0) (2023-12-25)
### Chore ### Chore
- update helm chart common to 17.1.0 by renovate ([#16532](https://github.com/truecharts/charts/issues/16532))
## [rdesktop-6.0.30](https://github.com/truecharts/charts/compare/rdesktop-6.0.29...rdesktop-6.0.30) (2023-12-25)
### Chore
- update container image lscr.io/linuxserver/rdesktop to arch-xfce[@9d746d8](https://github.com/9d746d8) by renovate ([#16506](https://github.com/truecharts/charts/issues/16506))

View File

@ -1,17 +1,17 @@
kubeVersion: ">=1.24.0-0" kubeVersion: ">=1.24.0-0"
apiVersion: v2 apiVersion: v2
name: rdesktop name: rdesktop
version: 7.1.22 version: 7.1.23
appVersion: latest appVersion: latest
description: Full desktop environments in many popular flavors for Alpine, Ubuntu, Arch, and Fedora accessible via RDP. description: Full desktop environments in many popular flavors for Alpine, Ubuntu, Arch, and Fedora accessible via RDP.
home: https://truecharts.org/charts/stable/rdesktop home: https://truecharts.org/charts/stable/rdesktop
icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdesktop.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdesktop.png
deprecated: false deprecated: false
sources: sources:
- https://github.com/orgs/linuxserver/packages/container/package/rdesktop
- https://github.com/linuxserver/docker-rdesktop#readme - https://github.com/linuxserver/docker-rdesktop#readme
- https://github.com/truecharts/charts/tree/master/charts/stable/rdesktop - https://github.com/truecharts/charts/tree/master/charts/stable/rdesktop
- https://fleet.linuxserver.io/image?name=linuxserver/rdesktop - https://fleet.linuxserver.io/image?name=linuxserver/rdesktop
- https://github.com/orgs/linuxserver/packages/container/package/rdesktop
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org

View File

@ -0,0 +1,9 @@
## [rdesktop-7.1.23](https://github.com/truecharts/charts/compare/rdesktop-7.1.22...rdesktop-7.1.23) (2024-01-04)
### Fix
- Mark port and probes as TCP ([#16873](https://github.com/truecharts/charts/issues/16873))

View File

@ -105,7 +105,7 @@ service:
ports: ports:
main: main:
port: 3389 port: 3389
protocol: http protocol: tcp
targetPort: 3389 targetPort: 3389
persistence: persistence:
config: config:

View File

@ -299,30 +299,42 @@ questions:
type: dict type: dict
additional_attrs: true additional_attrs: true
attrs: attrs:
- variable: registry - variable: enabled
label: "Registry" label: Enabled
schema: schema:
type: string type: boolean
required: true default: true
default: "https://index.docker.io/v1/" - variable: data
- variable: username label: Data
label: "Username"
schema: schema:
type: string type: dict
required: true additional_attrs: true
default: "" attrs:
- variable: password - variable: registry
label: "Password" label: "Registry"
schema: schema:
type: string type: string
required: true required: true
default: "" default: "https://index.docker.io/v1/"
- variable: email - variable: username
label: "Email" label: "Username"
schema: schema:
type: string type: string
required: true required: true
default: "" default: ""
- variable: password
label: "Password"
schema:
type: string
required: true
private: true
default: ""
- variable: email
label: "Email"
schema:
type: string
required: true
default: ""
- variable: service - variable: service
group: Networking and Services group: Networking and Services
label: Configure Service(s) label: Configure Service(s)