From 7a9a59302fbc7ff20b9e19bffff7a3fe8a13f2dc Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 14 Nov 2023 08:49:50 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/immich/8.1.35/app-changelog.md | 9 - stable/immich/{8.1.35 => 8.1.36}/CHANGELOG.md | 18 +- stable/immich/{8.1.35 => 8.1.36}/Chart.yaml | 2 +- stable/immich/{8.1.35 => 8.1.36}/LICENSE | 0 stable/immich/{8.1.35 => 8.1.36}/README.md | 0 stable/immich/8.1.36/app-changelog.md | 9 + .../immich/{8.1.35 => 8.1.36}/app-readme.md | 0 .../charts/common-14.3.5.tgz | Bin .../charts/redis-6.0.66.tgz | Bin .../immich/{8.1.35 => 8.1.36}/ix_values.yaml | 4 +- .../immich/{8.1.35 => 8.1.36}/questions.yaml | 653 +++++++++++++++++- .../{8.1.35 => 8.1.36}/templates/NOTES.txt | 0 .../{8.1.35 => 8.1.36}/templates/_config.tpl | 0 .../templates/_machinelearning.tpl | 0 .../templates/_microservices.tpl | 0 .../{8.1.35 => 8.1.36}/templates/_proxy.tpl | 0 .../{8.1.35 => 8.1.36}/templates/_server.tpl | 0 .../templates/_typesense.tpl | 0 .../{8.1.35 => 8.1.36}/templates/_wait.tpl | 0 .../{8.1.35 => 8.1.36}/templates/_web.tpl | 0 .../{8.1.35 => 8.1.36}/templates/common.yaml | 0 stable/immich/{8.1.35 => 8.1.36}/values.yaml | 0 22 files changed, 673 insertions(+), 22 deletions(-) delete mode 100644 stable/immich/8.1.35/app-changelog.md rename stable/immich/{8.1.35 => 8.1.36}/CHANGELOG.md (89%) rename stable/immich/{8.1.35 => 8.1.36}/Chart.yaml (98%) rename stable/immich/{8.1.35 => 8.1.36}/LICENSE (100%) rename stable/immich/{8.1.35 => 8.1.36}/README.md (100%) create mode 100644 stable/immich/8.1.36/app-changelog.md rename stable/immich/{8.1.35 => 8.1.36}/app-readme.md (100%) rename stable/immich/{8.1.35 => 8.1.36}/charts/common-14.3.5.tgz (100%) rename stable/immich/{8.1.35 => 8.1.36}/charts/redis-6.0.66.tgz (100%) rename stable/immich/{8.1.35 => 8.1.36}/ix_values.yaml (95%) rename stable/immich/{8.1.35 => 8.1.36}/questions.yaml (79%) rename stable/immich/{8.1.35 => 8.1.36}/templates/NOTES.txt (100%) rename stable/immich/{8.1.35 => 8.1.36}/templates/_config.tpl (100%) rename stable/immich/{8.1.35 => 8.1.36}/templates/_machinelearning.tpl (100%) rename stable/immich/{8.1.35 => 8.1.36}/templates/_microservices.tpl (100%) rename stable/immich/{8.1.35 => 8.1.36}/templates/_proxy.tpl (100%) rename stable/immich/{8.1.35 => 8.1.36}/templates/_server.tpl (100%) rename stable/immich/{8.1.35 => 8.1.36}/templates/_typesense.tpl (100%) rename stable/immich/{8.1.35 => 8.1.36}/templates/_wait.tpl (100%) rename stable/immich/{8.1.35 => 8.1.36}/templates/_web.tpl (100%) rename stable/immich/{8.1.35 => 8.1.36}/templates/common.yaml (100%) rename stable/immich/{8.1.35 => 8.1.36}/values.yaml (100%) diff --git a/stable/immich/8.1.35/app-changelog.md b/stable/immich/8.1.35/app-changelog.md deleted file mode 100644 index 9b33ca5bf0..0000000000 --- a/stable/immich/8.1.35/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [immich-8.1.35](https://github.com/truecharts/charts/compare/immich-8.1.34...immich-8.1.35) (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/immich/8.1.35/CHANGELOG.md b/stable/immich/8.1.36/CHANGELOG.md similarity index 89% rename from stable/immich/8.1.35/CHANGELOG.md rename to stable/immich/8.1.36/CHANGELOG.md index f0175fecd2..2d08397d81 100644 --- a/stable/immich/8.1.35/CHANGELOG.md +++ b/stable/immich/8.1.36/CHANGELOG.md @@ -4,6 +4,15 @@ +## [immich-8.1.36](https://github.com/truecharts/charts/compare/immich-8.1.35...immich-8.1.36) (2023-11-14) + +### Chore + +- update immich to v1.86.0 (minor) ([#14642](https://github.com/truecharts/charts/issues/14642)) + + + + ## [immich-8.1.35](https://github.com/truecharts/charts/compare/immich-8.1.34...immich-8.1.35) (2023-11-08) ### Chore @@ -88,12 +97,3 @@ ## [immich-8.1.26](https://github.com/truecharts/charts/compare/immich-8.1.25...immich-8.1.26) (2023-10-18) -### Chore - -- update immich to v1.82.1 (minor) ([#13755](https://github.com/truecharts/charts/issues/13755)) - - run precocmit ([#13387](https://github.com/truecharts/charts/issues/13387)) - - - - -## [immich-8.1.25](https://github.com/truecharts/charts/compare/immich-8.1.24...immich-8.1.25) (2023-10-07) diff --git a/stable/immich/8.1.35/Chart.yaml b/stable/immich/8.1.36/Chart.yaml similarity index 98% rename from stable/immich/8.1.35/Chart.yaml rename to stable/immich/8.1.36/Chart.yaml index ecf36e4c6d..2833bfb4fc 100644 --- a/stable/immich/8.1.35/Chart.yaml +++ b/stable/immich/8.1.36/Chart.yaml @@ -22,7 +22,7 @@ name: immich sources: - https://github.com/truecharts/charts/tree/master/charts/stable/immich - https://github.com/immich-app/immich -version: 8.1.35 +version: 8.1.36 annotations: truecharts.org/category: media truecharts.org/SCALE-support: "true" diff --git a/stable/immich/8.1.35/LICENSE b/stable/immich/8.1.36/LICENSE similarity index 100% rename from stable/immich/8.1.35/LICENSE rename to stable/immich/8.1.36/LICENSE diff --git a/stable/immich/8.1.35/README.md b/stable/immich/8.1.36/README.md similarity index 100% rename from stable/immich/8.1.35/README.md rename to stable/immich/8.1.36/README.md diff --git a/stable/immich/8.1.36/app-changelog.md b/stable/immich/8.1.36/app-changelog.md new file mode 100644 index 0000000000..697fbf1534 --- /dev/null +++ b/stable/immich/8.1.36/app-changelog.md @@ -0,0 +1,9 @@ + + +## [immich-8.1.36](https://github.com/truecharts/charts/compare/immich-8.1.35...immich-8.1.36) (2023-11-14) + +### Chore + +- update immich to v1.86.0 (minor) ([#14642](https://github.com/truecharts/charts/issues/14642)) + + \ No newline at end of file diff --git a/stable/immich/8.1.35/app-readme.md b/stable/immich/8.1.36/app-readme.md similarity index 100% rename from stable/immich/8.1.35/app-readme.md rename to stable/immich/8.1.36/app-readme.md diff --git a/stable/immich/8.1.35/charts/common-14.3.5.tgz b/stable/immich/8.1.36/charts/common-14.3.5.tgz similarity index 100% rename from stable/immich/8.1.35/charts/common-14.3.5.tgz rename to stable/immich/8.1.36/charts/common-14.3.5.tgz diff --git a/stable/immich/8.1.35/charts/redis-6.0.66.tgz b/stable/immich/8.1.36/charts/redis-6.0.66.tgz similarity index 100% rename from stable/immich/8.1.35/charts/redis-6.0.66.tgz rename to stable/immich/8.1.36/charts/redis-6.0.66.tgz diff --git a/stable/immich/8.1.35/ix_values.yaml b/stable/immich/8.1.36/ix_values.yaml similarity index 95% rename from stable/immich/8.1.35/ix_values.yaml rename to stable/immich/8.1.36/ix_values.yaml index 7e9cc7f3bf..3c61258264 100644 --- a/stable/immich/8.1.35/ix_values.yaml +++ b/stable/immich/8.1.36/ix_values.yaml @@ -4,7 +4,7 @@ image: pullPolicy: IfNotPresent mlImage: repository: tccr.io/truecharts/immich-ml - tag: v1.85.0@sha256:7e24e27c46e3bcc8e49ed497a55beacf882a0025af8d0b1284f4358e64c327c5 + tag: v1.86.0@sha256:9b335bed2347348ac560eac635704bdc8ef54b20dc09ac394d42439b9fb811d0 pullPolicy: IfNotPresent webImage: repository: tccr.io/truecharts/immich-web @@ -12,7 +12,7 @@ webImage: pullPolicy: IfNotPresent proxyImage: repository: tccr.io/truecharts/immich-proxy - tag: v1.85.0@sha256:90709e0f5b64309507fd53e843e584e38d16e14a1cae344605d3b8901d95261b + tag: v1.86.0@sha256:172edfda6d74f8911f48e23b4459ca64b868e5957b7e8640c9139da2520f4062 pullPolicy: IfNotPresent typesenseImage: repository: tccr.io/truecharts/immich-typesense diff --git a/stable/immich/8.1.35/questions.yaml b/stable/immich/8.1.36/questions.yaml similarity index 79% rename from stable/immich/8.1.35/questions.yaml rename to stable/immich/8.1.36/questions.yaml index 189b14fe69..f592e07463 100644 --- a/stable/immich/8.1.35/questions.yaml +++ b/stable/immich/8.1.36/questions.yaml @@ -655,6 +655,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: uploads label: App Uploads Storage description: Temporary location for WebUI and mobile app uploads for images/videos that still need to be processed and eventually imported into the library storage. @@ -756,6 +849,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: thumbs label: App Thumbnails Storage description: Stores the Application Thumbnails. @@ -857,6 +1043,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: profile label: App Profiles Storage description: Stores the Application Profiles. @@ -958,6 +1237,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: video label: App Encoded Video Storage description: Stores the Encoded Videos. @@ -1059,6 +1431,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: externallibrary label: App External Library Storage description: Stores the External Library. @@ -1160,6 +1625,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 @@ -1280,6 +1838,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 @@ -1322,7 +1973,7 @@ questions: label: Paths schema: type: list - default: [] + default: [{path: "/", pathType: "Prefix"}] items: - variable: pathEntry label: Host diff --git a/stable/immich/8.1.35/templates/NOTES.txt b/stable/immich/8.1.36/templates/NOTES.txt similarity index 100% rename from stable/immich/8.1.35/templates/NOTES.txt rename to stable/immich/8.1.36/templates/NOTES.txt diff --git a/stable/immich/8.1.35/templates/_config.tpl b/stable/immich/8.1.36/templates/_config.tpl similarity index 100% rename from stable/immich/8.1.35/templates/_config.tpl rename to stable/immich/8.1.36/templates/_config.tpl diff --git a/stable/immich/8.1.35/templates/_machinelearning.tpl b/stable/immich/8.1.36/templates/_machinelearning.tpl similarity index 100% rename from stable/immich/8.1.35/templates/_machinelearning.tpl rename to stable/immich/8.1.36/templates/_machinelearning.tpl diff --git a/stable/immich/8.1.35/templates/_microservices.tpl b/stable/immich/8.1.36/templates/_microservices.tpl similarity index 100% rename from stable/immich/8.1.35/templates/_microservices.tpl rename to stable/immich/8.1.36/templates/_microservices.tpl diff --git a/stable/immich/8.1.35/templates/_proxy.tpl b/stable/immich/8.1.36/templates/_proxy.tpl similarity index 100% rename from stable/immich/8.1.35/templates/_proxy.tpl rename to stable/immich/8.1.36/templates/_proxy.tpl diff --git a/stable/immich/8.1.35/templates/_server.tpl b/stable/immich/8.1.36/templates/_server.tpl similarity index 100% rename from stable/immich/8.1.35/templates/_server.tpl rename to stable/immich/8.1.36/templates/_server.tpl diff --git a/stable/immich/8.1.35/templates/_typesense.tpl b/stable/immich/8.1.36/templates/_typesense.tpl similarity index 100% rename from stable/immich/8.1.35/templates/_typesense.tpl rename to stable/immich/8.1.36/templates/_typesense.tpl diff --git a/stable/immich/8.1.35/templates/_wait.tpl b/stable/immich/8.1.36/templates/_wait.tpl similarity index 100% rename from stable/immich/8.1.35/templates/_wait.tpl rename to stable/immich/8.1.36/templates/_wait.tpl diff --git a/stable/immich/8.1.35/templates/_web.tpl b/stable/immich/8.1.36/templates/_web.tpl similarity index 100% rename from stable/immich/8.1.35/templates/_web.tpl rename to stable/immich/8.1.36/templates/_web.tpl diff --git a/stable/immich/8.1.35/templates/common.yaml b/stable/immich/8.1.36/templates/common.yaml similarity index 100% rename from stable/immich/8.1.35/templates/common.yaml rename to stable/immich/8.1.36/templates/common.yaml diff --git a/stable/immich/8.1.35/values.yaml b/stable/immich/8.1.36/values.yaml similarity index 100% rename from stable/immich/8.1.35/values.yaml rename to stable/immich/8.1.36/values.yaml