rwlove / home-ops

Lovenet Cluster Configuration
https://rwlove.github.io/home-ops/
8 stars 0 forks source link

fix(helm): update chart immich to 0.7.2 #7100

Closed rosey-the-renovator-bot[bot] closed 2 weeks ago

rosey-the-renovator-bot[bot] commented 2 weeks ago

This PR contains the following updates:

Package Update Change
immich (source) patch 0.7.1 -> 0.7.2

Release Notes

immich-app/immich-charts (immich) ### [`v0.7.2`](https://redirect.github.com/immich-app/immich-charts/releases/tag/immich-0.7.2) [Compare Source](https://redirect.github.com/immich-app/immich-charts/compare/immich-0.7.1...immich-0.7.2) A chart to power Immich (immich.app) running on kubernetes

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 this update again.



This PR has been generated by Renovate Bot.

rosey-the-renovator-bot[bot] commented 2 weeks ago
--- kubernetes/main/apps/media/immich/app Kustomization: flux-system/media-immich HelmRelease: media/immich

+++ kubernetes/main/apps/media/immich/app Kustomization: flux-system/media-immich HelmRelease: media/immich

@@ -12,13 +12,13 @@

     spec:
       chart: immich
       sourceRef:
         kind: HelmRepository
         name: immich-charts
         namespace: flux-system
-      version: 0.7.1
+      version: 0.7.2
   interval: 30m
   values:
     env:
       DB_DATABASE_NAME: immich
       DISABLE_REVERSE_GEOCODING: 'false'
       EXTERNAL_PATH: /external
rosey-the-renovator-bot[bot] commented 2 weeks ago
--- HelmRelease: media/immich Deployment: media/immich-server

+++ HelmRelease: media/immich Deployment: media/immich-server

@@ -92,12 +92,20 @@

           httpGet:
             path: /api/server-info/ping
             port: http
           initialDelaySeconds: 0
           periodSeconds: 10
           timeoutSeconds: 1
+        startupProbe:
+          failureThreshold: 30
+          httpGet:
+            path: /api/server-info/ping
+            port: http
+          initialDelaySeconds: 0
+          periodSeconds: 10
+          timeoutSeconds: 1
         resources:
           limits:
             memory: 1800M
           requests:
             cpu: 15m
             memory: 1800M