Skip to content

Commit

Permalink
feat(container): update immich group to v1.87.0
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-jeeves[bot] authored and szinn committed Nov 18, 2023
1 parent 2c8154d commit d8f1fd0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
main:
image:
repository: ghcr.io/immich-app/immich-machine-learning
tag: v1.86.0
tag: v1.87.0
envFrom:
- secretRef:
name: immich-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
main:
image:
repository: ghcr.io/immich-app/immich-server
tag: v1.86.0
tag: v1.87.0
command: /bin/sh
args:
- ./start-microservices.sh
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/media/immich/app/proxy/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
main:
image:
repository: ghcr.io/immich-app/immich-proxy
tag: v1.86.0
tag: v1.87.0
envFrom:
- secretRef:
name: immich-secret
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/media/immich/app/server/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
main:
image:
repository: ghcr.io/immich-app/immich-server
tag: v1.86.0
tag: v1.87.0
command: /bin/sh
args:
- ./start-server.sh
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/media/immich/app/web/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
main:
image:
repository: ghcr.io/immich-app/immich-web
tag: v1.86.0
tag: v1.87.0
command: /bin/sh
args:
- ./entrypoint.sh
Expand Down

0 comments on commit d8f1fd0

Please sign in to comment.