From 142385ccb46e70f6ea63104451f93ca5e08eae38 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 16 Nov 2023 07:40:48 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/snapdrop/6.0.19/app-changelog.md | 9 - .../snapdrop/{6.0.19 => 6.0.20}/CHANGELOG.md | 18 +- stable/snapdrop/{6.0.19 => 6.0.20}/Chart.yaml | 2 +- stable/snapdrop/{6.0.19 => 6.0.20}/README.md | 0 stable/snapdrop/6.0.20/app-changelog.md | 9 + .../snapdrop/{6.0.19 => 6.0.20}/app-readme.md | 0 .../charts/common-14.3.5.tgz | Bin .../{6.0.19 => 6.0.20}/ix_values.yaml | 2 +- .../{6.0.19 => 6.0.20}/questions.yaml | 188 +++++++++++++++++- .../{6.0.19 => 6.0.20}/templates/NOTES.txt | 0 .../{6.0.19 => 6.0.20}/templates/common.yaml | 0 .../snapdrop/{6.0.19 => 6.0.20}/values.yaml | 0 12 files changed, 207 insertions(+), 21 deletions(-) delete mode 100644 stable/snapdrop/6.0.19/app-changelog.md rename stable/snapdrop/{6.0.19 => 6.0.20}/CHANGELOG.md (91%) rename stable/snapdrop/{6.0.19 => 6.0.20}/Chart.yaml (97%) rename stable/snapdrop/{6.0.19 => 6.0.20}/README.md (100%) create mode 100644 stable/snapdrop/6.0.20/app-changelog.md rename stable/snapdrop/{6.0.19 => 6.0.20}/app-readme.md (100%) rename stable/snapdrop/{6.0.19 => 6.0.20}/charts/common-14.3.5.tgz (100%) rename stable/snapdrop/{6.0.19 => 6.0.20}/ix_values.yaml (81%) rename stable/snapdrop/{6.0.19 => 6.0.20}/questions.yaml (91%) rename stable/snapdrop/{6.0.19 => 6.0.20}/templates/NOTES.txt (100%) rename stable/snapdrop/{6.0.19 => 6.0.20}/templates/common.yaml (100%) rename stable/snapdrop/{6.0.19 => 6.0.20}/values.yaml (100%) diff --git a/stable/snapdrop/6.0.19/app-changelog.md b/stable/snapdrop/6.0.19/app-changelog.md deleted file mode 100644 index 14fcad654b3..00000000000 --- a/stable/snapdrop/6.0.19/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [snapdrop-6.0.19](https://github.com/truecharts/charts/compare/snapdrop-6.0.18...snapdrop-6.0.19) (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/snapdrop/6.0.19/CHANGELOG.md b/stable/snapdrop/6.0.20/CHANGELOG.md similarity index 91% rename from stable/snapdrop/6.0.19/CHANGELOG.md rename to stable/snapdrop/6.0.20/CHANGELOG.md index 6f1e8855bf0..e998a426997 100644 --- a/stable/snapdrop/6.0.19/CHANGELOG.md +++ b/stable/snapdrop/6.0.20/CHANGELOG.md @@ -4,6 +4,15 @@ +## [snapdrop-6.0.20](https://github.com/truecharts/charts/compare/snapdrop-6.0.19...snapdrop-6.0.20) (2023-11-16) + +### Chore + +- update container image tccr.io/truecharts/snapdrop to latest ([#14702](https://github.com/truecharts/charts/issues/14702)) + + + + ## [snapdrop-6.0.19](https://github.com/truecharts/charts/compare/snapdrop-6.0.18...snapdrop-6.0.19) (2023-11-08) ### Chore @@ -88,12 +97,3 @@ ## [snapdrop-6.0.10](https://github.com/truecharts/charts/compare/snapdrop-6.0.9...snapdrop-6.0.10) (2023-10-07) -### Chore - -- update helm general non-major ([#13386](https://github.com/truecharts/charts/issues/13386)) - - - - -## [snapdrop-6.0.9](https://github.com/truecharts/charts/compare/snapdrop-6.0.8...snapdrop-6.0.9) (2023-10-05) - diff --git a/stable/snapdrop/6.0.19/Chart.yaml b/stable/snapdrop/6.0.20/Chart.yaml similarity index 97% rename from stable/snapdrop/6.0.19/Chart.yaml rename to stable/snapdrop/6.0.20/Chart.yaml index e724b451347..531a2398e8c 100644 --- a/stable/snapdrop/6.0.19/Chart.yaml +++ b/stable/snapdrop/6.0.20/Chart.yaml @@ -18,7 +18,7 @@ name: snapdrop sources: - https://github.com/truecharts/charts/tree/master/charts/stable/snapdrop - https://github.com/linuxserver/docker-snapdrop -version: 6.0.19 +version: 6.0.20 annotations: truecharts.org/category: media truecharts.org/SCALE-support: "true" diff --git a/stable/snapdrop/6.0.19/README.md b/stable/snapdrop/6.0.20/README.md similarity index 100% rename from stable/snapdrop/6.0.19/README.md rename to stable/snapdrop/6.0.20/README.md diff --git a/stable/snapdrop/6.0.20/app-changelog.md b/stable/snapdrop/6.0.20/app-changelog.md new file mode 100644 index 00000000000..c51fab1232e --- /dev/null +++ b/stable/snapdrop/6.0.20/app-changelog.md @@ -0,0 +1,9 @@ + + +## [snapdrop-6.0.20](https://github.com/truecharts/charts/compare/snapdrop-6.0.19...snapdrop-6.0.20) (2023-11-16) + +### Chore + +- update container image tccr.io/truecharts/snapdrop to latest ([#14702](https://github.com/truecharts/charts/issues/14702)) + + \ No newline at end of file diff --git a/stable/snapdrop/6.0.19/app-readme.md b/stable/snapdrop/6.0.20/app-readme.md similarity index 100% rename from stable/snapdrop/6.0.19/app-readme.md rename to stable/snapdrop/6.0.20/app-readme.md diff --git a/stable/snapdrop/6.0.19/charts/common-14.3.5.tgz b/stable/snapdrop/6.0.20/charts/common-14.3.5.tgz similarity index 100% rename from stable/snapdrop/6.0.19/charts/common-14.3.5.tgz rename to stable/snapdrop/6.0.20/charts/common-14.3.5.tgz diff --git a/stable/snapdrop/6.0.19/ix_values.yaml b/stable/snapdrop/6.0.20/ix_values.yaml similarity index 81% rename from stable/snapdrop/6.0.19/ix_values.yaml rename to stable/snapdrop/6.0.20/ix_values.yaml index 109000950e7..5fb5b631172 100644 --- a/stable/snapdrop/6.0.19/ix_values.yaml +++ b/stable/snapdrop/6.0.20/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/snapdrop - tag: latest@sha256:aba9ffaa30c883dfd3e416fcb03e6b173bf1e7387eb86a34e7ad28d8b10800e0 + tag: latest@sha256:06ee96b5ed73b0762aae92c95baccba9d45375ea54919135686f214e7023a4e2 pullPolicy: IfNotPresent service: main: diff --git a/stable/snapdrop/6.0.19/questions.yaml b/stable/snapdrop/6.0.20/questions.yaml similarity index 91% rename from stable/snapdrop/6.0.19/questions.yaml rename to stable/snapdrop/6.0.20/questions.yaml index af144ef861e..93d672d03c8 100644 --- a/stable/snapdrop/6.0.19/questions.yaml +++ b/stable/snapdrop/6.0.20/questions.yaml @@ -613,6 +613,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 @@ -733,6 +826,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 @@ -775,7 +961,7 @@ questions: label: Paths schema: type: list - default: [] + default: [{path: "/", pathType: "Prefix"}] items: - variable: pathEntry label: Host diff --git a/stable/snapdrop/6.0.19/templates/NOTES.txt b/stable/snapdrop/6.0.20/templates/NOTES.txt similarity index 100% rename from stable/snapdrop/6.0.19/templates/NOTES.txt rename to stable/snapdrop/6.0.20/templates/NOTES.txt diff --git a/stable/snapdrop/6.0.19/templates/common.yaml b/stable/snapdrop/6.0.20/templates/common.yaml similarity index 100% rename from stable/snapdrop/6.0.19/templates/common.yaml rename to stable/snapdrop/6.0.20/templates/common.yaml diff --git a/stable/snapdrop/6.0.19/values.yaml b/stable/snapdrop/6.0.20/values.yaml similarity index 100% rename from stable/snapdrop/6.0.19/values.yaml rename to stable/snapdrop/6.0.20/values.yaml