wip (rdesktop) move to stable (#5379)

* wip (rdesktop) move to stable

* ci

* update all images to truechart containers

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
Xstar97 2022-12-17 06:06:04 -05:00 committed by GitHub
parent 5ef0a4c570
commit 9dc2f31fd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
34 changed files with 226 additions and 49 deletions

View File

@ -1,27 +0,0 @@
env:
UMASK: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/rdesktop
tag: latest@sha256:9edf5f0644a03dacdffe5a5e38ce0a88df287ef3e367e05407c1504155e83919
persistence:
config:
enabled: true
mountPath: /config
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
main:
port: 3389
protocol: TCP
targetPort: 3389
portal:
enabled: true

View File

@ -1,7 +1,3 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Other
apiVersion: v2
appVersion: "latest"
dependencies:
@ -9,12 +5,12 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 11.0.7
deprecated: false
description: Rdesktop(http://xrdp.org/) - Charts containing full desktop environments in many popular flavors for Alpine, Ubuntu, Arch, and Fedora accessible via RDP.
home: https://truecharts.org/docs/charts/incubator/rdesktop
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
- Other
- desktops
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
@ -22,9 +18,14 @@ maintainers:
url: https://truecharts.org
name: rdesktop
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/rdesktop
- 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: 2.0.5
version: 3.0.0
annotations:
truecharts.org/catagories: |
- desktops
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1 @@
imageSelector: alpineI3Image

View File

@ -0,0 +1 @@
imageSelector: alpineICEWMImage

View File

@ -0,0 +1 @@
imageSelector: alpineKDEImage

View File

@ -0,0 +1 @@
imageSelector: alpineMATEImage

View File

@ -0,0 +1 @@
imageSelector: alpineOpenBoxImage

View File

@ -0,0 +1 @@
imageSelector: archI3Image

View File

@ -0,0 +1 @@
imageSelector: archICEWMImage

View File

@ -0,0 +1 @@
imageSelector: archKDEImage

View File

@ -0,0 +1 @@
imageSelector: archMATEImage

View File

@ -0,0 +1 @@
imageSelector: archOpenBoxImage

View File

@ -0,0 +1 @@
imageSelector: archOpenBoxImage

View File

@ -0,0 +1 @@
imageSelector: image

View File

@ -0,0 +1 @@
imageSelector: fedoraI3Image

View File

@ -0,0 +1 @@
imageSelector: fedoraICEWMImage

View File

@ -0,0 +1 @@
imageSelector: fedoraKDEImage

View File

@ -0,0 +1 @@
imageSelector: fedoraMATEImage

View File

@ -0,0 +1 @@
imageSelector: fedoraMATEImage

View File

@ -0,0 +1 @@
imageSelector: fedoraXFCEImage

View File

@ -0,0 +1 @@
imageSelector: ubuntuI3Image

View File

@ -0,0 +1 @@
imageSelector: ubuntuICEWMImage

View File

@ -0,0 +1 @@
imageSelector: ubuntuKDEImage

View File

@ -0,0 +1 @@
imageSelector: ubuntuMATEImage

View File

@ -0,0 +1 @@
imageSelector: ubuntuOpenBoxImage

View File

@ -0,0 +1 @@
imageSelector: ubuntuXFCEImage

View File

@ -0,0 +1,4 @@
# Default credentials
- Username: `abc`
- Password: `abc`

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -4,23 +4,71 @@ portals:
# Include{portalLink}
questions:
# Include{global}
- variable: imageSelector
group: Container Image
label: Select Image
schema:
type: string
default: image
enum:
# XFCE
- value: image
description: XFCE Alpine
- value: ubuntuXFCEImage
description: XFCE Ubuntu
- value: fedoraXFCEImage
description: XFCE Fedora
- value: archXFCEImage
description: XFCE Arch
# KDE
- value: alpineKDEImage
description: KDE Alpine
- value: ubuntuKDEImage
description: KDE Ubuntu
- value: fedoraKDEImage
description: KDE Fedora
- value: archKDEImage
description: KDE Arch
# Mate
- value: alpineMATEImage
description: Mate Alpine
- value: ubuntuMATEImage
description: Mate Ubuntu
- value: fedoraMATEImage
description: Mate Fedora
- value: archMATEImage
description: Mate Arch
# I3
- value: alpineI3Image
description: I3 Alpine
- value: ubuntuI3Image
description: I3 Ubuntu
- value: fedoraI3Image
description: I3 Fedora
- value: archI3Image
description: I3 Arch
# OpenBox
- value: alpineOpenBoxImage
description: OpenBox Alpine
- value: ubuntuOpenBoxImage
description: OpenBox Ubuntu
- value: fedoraOpenBoxImage
description: OpenBox Fedora
- value: archOpenBoxImage
description: OpenBox Arch
# OpenBox
- value: alpineICEWMImage
description: ICEWM Alpine
- value: ubuntuICEWMImage
description: ICEWM Ubuntu
- value: fedoraICEWMImage
description: ICEWM Fedora
- value: archICEWMImage
description: ICEWM Arch
# Include{controller}
# Include{replicas}
# Include{replica1}
# Include{controllerExpertExtraArgs}
- variable: env
group: "App Configuration"
label: "Image Environment"
schema:
additional_attrs: true
type: dict
attrs:
- variable: UMASK
label: "UMASK"
description: "Container Variable UMASK"
schema:
type: string
default: ""
# Include{containerConfig}
# Include{serviceRoot}
- variable: main

View File

@ -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