Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
24e1e387a7
commit
4925cd8bbd
|
@ -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
|
|
@ -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)
|
||||
|
||||
### 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)
|
||||
|
||||
### 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))
|
||||
|
|
@ -1,17 +1,17 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: rdesktop
|
||||
version: 7.1.22
|
||||
version: 7.1.23
|
||||
appVersion: latest
|
||||
description: Full desktop environments in many popular flavors for Alpine, Ubuntu, Arch, and Fedora accessible via RDP.
|
||||
home: https://truecharts.org/charts/stable/rdesktop
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdesktop.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/orgs/linuxserver/packages/container/package/rdesktop
|
||||
- https://github.com/linuxserver/docker-rdesktop#readme
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/rdesktop
|
||||
- https://fleet.linuxserver.io/image?name=linuxserver/rdesktop
|
||||
- https://github.com/orgs/linuxserver/packages/container/package/rdesktop
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
|
@ -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))
|
|
@ -105,7 +105,7 @@ service:
|
|||
ports:
|
||||
main:
|
||||
port: 3389
|
||||
protocol: http
|
||||
protocol: tcp
|
||||
targetPort: 3389
|
||||
persistence:
|
||||
config:
|
|
@ -299,30 +299,42 @@ questions:
|
|||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: registry
|
||||
label: "Registry"
|
||||
- variable: enabled
|
||||
label: Enabled
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "https://index.docker.io/v1/"
|
||||
- variable: username
|
||||
label: "Username"
|
||||
type: boolean
|
||||
default: true
|
||||
- variable: data
|
||||
label: Data
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: password
|
||||
label: "Password"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: email
|
||||
label: "Email"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: registry
|
||||
label: "Registry"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "https://index.docker.io/v1/"
|
||||
- variable: username
|
||||
label: "Username"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
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
|
||||
group: Networking and Services
|
||||
label: Configure Service(s)
|
Loading…
Reference in New Issue