diff --git a/stable/rdesktop/3.0.17/app-changelog.md b/stable/rdesktop/3.0.17/app-changelog.md deleted file mode 100644 index 062a13f8e2f..00000000000 --- a/stable/rdesktop/3.0.17/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [rdesktop-3.0.17](https://github.com/truecharts/charts/compare/rdesktop-3.0.16...rdesktop-3.0.17) (2023-01-15) - -### Chore - -- update rdesktop - - \ No newline at end of file diff --git a/stable/rdesktop/3.0.17/CHANGELOG.md b/stable/rdesktop/3.0.18/CHANGELOG.md similarity index 94% rename from stable/rdesktop/3.0.17/CHANGELOG.md rename to stable/rdesktop/3.0.18/CHANGELOG.md index f7c0a3d3631..34157733c72 100644 --- a/stable/rdesktop/3.0.17/CHANGELOG.md +++ b/stable/rdesktop/3.0.18/CHANGELOG.md @@ -4,6 +4,15 @@ +## [rdesktop-3.0.18](https://github.com/truecharts/charts/compare/rdesktop-3.0.17...rdesktop-3.0.18) (2023-01-20) + +### Chore + +- update container image tccr.io/truecharts/rdesktop-arch-mate to latest + + + + ## [rdesktop-3.0.17](https://github.com/truecharts/charts/compare/rdesktop-3.0.16...rdesktop-3.0.17) (2023-01-15) ### Chore @@ -88,12 +97,3 @@ - -## [rdesktop-3.0.11](https://github.com/truecharts/charts/compare/rdesktop-3.0.10...rdesktop-3.0.11) (2022-12-26) - -### Chore - -- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839)) - - - diff --git a/stable/rdesktop/3.0.17/Chart.yaml b/stable/rdesktop/3.0.18/Chart.yaml similarity index 98% rename from stable/rdesktop/3.0.17/Chart.yaml rename to stable/rdesktop/3.0.18/Chart.yaml index 2ae1b9f1b2d..a24135c9844 100644 --- a/stable/rdesktop/3.0.17/Chart.yaml +++ b/stable/rdesktop/3.0.18/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: 3.0.17 +version: 3.0.18 annotations: truecharts.org/catagories: | - desktops diff --git a/stable/rdesktop/3.0.17/README.md b/stable/rdesktop/3.0.18/README.md similarity index 100% rename from stable/rdesktop/3.0.17/README.md rename to stable/rdesktop/3.0.18/README.md diff --git a/stable/rdesktop/3.0.18/app-changelog.md b/stable/rdesktop/3.0.18/app-changelog.md new file mode 100644 index 00000000000..114017a6bc2 --- /dev/null +++ b/stable/rdesktop/3.0.18/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rdesktop-3.0.18](https://github.com/truecharts/charts/compare/rdesktop-3.0.17...rdesktop-3.0.18) (2023-01-20) + +### Chore + +- update container image tccr.io/truecharts/rdesktop-arch-mate to latest + + \ No newline at end of file diff --git a/stable/rdesktop/3.0.17/app-readme.md b/stable/rdesktop/3.0.18/app-readme.md similarity index 100% rename from stable/rdesktop/3.0.17/app-readme.md rename to stable/rdesktop/3.0.18/app-readme.md diff --git a/stable/rdesktop/3.0.17/charts/common-11.1.2.tgz b/stable/rdesktop/3.0.18/charts/common-11.1.2.tgz similarity index 100% rename from stable/rdesktop/3.0.17/charts/common-11.1.2.tgz rename to stable/rdesktop/3.0.18/charts/common-11.1.2.tgz diff --git a/stable/rdesktop/3.0.17/ix_values.yaml b/stable/rdesktop/3.0.18/ix_values.yaml similarity index 98% rename from stable/rdesktop/3.0.17/ix_values.yaml rename to stable/rdesktop/3.0.18/ix_values.yaml index 7f718d29b30..50efcbe3c63 100644 --- a/stable/rdesktop/3.0.17/ix_values.yaml +++ b/stable/rdesktop/3.0.18/ix_values.yaml @@ -46,7 +46,7 @@ fedoraMATEImage: pullPolicy: Always archMATEImage: repository: tccr.io/truecharts/rdesktop-arch-mate - tag: latest@sha256:c8eb2c04afa556b203df5ab6df4a77602ff3c275af2869cb919e3a1a1e868f59 + tag: latest@sha256:bf53b297b159e56a137f275e1d7a9d6f626c4d2a7cb4f120a9d7a60a4a506545 pullPolicy: Always alpineI3Image: diff --git a/stable/rdesktop/3.0.17/questions.yaml b/stable/rdesktop/3.0.18/questions.yaml similarity index 97% rename from stable/rdesktop/3.0.17/questions.yaml rename to stable/rdesktop/3.0.18/questions.yaml index ba41a7380ee..c2453d7ccbe 100644 --- a/stable/rdesktop/3.0.17/questions.yaml +++ b/stable/rdesktop/3.0.18/questions.yaml @@ -1082,58 +1082,58 @@ questions: $ref: - "definitions/gpuConfiguration" attrs: [] - - variable: horizontalPodAutoscaler - group: Advanced - label: (Advanced) Horizontal Pod Autoscaler - schema: - type: list - default: [] - items: - - variable: hpaEntry - label: HPA Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: target - label: Target - description: Deployment name, Defaults to Main Deployment - schema: - type: string - default: "" - - variable: minReplicas - label: Minimum Replicas - schema: - type: int - default: 1 - - variable: maxReplicas - label: Maximum Replicas - schema: - type: int - default: 5 - - variable: targetCPUUtilizationPercentage - label: Target CPU Utilization Percentage - schema: - type: int - default: 80 - - variable: targetMemoryUtilizationPercentage - label: Target Memory Utilization Percentage - schema: - type: int - default: 80 +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 - variable: networkPolicy group: Advanced label: (Advanced) Network Policy diff --git a/stable/rdesktop/3.0.17/templates/common.yaml b/stable/rdesktop/3.0.18/templates/common.yaml similarity index 100% rename from stable/rdesktop/3.0.17/templates/common.yaml rename to stable/rdesktop/3.0.18/templates/common.yaml diff --git a/stable/rdesktop/3.0.17/values.yaml b/stable/rdesktop/3.0.18/values.yaml similarity index 100% rename from stable/rdesktop/3.0.17/values.yaml rename to stable/rdesktop/3.0.18/values.yaml