Skip to content

Commit 924da9a

Browse files
committed
Update values.yaml
1 parent 0318384 commit 924da9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

my-apps/media/immich/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)