From 8a5ab84dd57e416ee0532a689fbbb65ec11fcb46 Mon Sep 17 00:00:00 2001 From: yodatak Date: Mon, 11 Nov 2024 23:15:10 +0100 Subject: [PATCH] fix(Immich) - Add backup section for v1.120.0 (#28932) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** It fix the backup section missing for 1.120.0 for immich with the introduction of db backup, maybe not a good quality but if needed its here **โš™๏ธ Type of change** - [ ] โš™๏ธ Feature/App addition - [x] ๐Ÿช› Bugfix - [ ] โš ๏ธ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] ๐Ÿ”ƒ Refactor of current code **๐Ÿงช How Has This Been Tested?** Yes on my cluster **โœ”๏ธ Checklist:** - [X ] โš–๏ธ My code follows the style guidelines of this project - [X ] ๐Ÿ‘€ I have performed a self-review of my own code - [X ] #๏ธโƒฃ I have commented my code, particularly in hard-to-understand areas - [ ] ๐Ÿ“„ I have made corresponding changes to the documentation - [ ] โš ๏ธ My changes generate no new warnings - [ ] ๐Ÿงช I have added tests to this description that prove my fix is effective or that my feature works - [ ] โฌ†๏ธ I increased versions for any altered app according to semantic versioning - [x ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` --------- Signed-off-by: yodatak Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/stable/immich/Chart.yaml | 2 +- charts/stable/immich/values.yaml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/charts/stable/immich/Chart.yaml b/charts/stable/immich/Chart.yaml index dc9d3526f71..20a1b84a8e9 100644 --- a/charts/stable/immich/Chart.yaml +++ b/charts/stable/immich/Chart.yaml @@ -40,4 +40,4 @@ sources: - https://github.com/immich-app/immich - https://github.com/truecharts/charts/tree/master/charts/stable/immich type: application -version: 17.23.4 +version: 17.22.5 diff --git a/charts/stable/immich/values.yaml b/charts/stable/immich/values.yaml index 7ff7bffd646..d97539b5d17 100644 --- a/charts/stable/immich/values.yaml +++ b/charts/stable/immich/values.yaml @@ -95,6 +95,15 @@ persistence: main: {} microservices: microservices: {} + backups: + enabled: true + mountPath: /usr/src/app/upload/backups + targetSelector: + # Main pod/container is server + main: + main: {} + microservices: + microservices: {} thumbs: enabled: true mountPath: /usr/src/app/upload/thumbs