Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
7c5b46e3c6
commit
8c8c2bcedf
|
@ -0,0 +1,8 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [rdesktop-3.0.0](https://github.com/truecharts/charts/compare/rdesktop-2.0.5...rdesktop-3.0.0) (2022-12-17)
|
||||
|
|
@ -0,0 +1,31 @@
|
|||
apiVersion: v2
|
||||
appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 11.0.7
|
||||
deprecated: false
|
||||
description: Full desktop environments in many popular flavors for Alpine, Ubuntu, Arch, and Fedora accessible via RDP.
|
||||
home: https://truecharts.org/docs/charts/stable/rdesktop
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdesktop.png
|
||||
keywords:
|
||||
- rdesktop
|
||||
- desktops
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: rdesktop
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/rdesktop
|
||||
- http://xrdp.org/
|
||||
- https://github.com/orgs/linuxserver/packages/container/package/rdesktop
|
||||
- https://github.com/linuxserver/docker-rdesktop#readme
|
||||
type: application
|
||||
version: 3.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- desktops
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
|
@ -0,0 +1,108 @@
|
|||
# rdesktop
|
||||
|
||||
Rdesktop(http://xrdp.org/) - Charts containing full desktop environments in many popular flavors for Alpine, Ubuntu, Arch, and Fedora accessible via RDP.
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
|
||||
This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
|
||||
For more information, please click here: [rdesktop](https://truecharts.org/docs/charts/incubator/rdesktop)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/truecharts/charts/tree/master/charts/incubator/rdesktop>
|
||||
* <http://xrdp.org/>
|
||||
* <https://github.com/orgs/linuxserver/packages/container/package/rdesktop>
|
||||
* <https://github.com/linuxserver/docker-rdesktop#readme>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.9.4 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
### TrueNAS SCALE
|
||||
|
||||
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App).
|
||||
|
||||
### Helm
|
||||
|
||||
To install the chart with the release name `rdesktop`
|
||||
|
||||
```console
|
||||
helm repo add TrueCharts https://charts.truecharts.org
|
||||
helm repo update
|
||||
helm install rdesktop TrueCharts/rdesktop
|
||||
```
|
||||
|
||||
## Uninstall
|
||||
|
||||
### TrueNAS SCALE
|
||||
|
||||
**Upgrading, Rolling Back and Uninstalling the Chart**
|
||||
|
||||
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App).
|
||||
|
||||
### Helm
|
||||
|
||||
To uninstall the `rdesktop` deployment
|
||||
|
||||
```console
|
||||
helm uninstall rdesktop
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
### Helm
|
||||
|
||||
#### Available Settings
|
||||
|
||||
Read through the values.yaml file. It has several commented out suggested values.
|
||||
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/truecharts/library-charts/tree/main/charts/common).
|
||||
|
||||
#### Configure using the command line
|
||||
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
|
||||
|
||||
```console
|
||||
helm install rdesktop \
|
||||
--set env.TZ="America/New York" \
|
||||
TrueCharts/rdesktop
|
||||
```
|
||||
|
||||
#### Configure using a yaml file
|
||||
|
||||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
|
||||
|
||||
```console
|
||||
helm install rdesktop TrueCharts/rdesktop -f values.yaml
|
||||
```
|
||||
|
||||
#### Connecting to other charts
|
||||
|
||||
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide.
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
---
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
|
||||
## [rdesktop-3.0.0](https://github.com/truecharts/charts/compare/rdesktop-2.0.5...rdesktop-3.0.0) (2022-12-17)
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
Full desktop environments in many popular flavors for Alpine, Ubuntu, Arch, and Fedora accessible via RDP.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/rdesktop](https://truecharts.org/docs/charts/stable/rdesktop)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
|
@ -0,0 +1,127 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/rdesktop
|
||||
tag: latest@sha256:9edf5f0644a03dacdffe5a5e38ce0a88df287ef3e367e05407c1504155e83919
|
||||
ubuntuXFCEImage:
|
||||
repository: tccr.io/truecharts/rdesktop-ubuntu-xfce
|
||||
tag: latest@sha256:999ac2613b9a436a524a8843796b226d146e877fb547609f90cdba045efeb3bd
|
||||
pullPolicy: Always
|
||||
fedoraXFCEImage:
|
||||
repository: tccr.io/truecharts/rdesktop-fedora-xfce
|
||||
tag: latest@sha256:1bb0e52aaf8b324abe7ac65aec83bfc5df46d06e059de6bbba8d7f8eb579233d
|
||||
pullPolicy: Always
|
||||
archXFCEImage:
|
||||
repository: tccr.io/truecharts/rdesktop-arch-xfce
|
||||
tag: latest@sha256:40f8c4f0cea4f559ec61a33b083c54a281a83b3ef9fd896e7bac3a8264c78fd6
|
||||
pullPolicy: Always
|
||||
|
||||
alpineKDEImage:
|
||||
repository: tccr.io/truecharts/rdesktop-alpine-kde
|
||||
tag: latest@sha256:67f4e75c86b7e4f35a02add54be766213e1c53336cbc939951f108f2455a674e
|
||||
pullPolicy: Always
|
||||
ubuntuKDEImage:
|
||||
repository: tccr.io/truecharts/rdesktop-ubuntu-kde
|
||||
tag: latest@sha256:7185170eb2a2f2b14a0bbaa9a67ad67703f602a3596e30d38ed93dd5cd99208b
|
||||
pullPolicy: Always
|
||||
fedoraKDEImage:
|
||||
repository: tccr.io/truecharts/rdesktop-fedora-kde
|
||||
tag: latest@sha256:d8b38a0b5c2ffdecc9c6e3f3db0d6564d52ca9333f88768440a000871146151e
|
||||
pullPolicy: Always
|
||||
archKDEImage:
|
||||
repository: tccr.io/truecharts/rdesktop-arch-kde
|
||||
tag: latest@sha256:f139274e5e2e283a90dd52c1ef1043b8efa5844f554c6437d5bb1b7ef9949950
|
||||
pullPolicy: Always
|
||||
|
||||
alpineMATEImage:
|
||||
repository: tccr.io/truecharts/rdesktop-alpine-mate
|
||||
tag: latest@sha256:72f732e16e15d9ed230de40748c0e3a90a6746186585711280638f73cb0bb6c2
|
||||
pullPolicy: Always
|
||||
ubuntuMATEImage:
|
||||
repository: tccr.io/truecharts/rdesktop-ubuntu-mate
|
||||
tag: latest@sha256:4edf32e25bdd673e20f2373f68a90f45d2e311f62f92187b11c7bed9c8d5adc0
|
||||
pullPolicy: Always
|
||||
fedoraMATEImage:
|
||||
repository: tccr.io/truecharts/rdesktop-fedora-mate
|
||||
tag: latest@sha256:1517d4659c57c97ae5e31aaceab510c07abbd1665901e11428fb5409e07316af
|
||||
pullPolicy: Always
|
||||
archMATEImage:
|
||||
repository: tccr.io/truecharts/rdesktop-arch-mate
|
||||
tag: latest@sha256:5ce77bd6ad55c6e1b22c215335364fd55d0d4a2db573cd52e734238897324d8f
|
||||
pullPolicy: Always
|
||||
|
||||
alpineI3Image:
|
||||
repository: tccr.io/truecharts/rdesktop-alpine-i3
|
||||
tag: latest@sha256:c7ffc7c02df98d5eae240de507d371302ccdbb56f9d6c6c14a5c73f41f3cb928
|
||||
pullPolicy: Always
|
||||
ubuntuI3Image:
|
||||
repository: tccr.io/truecharts/rdesktop-ubuntu-i3
|
||||
tag: latest@sha256:e82741919cdb05c60eab7503d74d9418fe54cfcdc62791180aadb0366f649256
|
||||
pullPolicy: Always
|
||||
fedoraI3Image:
|
||||
repository: tccr.io/truecharts/rdesktop-fedora-i3
|
||||
tag: latest@sha256:a28398a7a4e2265543e95f1d2b76c7924a07bcc05678f0fb86eb6909f9012639
|
||||
pullPolicy: Always
|
||||
archI3Image:
|
||||
repository: tccr.io/truecharts/rdesktop-arch-i3
|
||||
tag: latest@sha256:b6f6d2ff96b6cf709f9de3b3b41c4fc0999599b1eee348ae5ddf3b2b9d8ee0c6
|
||||
pullPolicy: Always
|
||||
|
||||
alpineOpenBoxImage:
|
||||
repository: tccr.io/truecharts/rdesktop-alpine-openbox
|
||||
tag: latest@sha256:652daa63a9a98678bbd0a0a7bda73eeca912bda7a6cefa08685e477628bc2917
|
||||
pullPolicy: Always
|
||||
ubuntuOpenBoxImage:
|
||||
repository: tccr.io/truecharts/rdesktop-ubuntu-openbox
|
||||
tag: latest@sha256:e0e53a55a59c0d144f62e7fac52b7363107d2e9b3c0b83fd8fdf8ea305ccd822
|
||||
pullPolicy: Always
|
||||
fedoraOpenBoxImage:
|
||||
repository: tccr.io/truecharts/rdesktop-fedora-openbox
|
||||
tag: latest@sha256:73f3202f3a2e8654667ee0b98844269fbe6ce4d2fdb73bc371a8fe4fb611fcd5
|
||||
pullPolicy: Always
|
||||
archOpenBoxImage:
|
||||
repository: tccr.io/truecharts/rdesktop-arch-openbox
|
||||
tag: latest@sha256:799d145d81db091e67d76de59ee08e440c7b713cdc163aa43b694e80c42b0f71
|
||||
pullPolicy: Always
|
||||
|
||||
alpineICEWMImage:
|
||||
repository: tccr.io/truecharts/rdesktop-alpine-icewm
|
||||
tag: latest@sha256:daf4d50a0f839e2ee6c52d8b50557710904da9c2b2d10fa7a85ce5601b45f0b6
|
||||
pullPolicy: Always
|
||||
ubuntuICEWMImage:
|
||||
repository: tccr.io/truecharts/rdesktop-ubuntu-icewm
|
||||
tag: latest@sha256:7d2008f696b331a8806b1d1e9a70b02b5ee66656c9e46f4b053490cf5f5341bd
|
||||
pullPolicy: Always
|
||||
fedoraICEWMImage:
|
||||
repository: tccr.io/truecharts/rdesktop-fedora-icewm
|
||||
tag: latest@sha256:a3e6f4ca498209a459a4702de071a9e89d18ca03ca66a0954ecc1b0d3077ba35
|
||||
pullPolicy: Always
|
||||
archICEWMImage:
|
||||
repository: tccr.io/truecharts/rdesktop-arch-icewm
|
||||
tag: latest@sha256:24ce9bb6fc1afb60ea52e3ea2a69f908e01fec2ca151e4bc6c9ef2458cf9d399
|
||||
pullPolicy: Always
|
||||
|
||||
imageSelector: image
|
||||
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 3389
|
||||
protocol: HTTP
|
||||
targetPort: 3389
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
|
||||
portal:
|
||||
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,2 @@
|
|||
{{/* Render the templates */}}
|
||||
{{ include "tc.common.loader.all" . }}
|
|
@ -0,0 +1,4 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/rdesktop.png
|
||||
categories:
|
||||
- desktops
|
||||
|
Loading…
Reference in New Issue