diff --git a/stable/rdesktop/7.1.22/app-changelog.md b/stable/rdesktop/7.1.22/app-changelog.md deleted file mode 100644 index 46f9770eb9..0000000000 --- a/stable/rdesktop/7.1.22/app-changelog.md +++ /dev/null @@ -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 \ No newline at end of file diff --git a/stable/rdesktop/7.1.22/CHANGELOG.md b/stable/rdesktop/7.1.23/CHANGELOG.md similarity index 87% rename from stable/rdesktop/7.1.22/CHANGELOG.md rename to stable/rdesktop/7.1.23/CHANGELOG.md index 007c2f34a2..2610af6878 100644 --- a/stable/rdesktop/7.1.22/CHANGELOG.md +++ b/stable/rdesktop/7.1.23/CHANGELOG.md @@ -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)) - diff --git a/stable/rdesktop/7.1.22/Chart.yaml b/stable/rdesktop/7.1.23/Chart.yaml similarity index 98% rename from stable/rdesktop/7.1.22/Chart.yaml rename to stable/rdesktop/7.1.23/Chart.yaml index 8dd4aaef20..4e3dea0df4 100644 --- a/stable/rdesktop/7.1.22/Chart.yaml +++ b/stable/rdesktop/7.1.23/Chart.yaml @@ -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 diff --git a/stable/rdesktop/7.1.22/README.md b/stable/rdesktop/7.1.23/README.md similarity index 100% rename from stable/rdesktop/7.1.22/README.md rename to stable/rdesktop/7.1.23/README.md diff --git a/stable/rdesktop/7.1.23/app-changelog.md b/stable/rdesktop/7.1.23/app-changelog.md new file mode 100644 index 0000000000..dabd695191 --- /dev/null +++ b/stable/rdesktop/7.1.23/app-changelog.md @@ -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)) \ No newline at end of file diff --git a/stable/rdesktop/7.1.22/app-readme.md b/stable/rdesktop/7.1.23/app-readme.md similarity index 100% rename from stable/rdesktop/7.1.22/app-readme.md rename to stable/rdesktop/7.1.23/app-readme.md diff --git a/stable/rdesktop/7.1.22/charts/common-17.2.21.tgz b/stable/rdesktop/7.1.23/charts/common-17.2.21.tgz similarity index 100% rename from stable/rdesktop/7.1.22/charts/common-17.2.21.tgz rename to stable/rdesktop/7.1.23/charts/common-17.2.21.tgz diff --git a/stable/rdesktop/7.1.22/ix_values.yaml b/stable/rdesktop/7.1.23/ix_values.yaml similarity index 99% rename from stable/rdesktop/7.1.22/ix_values.yaml rename to stable/rdesktop/7.1.23/ix_values.yaml index 98ba36525f..f2154d50d0 100644 --- a/stable/rdesktop/7.1.22/ix_values.yaml +++ b/stable/rdesktop/7.1.23/ix_values.yaml @@ -105,7 +105,7 @@ service: ports: main: port: 3389 - protocol: http + protocol: tcp targetPort: 3389 persistence: config: diff --git a/stable/rdesktop/7.1.22/questions.yaml b/stable/rdesktop/7.1.23/questions.yaml similarity index 99% rename from stable/rdesktop/7.1.22/questions.yaml rename to stable/rdesktop/7.1.23/questions.yaml index 76f7deb653..facac071c5 100644 --- a/stable/rdesktop/7.1.22/questions.yaml +++ b/stable/rdesktop/7.1.23/questions.yaml @@ -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) diff --git a/stable/rdesktop/7.1.22/templates/NOTES.txt b/stable/rdesktop/7.1.23/templates/NOTES.txt similarity index 100% rename from stable/rdesktop/7.1.22/templates/NOTES.txt rename to stable/rdesktop/7.1.23/templates/NOTES.txt diff --git a/stable/rdesktop/7.1.22/templates/common.yaml b/stable/rdesktop/7.1.23/templates/common.yaml similarity index 100% rename from stable/rdesktop/7.1.22/templates/common.yaml rename to stable/rdesktop/7.1.23/templates/common.yaml diff --git a/stable/rdesktop/7.1.22/values.yaml b/stable/rdesktop/7.1.23/values.yaml similarity index 100% rename from stable/rdesktop/7.1.22/values.yaml rename to stable/rdesktop/7.1.23/values.yaml