Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kubernetes/immich/immich-microservices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
spec:
containers:
- name: immich-microservices
image: ghcr.io/immich-app/immich-server:v2.5.5
image: ghcr.io/immich-app/immich-server:v2.5.6
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/immich/immich-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
spec:
containers:
- name: immich-server
image: ghcr.io/immich-app/immich-server:v2.5.5
image: ghcr.io/immich-app/immich-server:v2.5.6
imagePullPolicy: IfNotPresent
ports:
- containerPort: 2283
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/immich/pre-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: immich-server
image: ghcr.io/immich-app/immich-server:v2.5.5
image: ghcr.io/immich-app/immich-server:v2.5.6
command: ["/bin/sh"]
args: ["-c", "exit 0"]
- name: immich-machine-learning
Expand Down