From 8113196fd369c61c850d5ff79fc891091f9bd43c Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 13 Nov 2023 21:42:03 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/rimgo/3.0.0/CHANGELOG.md | 2 +- stable/rdesktop/5.0.142/app-changelog.md | 9 - .../{5.0.142 => 5.0.143}/CHANGELOG.md | 18 +- .../rdesktop/{5.0.142 => 5.0.143}/Chart.yaml | 2 +- .../rdesktop/{5.0.142 => 5.0.143}/README.md | 0 stable/rdesktop/5.0.143/app-changelog.md | 9 + .../{5.0.142 => 5.0.143}/app-readme.md | 0 .../charts/common-14.3.5.tgz | Bin .../{5.0.142 => 5.0.143}/ix_values.yaml | 34 ++-- .../{5.0.142 => 5.0.143}/questions.yaml | 186 ++++++++++++++++++ .../{5.0.142 => 5.0.143}/templates/NOTES.txt | 0 .../templates/common.yaml | 0 .../rdesktop/{5.0.142 => 5.0.143}/values.yaml | 0 13 files changed, 223 insertions(+), 37 deletions(-) delete mode 100644 stable/rdesktop/5.0.142/app-changelog.md rename stable/rdesktop/{5.0.142 => 5.0.143}/CHANGELOG.md (92%) rename stable/rdesktop/{5.0.142 => 5.0.143}/Chart.yaml (98%) rename stable/rdesktop/{5.0.142 => 5.0.143}/README.md (100%) create mode 100644 stable/rdesktop/5.0.143/app-changelog.md rename stable/rdesktop/{5.0.142 => 5.0.143}/app-readme.md (100%) rename stable/rdesktop/{5.0.142 => 5.0.143}/charts/common-14.3.5.tgz (100%) rename stable/rdesktop/{5.0.142 => 5.0.143}/ix_values.yaml (68%) rename stable/rdesktop/{5.0.142 => 5.0.143}/questions.yaml (91%) rename stable/rdesktop/{5.0.142 => 5.0.143}/templates/NOTES.txt (100%) rename stable/rdesktop/{5.0.142 => 5.0.143}/templates/common.yaml (100%) rename stable/rdesktop/{5.0.142 => 5.0.143}/values.yaml (100%) diff --git a/incubator/rimgo/3.0.0/CHANGELOG.md b/incubator/rimgo/3.0.0/CHANGELOG.md index 935056a38ca..7dd67cf8dc9 100644 --- a/incubator/rimgo/3.0.0/CHANGELOG.md +++ b/incubator/rimgo/3.0.0/CHANGELOG.md @@ -6,6 +6,7 @@ + ## [rimgo-3.0.0](https://github.com/truecharts/charts/compare/rimgo-2.0.23...rimgo-3.0.0) (2023-07-31) ### Feat @@ -96,4 +97,3 @@ ### Chore -- update container image tccr.io/truecharts/rimgo to latest diff --git a/stable/rdesktop/5.0.142/app-changelog.md b/stable/rdesktop/5.0.142/app-changelog.md deleted file mode 100644 index b75a2e65e7e..00000000000 --- a/stable/rdesktop/5.0.142/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [rdesktop-5.0.142](https://github.com/truecharts/charts/compare/rdesktop-5.0.141...rdesktop-5.0.142) (2023-11-12) - -### Chore - -- update container image tccr.io/truecharts/rdesktop-alpine-i3 to latest ([#14600](https://github.com/truecharts/charts/issues/14600)) - - \ No newline at end of file diff --git a/stable/rdesktop/5.0.142/CHANGELOG.md b/stable/rdesktop/5.0.143/CHANGELOG.md similarity index 92% rename from stable/rdesktop/5.0.142/CHANGELOG.md rename to stable/rdesktop/5.0.143/CHANGELOG.md index a66e03387f7..0f23bdeffc8 100644 --- a/stable/rdesktop/5.0.142/CHANGELOG.md +++ b/stable/rdesktop/5.0.143/CHANGELOG.md @@ -4,6 +4,15 @@ +## [rdesktop-5.0.143](https://github.com/truecharts/charts/compare/rdesktop-5.0.142...rdesktop-5.0.143) (2023-11-13) + +### Chore + +- update rdesktop ([#14612](https://github.com/truecharts/charts/issues/14612)) + + + + ## [rdesktop-5.0.142](https://github.com/truecharts/charts/compare/rdesktop-5.0.141...rdesktop-5.0.142) (2023-11-12) ### Chore @@ -88,12 +97,3 @@ ## [rdesktop-5.0.133](https://github.com/truecharts/charts/compare/rdesktop-5.0.132...rdesktop-5.0.133) (2023-11-05) ### Chore - -- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365)) - - - - -## [rdesktop-5.0.132](https://github.com/truecharts/charts/compare/rdesktop-5.0.131...rdesktop-5.0.132) (2023-11-03) - -### Chore diff --git a/stable/rdesktop/5.0.142/Chart.yaml b/stable/rdesktop/5.0.143/Chart.yaml similarity index 98% rename from stable/rdesktop/5.0.142/Chart.yaml rename to stable/rdesktop/5.0.143/Chart.yaml index 69ab1834c0b..4b1cd5623a2 100644 --- a/stable/rdesktop/5.0.142/Chart.yaml +++ b/stable/rdesktop/5.0.143/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: 5.0.142 +version: 5.0.143 annotations: truecharts.org/category: desktops truecharts.org/SCALE-support: "true" diff --git a/stable/rdesktop/5.0.142/README.md b/stable/rdesktop/5.0.143/README.md similarity index 100% rename from stable/rdesktop/5.0.142/README.md rename to stable/rdesktop/5.0.143/README.md diff --git a/stable/rdesktop/5.0.143/app-changelog.md b/stable/rdesktop/5.0.143/app-changelog.md new file mode 100644 index 00000000000..0c9f4ec1310 --- /dev/null +++ b/stable/rdesktop/5.0.143/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rdesktop-5.0.143](https://github.com/truecharts/charts/compare/rdesktop-5.0.142...rdesktop-5.0.143) (2023-11-13) + +### Chore + +- update rdesktop ([#14612](https://github.com/truecharts/charts/issues/14612)) + + \ No newline at end of file diff --git a/stable/rdesktop/5.0.142/app-readme.md b/stable/rdesktop/5.0.143/app-readme.md similarity index 100% rename from stable/rdesktop/5.0.142/app-readme.md rename to stable/rdesktop/5.0.143/app-readme.md diff --git a/stable/rdesktop/5.0.142/charts/common-14.3.5.tgz b/stable/rdesktop/5.0.143/charts/common-14.3.5.tgz similarity index 100% rename from stable/rdesktop/5.0.142/charts/common-14.3.5.tgz rename to stable/rdesktop/5.0.143/charts/common-14.3.5.tgz diff --git a/stable/rdesktop/5.0.142/ix_values.yaml b/stable/rdesktop/5.0.143/ix_values.yaml similarity index 68% rename from stable/rdesktop/5.0.142/ix_values.yaml rename to stable/rdesktop/5.0.143/ix_values.yaml index 024706c61ae..3d8aad501e4 100644 --- a/stable/rdesktop/5.0.142/ix_values.yaml +++ b/stable/rdesktop/5.0.143/ix_values.yaml @@ -1,14 +1,14 @@ image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/rdesktop - tag: latest@sha256:8c80bc322a8996ed464f0bf6dd397691359b89ad05c8c08fb4f352be835a8004 + tag: latest@sha256:18ed31c3d1738f8c660adad92583396ad1199a3bf60633454d976d49cfb72067 ubuntuXFCEImage: repository: tccr.io/truecharts/rdesktop-ubuntu-xfce - tag: latest@sha256:291d4e2582c6f25c12933f6a54885a4aaee33264fef197bad693b646751e6b7f + tag: latest@sha256:444ccd1437b950cab78b9958360ec29aac9001777c2bdd0a5fde702be371a0fe pullPolicy: Always fedoraXFCEImage: repository: tccr.io/truecharts/rdesktop-fedora-xfce - tag: latest@sha256:cbcfe4f7881505e880016528be3ec8ffc4a0bce5df9515753b2bb7e574ad3a27 + tag: latest@sha256:fc29d3ec6a95476d1b3dc0d1ef1e46cd2b38a3fe29a3cd005e25a9c8bb163cc8 pullPolicy: Always archXFCEImage: repository: tccr.io/truecharts/rdesktop-arch-xfce @@ -16,15 +16,15 @@ archXFCEImage: pullPolicy: Always alpineKDEImage: repository: tccr.io/truecharts/rdesktop-alpine-kde - tag: latest@sha256:dad4372af68808e2354848198ab6af1f247ff5efb13dfc561b3d2632a5f80aeb + tag: latest@sha256:4fb5ae74678b46db4a0403c084d6197367260621fecf2b9bd82a90a106df2eea pullPolicy: Always ubuntuKDEImage: repository: tccr.io/truecharts/rdesktop-ubuntu-kde - tag: latest@sha256:321300e6e82ee54bccecbb619334d7b51a6f9df229673b1984195cfd24c4a4d0 + tag: latest@sha256:ddb2865e6b8b845d61183417c394ba83f4f03ea3625fdefc477b7f799cb7d87a pullPolicy: Always fedoraKDEImage: repository: tccr.io/truecharts/rdesktop-fedora-kde - tag: latest@sha256:5836d8393696778f941458fb2efabf8a420cfac6698b272b9187d801c3516d94 + tag: latest@sha256:aa0462e08b1799620b8062fadc6f2d1a12e38a38dba47cf3d94ad8523ba46c1b pullPolicy: Always archKDEImage: repository: tccr.io/truecharts/rdesktop-arch-kde @@ -32,15 +32,15 @@ archKDEImage: pullPolicy: Always alpineMATEImage: repository: tccr.io/truecharts/rdesktop-alpine-mate - tag: latest@sha256:ea2d50d4413a908504846c7253fd41015b24fd4bfc25ac9f53a36dded1e178d6 + tag: latest@sha256:0065b6b049e071e0ae67ac74cf8a68fde33d575b27ddd4076b7810e7885de78f pullPolicy: Always ubuntuMATEImage: repository: tccr.io/truecharts/rdesktop-ubuntu-mate - tag: latest@sha256:4c830ec0029646bc3f7c2bf95859d09d81073036347b87e9430b57260ba01ed6 + tag: latest@sha256:5543736f957a5016d20820f165bab3104e938e1945b3df961be95612e7db2106 pullPolicy: Always fedoraMATEImage: repository: tccr.io/truecharts/rdesktop-fedora-mate - tag: latest@sha256:1283b62350d2b047e0103a7c7c159747a49ac524c2a38f487c7d6da8e4c8c64e + tag: latest@sha256:1fa027cf8246fbbb6ee612c208c683979068e4abe74869e2cdd83df8beb4f486 pullPolicy: Always archMATEImage: repository: tccr.io/truecharts/rdesktop-arch-mate @@ -48,15 +48,15 @@ archMATEImage: pullPolicy: Always alpineI3Image: repository: tccr.io/truecharts/rdesktop-alpine-i3 - tag: latest@sha256:3cbce64d97a44ec165a9d6adae7cddbdfc3c3e8c380464b684a38edbe3c13f3c + tag: latest@sha256:b391fddd79eb5411d1ff5a60b22acce96b39016880a4044db7d62235d3f01416 pullPolicy: Always ubuntuI3Image: repository: tccr.io/truecharts/rdesktop-ubuntu-i3 - tag: latest@sha256:34167af68113c0eb725a99073532d82f6f1d473af7770d5347764c72421888de + tag: latest@sha256:8fbc8207d53f40f697fcc8e1c5bc8428a1eec405098b2a7fc0dba7995179c643 pullPolicy: Always fedoraI3Image: repository: tccr.io/truecharts/rdesktop-fedora-i3 - tag: latest@sha256:72e6b90b50876f31396f8dd30556b3174d77a9747262a062800ef49ca91329f5 + tag: latest@sha256:0e018d67848b32481a60e8389816faf63b0ca74344c326f7ae7d74401215bf68 pullPolicy: Always archI3Image: repository: tccr.io/truecharts/rdesktop-arch-i3 @@ -64,15 +64,15 @@ archI3Image: pullPolicy: Always alpineOpenBoxImage: repository: tccr.io/truecharts/rdesktop-alpine-openbox - tag: latest@sha256:13b3ca1a7a1ea9bd1c74d8ad8cf1ecbe597d67324a674a8a6a9d1b3cec64255d + tag: latest@sha256:86fae9f2120e7c02a95afc632f63c67665cf4ab83a899d21700753c562c20bc7 pullPolicy: Always ubuntuOpenBoxImage: repository: tccr.io/truecharts/rdesktop-ubuntu-openbox - tag: latest@sha256:d19bb7c8b3a7432cc7f8dd75e3ddc47caa53823d62bcdc49fcbe9e49263e7ffc + tag: latest@sha256:7a609e86c39eb1ebf91a91617626bf63fbdcaa73776e59cc0d13499c63899b4d pullPolicy: Always fedoraOpenBoxImage: repository: tccr.io/truecharts/rdesktop-fedora-openbox - tag: latest@sha256:84304300d80abeb019bee74bad6136267e9231c348cd0b3cff378871c99e2843 + tag: latest@sha256:9569d0e8873dfcf221dfe5c4b84c42467dd43cea8af52868987617be1461b963 pullPolicy: Always archOpenBoxImage: repository: tccr.io/truecharts/rdesktop-arch-openbox @@ -84,11 +84,11 @@ alpineICEWMImage: pullPolicy: Always ubuntuICEWMImage: repository: tccr.io/truecharts/rdesktop-ubuntu-icewm - tag: latest@sha256:20a43fcd3451c07a959c5672a9e4dbbcb9ab77d4216a0d21ae464c7d66336e86 + tag: latest@sha256:f5429202dd5ed58191f4fbeab2c6e9fd877aff66857716c8516c14ae245a53be pullPolicy: Always fedoraICEWMImage: repository: tccr.io/truecharts/rdesktop-fedora-icewm - tag: latest@sha256:6eb72634bc604fe8099ecb618d51855cc53f1081da9fc3257f20a5b7dd497592 + tag: latest@sha256:40a04bb54bf87ddd2bb53bb7d0aaa9f4c689568a79930f464fa982439230a1c7 pullPolicy: Always archICEWMImage: repository: tccr.io/truecharts/rdesktop-arch-icewm diff --git a/stable/rdesktop/5.0.142/questions.yaml b/stable/rdesktop/5.0.143/questions.yaml similarity index 91% rename from stable/rdesktop/5.0.142/questions.yaml rename to stable/rdesktop/5.0.143/questions.yaml index 589bc9ad70b..0a788713783 100644 --- a/stable/rdesktop/5.0.142/questions.yaml +++ b/stable/rdesktop/5.0.143/questions.yaml @@ -675,6 +675,99 @@ questions: show_if: [["type", "=", "pvc"]] type: string default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" - variable: persistenceList label: Additional App Storage group: Storage and Persistence @@ -795,6 +888,99 @@ questions: show_if: [["type", "=", "pvc"]] type: string default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" - variable: ingress label: "" group: Ingress diff --git a/stable/rdesktop/5.0.142/templates/NOTES.txt b/stable/rdesktop/5.0.143/templates/NOTES.txt similarity index 100% rename from stable/rdesktop/5.0.142/templates/NOTES.txt rename to stable/rdesktop/5.0.143/templates/NOTES.txt diff --git a/stable/rdesktop/5.0.142/templates/common.yaml b/stable/rdesktop/5.0.143/templates/common.yaml similarity index 100% rename from stable/rdesktop/5.0.142/templates/common.yaml rename to stable/rdesktop/5.0.143/templates/common.yaml diff --git a/stable/rdesktop/5.0.142/values.yaml b/stable/rdesktop/5.0.143/values.yaml similarity index 100% rename from stable/rdesktop/5.0.142/values.yaml rename to stable/rdesktop/5.0.143/values.yaml