From 00557481d08cec98f1da3d8b8b070653f73d24ab Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 14 Nov 2023 15:41:51 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/synclounge/6.0.16/app-changelog.md | 9 -- .../{6.0.16 => 6.0.17}/CHANGELOG.md | 18 ++-- .../synclounge/{6.0.16 => 6.0.17}/Chart.yaml | 2 +- .../synclounge/{6.0.16 => 6.0.17}/README.md | 0 stable/synclounge/6.0.17/app-changelog.md | 9 ++ .../{6.0.16 => 6.0.17}/app-readme.md | 0 .../charts/common-14.3.5.tgz | Bin .../{6.0.16 => 6.0.17}/ix_values.yaml | 2 +- .../{6.0.16 => 6.0.17}/questions.yaml | 95 +++++++++++++++++- .../{6.0.16 => 6.0.17}/templates/NOTES.txt | 0 .../{6.0.16 => 6.0.17}/templates/common.yaml | 0 .../synclounge/{6.0.16 => 6.0.17}/values.yaml | 0 12 files changed, 114 insertions(+), 21 deletions(-) delete mode 100644 stable/synclounge/6.0.16/app-changelog.md rename stable/synclounge/{6.0.16 => 6.0.17}/CHANGELOG.md (91%) rename stable/synclounge/{6.0.16 => 6.0.17}/Chart.yaml (98%) rename stable/synclounge/{6.0.16 => 6.0.17}/README.md (100%) create mode 100644 stable/synclounge/6.0.17/app-changelog.md rename stable/synclounge/{6.0.16 => 6.0.17}/app-readme.md (100%) rename stable/synclounge/{6.0.16 => 6.0.17}/charts/common-14.3.5.tgz (100%) rename stable/synclounge/{6.0.16 => 6.0.17}/ix_values.yaml (84%) rename stable/synclounge/{6.0.16 => 6.0.17}/questions.yaml (95%) rename stable/synclounge/{6.0.16 => 6.0.17}/templates/NOTES.txt (100%) rename stable/synclounge/{6.0.16 => 6.0.17}/templates/common.yaml (100%) rename stable/synclounge/{6.0.16 => 6.0.17}/values.yaml (100%) diff --git a/stable/synclounge/6.0.16/app-changelog.md b/stable/synclounge/6.0.16/app-changelog.md deleted file mode 100644 index c90cca0e04..0000000000 --- a/stable/synclounge/6.0.16/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [synclounge-6.0.16](https://github.com/truecharts/charts/compare/synclounge-6.0.15...synclounge-6.0.16) (2023-11-08) - -### Chore - -- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465)) - - \ No newline at end of file diff --git a/stable/synclounge/6.0.16/CHANGELOG.md b/stable/synclounge/6.0.17/CHANGELOG.md similarity index 91% rename from stable/synclounge/6.0.16/CHANGELOG.md rename to stable/synclounge/6.0.17/CHANGELOG.md index 1e3136b4b2..96926594e4 100644 --- a/stable/synclounge/6.0.16/CHANGELOG.md +++ b/stable/synclounge/6.0.17/CHANGELOG.md @@ -4,6 +4,15 @@ +## [synclounge-6.0.17](https://github.com/truecharts/charts/compare/synclounge-6.0.16...synclounge-6.0.17) (2023-11-14) + +### Chore + +- update container image tccr.io/truecharts/synclounge to v5.2.22 ([#14656](https://github.com/truecharts/charts/issues/14656)) + + + + ## [synclounge-6.0.16](https://github.com/truecharts/charts/compare/synclounge-6.0.15...synclounge-6.0.16) (2023-11-08) ### Chore @@ -88,12 +97,3 @@ ## [synclounge-6.0.7](https://github.com/truecharts/charts/compare/synclounge-6.0.6...synclounge-6.0.7) (2023-10-24) -### Chore - -- update container image tccr.io/truecharts/synclounge to v5.2.19 ([#13924](https://github.com/truecharts/charts/issues/13924)) - - - - -## [synclounge-6.0.6](https://github.com/truecharts/charts/compare/synclounge-6.0.5...synclounge-6.0.6) (2023-10-17) - diff --git a/stable/synclounge/6.0.16/Chart.yaml b/stable/synclounge/6.0.17/Chart.yaml similarity index 98% rename from stable/synclounge/6.0.16/Chart.yaml rename to stable/synclounge/6.0.17/Chart.yaml index 330f61fa1e..915ba8de41 100644 --- a/stable/synclounge/6.0.16/Chart.yaml +++ b/stable/synclounge/6.0.17/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: synclounge -version: 6.0.16 +version: 6.0.17 appVersion: "5.2.22" description: Synclounge is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are. type: application diff --git a/stable/synclounge/6.0.16/README.md b/stable/synclounge/6.0.17/README.md similarity index 100% rename from stable/synclounge/6.0.16/README.md rename to stable/synclounge/6.0.17/README.md diff --git a/stable/synclounge/6.0.17/app-changelog.md b/stable/synclounge/6.0.17/app-changelog.md new file mode 100644 index 0000000000..f4744560fc --- /dev/null +++ b/stable/synclounge/6.0.17/app-changelog.md @@ -0,0 +1,9 @@ + + +## [synclounge-6.0.17](https://github.com/truecharts/charts/compare/synclounge-6.0.16...synclounge-6.0.17) (2023-11-14) + +### Chore + +- update container image tccr.io/truecharts/synclounge to v5.2.22 ([#14656](https://github.com/truecharts/charts/issues/14656)) + + \ No newline at end of file diff --git a/stable/synclounge/6.0.16/app-readme.md b/stable/synclounge/6.0.17/app-readme.md similarity index 100% rename from stable/synclounge/6.0.16/app-readme.md rename to stable/synclounge/6.0.17/app-readme.md diff --git a/stable/synclounge/6.0.16/charts/common-14.3.5.tgz b/stable/synclounge/6.0.17/charts/common-14.3.5.tgz similarity index 100% rename from stable/synclounge/6.0.16/charts/common-14.3.5.tgz rename to stable/synclounge/6.0.17/charts/common-14.3.5.tgz diff --git a/stable/synclounge/6.0.16/ix_values.yaml b/stable/synclounge/6.0.17/ix_values.yaml similarity index 84% rename from stable/synclounge/6.0.16/ix_values.yaml rename to stable/synclounge/6.0.17/ix_values.yaml index 8743be8f7a..c0abeafe9f 100644 --- a/stable/synclounge/6.0.16/ix_values.yaml +++ b/stable/synclounge/6.0.17/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/synclounge pullPolicy: IfNotPresent - tag: v5.2.22@sha256:0e6b40138fc00b85eb9e0ba77a4c5280a6d6670d249dd7585e59505e530142da + tag: v5.2.22@sha256:5ecefd8946c611077840dff85481df5bb459a364c4872e1cef7a1577d07e9df8 service: main: ports: diff --git a/stable/synclounge/6.0.16/questions.yaml b/stable/synclounge/6.0.17/questions.yaml similarity index 95% rename from stable/synclounge/6.0.16/questions.yaml rename to stable/synclounge/6.0.17/questions.yaml index 82338842b7..b5e3e3acf2 100644 --- a/stable/synclounge/6.0.16/questions.yaml +++ b/stable/synclounge/6.0.17/questions.yaml @@ -638,6 +638,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 @@ -680,7 +773,7 @@ questions: label: Paths schema: type: list - default: [] + default: [{path: "/", pathType: "Prefix"}] items: - variable: pathEntry label: Host diff --git a/stable/synclounge/6.0.16/templates/NOTES.txt b/stable/synclounge/6.0.17/templates/NOTES.txt similarity index 100% rename from stable/synclounge/6.0.16/templates/NOTES.txt rename to stable/synclounge/6.0.17/templates/NOTES.txt diff --git a/stable/synclounge/6.0.16/templates/common.yaml b/stable/synclounge/6.0.17/templates/common.yaml similarity index 100% rename from stable/synclounge/6.0.16/templates/common.yaml rename to stable/synclounge/6.0.17/templates/common.yaml diff --git a/stable/synclounge/6.0.16/values.yaml b/stable/synclounge/6.0.17/values.yaml similarity index 100% rename from stable/synclounge/6.0.16/values.yaml rename to stable/synclounge/6.0.17/values.yaml