Skip to content
Open
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 gitops/immich/immich-ml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: immich-machine-learning
image: ghcr.io/immich-app/immich-machine-learning:v2.7.5
image: ghcr.io/immich-app/immich-machine-learning:v3.0.2
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3003
Expand Down
2 changes: 1 addition & 1 deletion gitops/immich/immich-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
automountServiceAccountToken: true
containers:
- name: main
image: ghcr.io/immich-app/immich-server:v2.7.5
image: ghcr.io/immich-app/immich-server:v3.0.2
imagePullPolicy: IfNotPresent
ports:
- containerPort: 2283
Expand Down