From e36d6077a712caab656b29c4533882b1be493e4b Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 29 May 2023 16:41:00 +0200 Subject: [PATCH] chore(deps): update immich to v1.58.0 (minor) (#9282) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/truecharts/immich-ml](https://togithub.com/truecharts/containers) | minor | `v1.56.2` -> `v1.58.0` | | [tccr.io/truecharts/immich-proxy](https://togithub.com/truecharts/containers) | minor | `v1.56.2` -> `v1.58.0` | | [tccr.io/truecharts/immich-server](https://togithub.com/truecharts/containers) | minor | `v1.56.2` -> `v1.58.0` | | [tccr.io/truecharts/immich-web](https://togithub.com/truecharts/containers) | minor | `v1.56.2` -> `v1.58.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --------- Signed-off-by: TrueCharts-Bot Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/stable/immich/Chart.yaml | 4 ++-- charts/stable/immich/templates/_microservices.tpl | 3 +-- charts/stable/immich/templates/_server.tpl | 3 +-- charts/stable/immich/templates/_web.tpl | 2 -- charts/stable/immich/values.yaml | 8 ++++---- 5 files changed, 8 insertions(+), 12 deletions(-) diff --git a/charts/stable/immich/Chart.yaml b/charts/stable/immich/Chart.yaml index d999b90d0df..fd64104b521 100644 --- a/charts/stable/immich/Chart.yaml +++ b/charts/stable/immich/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.56.2" +appVersion: "1.58.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -22,7 +22,7 @@ name: immich sources: - https://github.com/truecharts/charts/tree/master/charts/stable/immich - https://github.com/immich-app/immich -version: 7.0.6 +version: 7.0.7 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/immich/templates/_microservices.tpl b/charts/stable/immich/templates/_microservices.tpl index 0f8807c9e3f..d9263980916 100644 --- a/charts/stable/immich/templates/_microservices.tpl +++ b/charts/stable/immich/templates/_microservices.tpl @@ -10,8 +10,7 @@ podSpec: enabled: true primary: true imageSelector: image - command: /bin/sh - args: ./start-microservices.sh + args: start-microservices.sh envFrom: - secretRef: name: secret diff --git a/charts/stable/immich/templates/_server.tpl b/charts/stable/immich/templates/_server.tpl index ad193260c2a..1aaa2cc0f81 100644 --- a/charts/stable/immich/templates/_server.tpl +++ b/charts/stable/immich/templates/_server.tpl @@ -2,8 +2,7 @@ enabled: true primary: true imageSelector: image -command: /bin/sh -args: ./start-server.sh +args: start-server.sh envFrom: - configMapRef: name: server-config diff --git a/charts/stable/immich/templates/_web.tpl b/charts/stable/immich/templates/_web.tpl index 09e2ecb8581..3b1bd28d9a7 100644 --- a/charts/stable/immich/templates/_web.tpl +++ b/charts/stable/immich/templates/_web.tpl @@ -11,8 +11,6 @@ podSpec: enabled: true primary: true imageSelector: webImage - command: /bin/sh - args: ./entrypoint.sh envFrom: - configMapRef: name: common-config diff --git a/charts/stable/immich/values.yaml b/charts/stable/immich/values.yaml index 06c9d36fd3f..8c08a6483c7 100644 --- a/charts/stable/immich/values.yaml +++ b/charts/stable/immich/values.yaml @@ -1,18 +1,18 @@ image: repository: tccr.io/truecharts/immich-server - tag: v1.56.2@sha256:c2b7a31782d8919c509cd7c5927e4369202b343fb789ede9dc5e7f1521ba2220 + tag: v1.58.0@sha256:192f1cf04fb60cd00075b37f4a31fcb2ce8327450111e2a24f443903fb4725e8 pullPolicy: IfNotPresent mlImage: repository: tccr.io/truecharts/immich-ml - tag: v1.56.2@sha256:bc97a58e49deb51e335e4e52ca41c0407ff9186781670e0cd743b8e36f994738 + tag: v1.58.0@sha256:b8d121bf3f4d38014d338e4b2566696f08bd7a1ea98c82e3f18573ba03abb06a pullPolicy: IfNotPresent webImage: repository: tccr.io/truecharts/immich-web - tag: v1.56.2@sha256:0379a655a6b0344346a9c1965189519b472d3e86c68ab621a5a2a7b90f43d17e + tag: v1.58.0@sha256:e7eef95bb093572216679b0b173e55e2c25cff6c8b6f2fa8031970e4b274c6f1 pullPolicy: IfNotPresent proxyImage: repository: tccr.io/truecharts/immich-proxy - tag: v1.56.2@sha256:7506f242092e02dfd1b84153835bc7f432822349abed55dd5770fb432c93d465 + tag: v1.58.0@sha256:576855599ce4684efe41f1a2209a04a6ee3f2d20fcbb07f1329581f5861abcb4 pullPolicy: IfNotPresent typesenseImage: repository: tccr.io/truecharts/immich-typesense