File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ controllers:
88 main :
99 containers :
1010 main :
11- image :
12- tag : v2.0.0 # Default Immich version, update as needed
1311 env :
1412 # Database connection (CloudNativePG with pgvector/vectorchord)
1513 DB_HOSTNAME : " immich-database-rw.cloudnative-pg.svc.cluster.local"
@@ -69,6 +67,7 @@ server:
6967 main :
7068 image :
7169 repository : ghcr.io/immich-app/immich-server
70+ tag : v2.1.0 # renovate: datasource=docker depName=ghcr.io/immich-app/immich-server
7271 pullPolicy : IfNotPresent
7372 resources :
7473 requests :
@@ -115,6 +114,7 @@ machine-learning:
115114 main :
116115 image :
117116 repository : ghcr.io/immich-app/immich-machine-learning
117+ tag : v2.1.0 # renovate: datasource=docker depName=ghcr.io/immich-app/immich-machine-learning
118118 pullPolicy : IfNotPresent
119119 env :
120120 TRANSFORMERS_CACHE : /cache
You can’t perform that action at this time.
0 commit comments