From becf07850156cf5929687d428b2f1464cbe2ac6b Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 16 Aug 2023 21:54:02 +0200 Subject: [PATCH] chore(deps): update immich (minor) (#11331) 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.71.0` -> `v1.73.0` | | [tccr.io/truecharts/immich-proxy](https://togithub.com/truecharts/containers) | minor | `v1.71.0` -> `v1.73.0` | | [tccr.io/truecharts/immich-server](https://togithub.com/truecharts/containers) | minor | `v1.71.0` -> `v1.73.0` | | [tccr.io/truecharts/immich-typesense](https://togithub.com/truecharts/containers) | minor | `v0.24.1` -> `v0.25.0` | | [tccr.io/truecharts/immich-web](https://togithub.com/truecharts/containers) | minor | `v1.71.0` -> `v1.73.0` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] 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 ++-- .../immich/templates/_microservices.tpl | 24 +++++-------------- charts/stable/immich/values.yaml | 10 ++++---- 3 files changed, 13 insertions(+), 25 deletions(-) diff --git a/charts/stable/immich/Chart.yaml b/charts/stable/immich/Chart.yaml index 5cf4df62b55..6c54ca7a06b 100644 --- a/charts/stable/immich/Chart.yaml +++ b/charts/stable/immich/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.71.0" +appVersion: "1.73.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: 8.0.0 +version: 8.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/immich/templates/_microservices.tpl b/charts/stable/immich/templates/_microservices.tpl index 52040d88c31..fef7da011ae 100644 --- a/charts/stable/immich/templates/_microservices.tpl +++ b/charts/stable/immich/templates/_microservices.tpl @@ -29,26 +29,14 @@ podSpec: probes: readiness: enabled: true - type: exec - command: - - /bin/sh - - -c - - | - ps -a | grep -v grep | grep -q microservices + type: tcp + port: '{{ .Values.service.microservices.ports.microservices.port }}' liveness: enabled: true - type: exec - command: - - /bin/sh - - -c - - | - ps -a | grep -v grep | grep -q microservices + type: tcp + port: '{{ .Values.service.microservices.ports.microservices.port }}' startup: enabled: true - type: exec - command: - - /bin/sh - - -c - - | - ps -a | grep -v grep | grep -q microservices + type: tcp + port: '{{ .Values.service.microservices.ports.microservices.port }}' {{- end -}} diff --git a/charts/stable/immich/values.yaml b/charts/stable/immich/values.yaml index b37def40a59..d9229c59ffc 100644 --- a/charts/stable/immich/values.yaml +++ b/charts/stable/immich/values.yaml @@ -1,22 +1,22 @@ image: repository: tccr.io/truecharts/immich-server - tag: v1.71.0@sha256:26f52ccd1b171bab8e306519f1ce8997efee1d6489c7c00e58db3b09c464bc16 + tag: v1.73.0@sha256:dc1c6211e1c9cf8b6da9e4cdb14f425161c712d297d1eb568c16061c7ba9212a pullPolicy: IfNotPresent mlImage: repository: tccr.io/truecharts/immich-ml - tag: v1.71.0@sha256:6b06ff9214b184aaf67f0a789926fd1d061be692d1248ca26fbbee3f53bbbbd7 + tag: v1.73.0@sha256:45a3fba4a08c18bc4f3f46b73b58d9fcb6823596537d5add9ef515562b2f0aad pullPolicy: IfNotPresent webImage: repository: tccr.io/truecharts/immich-web - tag: v1.71.0@sha256:9d794648991f936e0526fff704e188f9ade63f79b6428761264693fb416957fc + tag: v1.73.0@sha256:94637035ab7c5fbe10ae68f3604daeae66df87e80e74f826b8638981dd456d9b pullPolicy: IfNotPresent proxyImage: repository: tccr.io/truecharts/immich-proxy - tag: v1.71.0@sha256:a90b61be4aa92df2050b51772e7572e3f9712b774076033033251daff4e7ec6b + tag: v1.73.0@sha256:c5c197ddf4567ef05fb3ce039490f9c1ce631b93d67d69e1e356cd9fe8522811 pullPolicy: IfNotPresent typesenseImage: repository: tccr.io/truecharts/immich-typesense - tag: v0.24.1@sha256:1e46a13a98670c98b483e0cbbf66f05aa418146e7edf447446ae72f3bb8477ac + tag: v0.25.0@sha256:4599ed9d9f48ef84ae440b403e314cb368a1918166e8aea718cd6038b29c296e pullPolicy: IfNotPresent securityContext: