Skip to content

Commit

Permalink
Update Immich group to v1.90.1 (#389)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 8, 2023
1 parent fbe6caa commit 8b12e5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cluster/apps/apps/immich/machine-learning/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
# TODO maybe add delay for startupProbe due to model downloads
image:
repository: ghcr.io/immich-app/immich-machine-learning
tag: v1.89.0
tag: v1.90.1
envFrom:
- secretRef:
name: immich
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/apps/immich/microservices/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
values:
image:
repository: ghcr.io/immich-app/immich-server
tag: v1.89.0
tag: v1.90.1
command: /bin/sh
args:
- ./start-microservices.sh
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/apps/immich/server/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
values:
image:
repository: ghcr.io/immich-app/immich-server
tag: v1.89.0
tag: v1.90.1
command: /bin/sh
args:
- ./start-server.sh
Expand Down

0 comments on commit 8b12e5c

Please sign in to comment.