Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(container): update oci-image ghcr.io/immich-app/immich-machine-learning to v1 by renovate #27807

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 charts/stable/immich/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ sources:
- https://github.com/immich-app/immich
- https://github.com/truecharts/charts/tree/master/charts/stable/immich
type: application
version: 17.15.2
version: 17.15.3
6 changes: 3 additions & 3 deletions charts/stable/immich/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ image:
mlImage:
repository: ghcr.io/immich-app/immich-machine-learning
pullPolicy: IfNotPresent
tag: v1.118.1@sha256:70698889bf63a60070e781629f370921fb0f2a8fe274c868e86de32f18491346
tag: v1.118.2@sha256:4d89a309fd08a93649f1ae4a7572ae98f09d66b4c1dfb7916b71d31dec7eda38

mlCudaImage:
repository: ghcr.io/immich-app/immich-machine-learning
pullPolicy: IfNotPresent
tag: v1.118.1-cuda@sha256:6d2df6289b3ede2262ab17b9a7891202c71386cb4b0525bf72659b4a4b1b9171
tag: v1.118.2-cuda@sha256:7bb350bf80e26296653df53b3469baed8bb06d50297db876ab0dfe537c006342

mlOpenvinoImage:
repository: ghcr.io/immich-app/immich-machine-learning
pullPolicy: IfNotPresent
tag: v1.118.1-openvino@sha256:7633fad2d0c92b002ec5f2228779da2464f607f6b40383a960503662f0722730
tag: v1.118.2-openvino@sha256:14d0b070968aae9ea1bcff81564f8de2bdfcce07d275828c80bf807f089c2a58

securityContext:
container:
Expand Down
Loading