home-ops
home-ops copied to clipboard
feat(container): update immich group ( v1.103.1 → v1.105.1 ) (minor)
This PR contains the following updates:
Package | Update | Change |
---|---|---|
ghcr.io/immich-app/immich-machine-learning | minor | v1.103.1 -> v1.105.1 |
ghcr.io/immich-app/immich-server | minor | v1.103.1 -> v1.105.1 |
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.
--- kubernetes/apps/selfhosted/immich/app Kustomization: flux-system/immich HelmRelease: selfhosted/immich-server
+++ kubernetes/apps/selfhosted/immich/app Kustomization: flux-system/immich HelmRelease: selfhosted/immich-server
@@ -60,13 +60,13 @@
SERVER_PORT: 3001
envFrom:
- configMapRef:
name: immich-configmap
image:
repository: ghcr.io/immich-app/immich-server
- tag: v1.103.1
+ tag: v1.105.1
probes:
liveness:
custom: true
enabled: true
spec:
failureThreshold: 3
--- kubernetes/apps/selfhosted/immich/app Kustomization: flux-system/immich HelmRelease: selfhosted/immich-microservices
+++ kubernetes/apps/selfhosted/immich/app Kustomization: flux-system/immich HelmRelease: selfhosted/immich-microservices
@@ -63,13 +63,13 @@
MICROSERVICES_PORT: 3002
envFrom:
- configMapRef:
name: immich-configmap
image:
repository: ghcr.io/immich-app/immich-server
- tag: v1.103.1
+ tag: v1.105.1
resources:
limits:
gpu.intel.com/i915: 1
memory: 8000Mi
requests:
cpu: 100m
--- kubernetes/apps/selfhosted/immich/app Kustomization: flux-system/immich HelmRelease: selfhosted/immich-machine-learning
+++ kubernetes/apps/selfhosted/immich/app Kustomization: flux-system/immich HelmRelease: selfhosted/immich-machine-learning
@@ -46,13 +46,13 @@
MACHINE_LEARNING_CACHE_FOLDER: /cache
MACHINE_LEARNING_HOST: 0.0.0.0
MACHINE_LEARNING_PORT: 3003
TRANSFORMERS_CACHE: /cache
image:
repository: ghcr.io/immich-app/immich-machine-learning
- tag: v1.103.1
+ tag: v1.105.1
resources:
limits:
memory: 3949M
requests:
cpu: 100m
memory: 274M
--- HelmRelease: selfhosted/immich-machine-learning Deployment: selfhosted/immich-machine-learning
+++ HelmRelease: selfhosted/immich-machine-learning Deployment: selfhosted/immich-machine-learning
@@ -50,13 +50,13 @@
- name: MACHINE_LEARNING_HOST
value: 0.0.0.0
- name: MACHINE_LEARNING_PORT
value: '3003'
- name: TRANSFORMERS_CACHE
value: /cache
- image: ghcr.io/immich-app/immich-machine-learning:v1.103.1
+ image: ghcr.io/immich-app/immich-machine-learning:v1.105.1
name: app
resources:
limits:
memory: 3949M
requests:
cpu: 100m
--- HelmRelease: selfhosted/immich-microservices Deployment: selfhosted/immich-microservices
+++ HelmRelease: selfhosted/immich-microservices Deployment: selfhosted/immich-microservices
@@ -71,13 +71,13 @@
value: log
- name: MICROSERVICES_PORT
value: '3002'
envFrom:
- configMapRef:
name: immich-configmap
- image: ghcr.io/immich-app/immich-server:v1.103.1
+ image: ghcr.io/immich-app/immich-server:v1.105.1
name: app
resources:
limits:
gpu.intel.com/i915: 1
memory: 8000Mi
requests:
--- HelmRelease: selfhosted/immich-server Deployment: selfhosted/immich-server
+++ HelmRelease: selfhosted/immich-server Deployment: selfhosted/immich-server
@@ -67,13 +67,13 @@
value: verbose
- name: SERVER_PORT
value: '3001'
envFrom:
- configMapRef:
name: immich-configmap
- image: ghcr.io/immich-app/immich-server:v1.103.1
+ image: ghcr.io/immich-app/immich-server:v1.105.1
livenessProbe:
failureThreshold: 3
httpGet:
path: /api/server-info/ping
port: 3001
initialDelaySeconds: 0