From 10f933c6b14a7696cd511b41054d958c17f264a2 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 24 Jun 2023 00:56:25 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/rdesktop/4.0.60/app-changelog.md | 9 --------- .../rdesktop/{4.0.60 => 4.0.61}/CHANGELOG.md | 18 +++++++++--------- stable/rdesktop/{4.0.60 => 4.0.61}/Chart.yaml | 2 +- stable/rdesktop/{4.0.60 => 4.0.61}/README.md | 2 +- stable/rdesktop/4.0.61/app-changelog.md | 9 +++++++++ .../rdesktop/{4.0.60 => 4.0.61}/app-readme.md | 0 .../charts/common-12.14.2.tgz | Bin .../{4.0.60 => 4.0.61}/ix_values.yaml | 4 ++-- .../{4.0.60 => 4.0.61}/questions.yaml | 8 ++++---- .../{4.0.60 => 4.0.61}/templates/NOTES.txt | 0 .../{4.0.60 => 4.0.61}/templates/common.yaml | 0 .../rdesktop/{4.0.60 => 4.0.61}/values.yaml | 0 12 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 stable/rdesktop/4.0.60/app-changelog.md rename stable/rdesktop/{4.0.60 => 4.0.61}/CHANGELOG.md (92%) rename stable/rdesktop/{4.0.60 => 4.0.61}/Chart.yaml (98%) rename stable/rdesktop/{4.0.60 => 4.0.61}/README.md (94%) create mode 100644 stable/rdesktop/4.0.61/app-changelog.md rename stable/rdesktop/{4.0.60 => 4.0.61}/app-readme.md (100%) rename stable/rdesktop/{4.0.60 => 4.0.61}/charts/common-12.14.2.tgz (100%) rename stable/rdesktop/{4.0.60 => 4.0.61}/ix_values.yaml (96%) rename stable/rdesktop/{4.0.60 => 4.0.61}/questions.yaml (99%) rename stable/rdesktop/{4.0.60 => 4.0.61}/templates/NOTES.txt (100%) rename stable/rdesktop/{4.0.60 => 4.0.61}/templates/common.yaml (100%) rename stable/rdesktop/{4.0.60 => 4.0.61}/values.yaml (100%) diff --git a/stable/rdesktop/4.0.60/app-changelog.md b/stable/rdesktop/4.0.60/app-changelog.md deleted file mode 100644 index 2a364e3c117..00000000000 --- a/stable/rdesktop/4.0.60/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [rdesktop-4.0.60](https://github.com/truecharts/charts/compare/rdesktop-4.0.59...rdesktop-4.0.60) (2023-06-19) - -### Chore - -- update container image tccr.io/truecharts/rdesktop-ubuntu-xfce to latest ([#9775](https://github.com/truecharts/charts/issues/9775)) - - \ No newline at end of file diff --git a/stable/rdesktop/4.0.60/CHANGELOG.md b/stable/rdesktop/4.0.61/CHANGELOG.md similarity index 92% rename from stable/rdesktop/4.0.60/CHANGELOG.md rename to stable/rdesktop/4.0.61/CHANGELOG.md index 09364ea04e8..5b865104745 100644 --- a/stable/rdesktop/4.0.60/CHANGELOG.md +++ b/stable/rdesktop/4.0.61/CHANGELOG.md @@ -4,6 +4,15 @@ +## [rdesktop-4.0.61](https://github.com/truecharts/charts/compare/rdesktop-4.0.60...rdesktop-4.0.61) (2023-06-24) + +### Chore + +- update rdesktop ([#9862](https://github.com/truecharts/charts/issues/9862)) + + + + ## [rdesktop-4.0.60](https://github.com/truecharts/charts/compare/rdesktop-4.0.59...rdesktop-4.0.60) (2023-06-19) ### Chore @@ -88,12 +97,3 @@ ## [rdesktop-4.0.51](https://github.com/truecharts/charts/compare/rdesktop-4.0.50...rdesktop-4.0.51) (2023-06-19) ### Chore - -- update rdesktop ([#9761](https://github.com/truecharts/charts/issues/9761)) - - - - -## [rdesktop-4.0.50](https://github.com/truecharts/charts/compare/rdesktop-4.0.49...rdesktop-4.0.50) (2023-06-19) - -### Chore diff --git a/stable/rdesktop/4.0.60/Chart.yaml b/stable/rdesktop/4.0.61/Chart.yaml similarity index 98% rename from stable/rdesktop/4.0.60/Chart.yaml rename to stable/rdesktop/4.0.61/Chart.yaml index ca681ea7b10..9711cbd7cbe 100644 --- a/stable/rdesktop/4.0.60/Chart.yaml +++ b/stable/rdesktop/4.0.61/Chart.yaml @@ -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.60 +version: 4.0.61 annotations: truecharts.org/catagories: | - desktops diff --git a/stable/rdesktop/4.0.60/README.md b/stable/rdesktop/4.0.61/README.md similarity index 94% rename from stable/rdesktop/4.0.60/README.md rename to stable/rdesktop/4.0.61/README.md index 701942c352f..e0a9b8fa8d7 100644 --- a/stable/rdesktop/4.0.60/README.md +++ b/stable/rdesktop/4.0.61/README.md @@ -12,7 +12,7 @@ For more information about this App, please check the docs on the TrueCharts [we ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ). +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) diff --git a/stable/rdesktop/4.0.61/app-changelog.md b/stable/rdesktop/4.0.61/app-changelog.md new file mode 100644 index 00000000000..1c5f79026e0 --- /dev/null +++ b/stable/rdesktop/4.0.61/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rdesktop-4.0.61](https://github.com/truecharts/charts/compare/rdesktop-4.0.60...rdesktop-4.0.61) (2023-06-24) + +### Chore + +- update rdesktop ([#9862](https://github.com/truecharts/charts/issues/9862)) + + \ No newline at end of file diff --git a/stable/rdesktop/4.0.60/app-readme.md b/stable/rdesktop/4.0.61/app-readme.md similarity index 100% rename from stable/rdesktop/4.0.60/app-readme.md rename to stable/rdesktop/4.0.61/app-readme.md diff --git a/stable/rdesktop/4.0.60/charts/common-12.14.2.tgz b/stable/rdesktop/4.0.61/charts/common-12.14.2.tgz similarity index 100% rename from stable/rdesktop/4.0.60/charts/common-12.14.2.tgz rename to stable/rdesktop/4.0.61/charts/common-12.14.2.tgz diff --git a/stable/rdesktop/4.0.60/ix_values.yaml b/stable/rdesktop/4.0.61/ix_values.yaml similarity index 96% rename from stable/rdesktop/4.0.60/ix_values.yaml rename to stable/rdesktop/4.0.61/ix_values.yaml index 27a2eb9e788..56e906513a3 100644 --- a/stable/rdesktop/4.0.60/ix_values.yaml +++ b/stable/rdesktop/4.0.61/ix_values.yaml @@ -60,7 +60,7 @@ fedoraI3Image: pullPolicy: Always archI3Image: repository: tccr.io/truecharts/rdesktop-arch-i3 - tag: latest@sha256:5179b994b5b37ec36ca954302f509ce096e7faa7d93021af63a51c20796e8b3b + tag: latest@sha256:f5c708cf81808f646a0e3fc4db383d33b361a0547c8c02204e86e85f37d2b594 pullPolicy: Always alpineOpenBoxImage: repository: tccr.io/truecharts/rdesktop-alpine-openbox @@ -92,7 +92,7 @@ fedoraICEWMImage: pullPolicy: Always archICEWMImage: repository: tccr.io/truecharts/rdesktop-arch-icewm - tag: latest@sha256:ebf5a6e5ef716af80ad4558d4b9817a9f0cc15608302bbe970479cf8c3be93f2 + tag: latest@sha256:8b049b83ec40ca8a3911d4f0cbfb2ccc86f0f03ec151e7e73ef320363d8e2102 pullPolicy: Always workload: main: diff --git a/stable/rdesktop/4.0.60/questions.yaml b/stable/rdesktop/4.0.61/questions.yaml similarity index 99% rename from stable/rdesktop/4.0.60/questions.yaml rename to stable/rdesktop/4.0.61/questions.yaml index c943c75f24c..5b9b22d81af 100644 --- a/stable/rdesktop/4.0.60/questions.yaml +++ b/stable/rdesktop/4.0.61/questions.yaml @@ -1173,14 +1173,14 @@ questions: attrs: - variable: cpu label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" schema: type: string default: 4000m valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" schema: type: string default: 8Gi @@ -1194,7 +1194,7 @@ questions: attrs: - variable: cpu label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" schema: type: string default: 10m @@ -1202,7 +1202,7 @@ questions: valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" schema: type: string default: 50Mi diff --git a/stable/rdesktop/4.0.60/templates/NOTES.txt b/stable/rdesktop/4.0.61/templates/NOTES.txt similarity index 100% rename from stable/rdesktop/4.0.60/templates/NOTES.txt rename to stable/rdesktop/4.0.61/templates/NOTES.txt diff --git a/stable/rdesktop/4.0.60/templates/common.yaml b/stable/rdesktop/4.0.61/templates/common.yaml similarity index 100% rename from stable/rdesktop/4.0.60/templates/common.yaml rename to stable/rdesktop/4.0.61/templates/common.yaml diff --git a/stable/rdesktop/4.0.60/values.yaml b/stable/rdesktop/4.0.61/values.yaml similarity index 100% rename from stable/rdesktop/4.0.60/values.yaml rename to stable/rdesktop/4.0.61/values.yaml