Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(container): update immich group ( v1.125.6 → v1.125.7 ) [main] (patch) #1265

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

drag0n141-bot[bot]
Copy link
Contributor

@drag0n141-bot drag0n141-bot bot commented Jan 29, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/immich-app/immich-machine-learning patch v1.125.6 -> v1.125.7
ghcr.io/immich-app/immich-server patch v1.125.6 -> v1.125.7

Release Notes

immich-app/immich (ghcr.io/immich-app/immich-machine-learning)

v1.125.7

Compare Source

What's Changed
🌟 Enhancements
🐛 Bug fixes
🌐 Translations
New Contributors

Full Changelog: immich-app/immich@v1.125.6...v1.125.7


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.

@drag0n141-bot
Copy link
Contributor Author

drag0n141-bot bot commented Jan 29, 2025

--- kubernetes/main/apps/default/immich/app Kustomization: default/immich-server HelmRelease: default/immich-server

+++ kubernetes/main/apps/default/immich/app Kustomization: default/immich-server HelmRelease: default/immich-server

@@ -33,13 +33,13 @@

             - configMapRef:
                 name: immich-configmap
             - secretRef:
                 name: immich-secret
             image:
               repository: ghcr.io/immich-app/immich-server
-              tag: v1.125.6@sha256:07e45e10be9539f04dd3a819286b5b308b08142eeff7bc58a89bf21d97237d55
+              tag: v1.125.7@sha256:217cddb1e0fa3f4878e1573fe1fd4b9dc24f737015cc5c917910787a5ec0f85e
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 5
--- kubernetes/main/apps/default/immich/machine-learning Kustomization: default/immich-machine-learning HelmRelease: default/immich-machine-learning

+++ kubernetes/main/apps/default/immich/machine-learning Kustomization: default/immich-machine-learning HelmRelease: default/immich-machine-learning

@@ -31,13 +31,13 @@

             - configMapRef:
                 name: immich-configmap
             - secretRef:
                 name: immich-secret
             image:
               repository: ghcr.io/immich-app/immich-machine-learning
-              tag: v1.125.6@sha256:0ca72dae460b7fd2dbd0ca146fdddfd26b1c1af783f37659c2f1bdd546fdf1e4
+              tag: v1.125.7@sha256:5a7bac207c5be17bbe775fdca2fef7ec6635400180ae79cc7a41659cef2c05b0
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 5
--- kubernetes/main/apps/default/immich/microservices Kustomization: default/immich-microservices HelmRelease: default/immich-microservices

+++ kubernetes/main/apps/default/immich/microservices Kustomization: default/immich-microservices HelmRelease: default/immich-microservices

@@ -32,13 +32,13 @@

             - configMapRef:
                 name: immich-configmap
             - secretRef:
                 name: immich-secret
             image:
               repository: ghcr.io/immich-app/immich-server
-              tag: v1.125.6@sha256:07e45e10be9539f04dd3a819286b5b308b08142eeff7bc58a89bf21d97237d55
+              tag: v1.125.7@sha256:217cddb1e0fa3f4878e1573fe1fd4b9dc24f737015cc5c917910787a5ec0f85e
             resources:
               limits:
                 gpu.intel.com/i915: 1
                 memory: 8000Mi
               requests:
                 cpu: 10m

@drag0n141-bot
Copy link
Contributor Author

drag0n141-bot bot commented Jan 29, 2025

--- HelmRelease: default/immich-microservices Deployment: default/immich-microservices

+++ HelmRelease: default/immich-microservices Deployment: default/immich-microservices

@@ -55,13 +55,13 @@

           value: ${TIMEZONE}
         envFrom:
         - configMapRef:
             name: immich-configmap
         - secretRef:
             name: immich-secret
-        image: ghcr.io/immich-app/immich-server:v1.125.6@sha256:07e45e10be9539f04dd3a819286b5b308b08142eeff7bc58a89bf21d97237d55
+        image: ghcr.io/immich-app/immich-server:v1.125.7@sha256:217cddb1e0fa3f4878e1573fe1fd4b9dc24f737015cc5c917910787a5ec0f85e
         name: app
         resources:
           limits:
             gpu.intel.com/i915: 1
             memory: 8000Mi
           requests:
--- HelmRelease: default/immich-machine-learning Deployment: default/immich-machine-learning

+++ HelmRelease: default/immich-machine-learning Deployment: default/immich-machine-learning

@@ -49,13 +49,13 @@

           value: ${TIMEZONE}
         envFrom:
         - configMapRef:
             name: immich-configmap
         - secretRef:
             name: immich-secret
-        image: ghcr.io/immich-app/immich-machine-learning:v1.125.6@sha256:0ca72dae460b7fd2dbd0ca146fdddfd26b1c1af783f37659c2f1bdd546fdf1e4
+        image: ghcr.io/immich-app/immich-machine-learning:v1.125.7@sha256:5a7bac207c5be17bbe775fdca2fef7ec6635400180ae79cc7a41659cef2c05b0
         livenessProbe:
           failureThreshold: 5
           httpGet:
             path: /ping
             port: 3003
           initialDelaySeconds: 0
--- HelmRelease: default/immich-server Deployment: default/immich-server

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

@@ -53,13 +53,13 @@

           value: null
         envFrom:
         - configMapRef:
             name: immich-configmap
         - secretRef:
             name: immich-secret
-        image: ghcr.io/immich-app/immich-server:v1.125.6@sha256:07e45e10be9539f04dd3a819286b5b308b08142eeff7bc58a89bf21d97237d55
+        image: ghcr.io/immich-app/immich-server:v1.125.7@sha256:217cddb1e0fa3f4878e1573fe1fd4b9dc24f737015cc5c917910787a5ec0f85e
         livenessProbe:
           failureThreshold: 5
           httpGet:
             path: /server-info/ping
             port: 2283
           initialDelaySeconds: 0

@drag0n141-bot drag0n141-bot bot force-pushed the renovate/main-patch-immich branch from 00aab35 to bb0c37b Compare January 29, 2025 21:06
@drag0n141-bot drag0n141-bot bot force-pushed the renovate/main-patch-immich branch from bb0c37b to eeee6c8 Compare January 30, 2025 10:06
@drag0n141 drag0n141 merged commit a23a8e3 into master Jan 30, 2025
9 checks passed
@drag0n141 drag0n141 deleted the renovate/main-patch-immich branch January 30, 2025 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant