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

feat(container): update immich group to v1.120.1 (minor) #1602

Merged
merged 2 commits into from
Nov 9, 2024
Merged
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
10 changes: 5 additions & 5 deletions kubernetes/main/apps/default/immich/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
main:
image:
repository: ghcr.io/immich-app/immich-server
tag: v1.116.2@sha256:effd3d44202964c5f53af85e0fd0f2ca5287c989a43c4d55ba71133eb148bed3
tag: v1.120.1@sha256:4193f3cc99bb4d99f53007f07d45e2efbcd531f4e81a765470b2cce433f33131
env:
TZ: "${TIMEZONE}"
IMMICH_LOG_LEVEL: verbose
Expand All @@ -53,8 +53,8 @@ spec:
custom: true
spec:
httpGet:
path: /server-info/ping
port: &server-port 3001
path: /api/server/ping
port: &server-port 2283
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
Expand All @@ -77,7 +77,7 @@ spec:
main:
image:
repository: ghcr.io/immich-app/immich-machine-learning
tag: v1.116.2@sha256:60d6d3b7090c664b76adabd00c06674e25c5a91419e374bff4e7cf2ee5dd920a
tag: v1.120.1@sha256:0a5d8d75f026342a56e1065613e565ec40a05f4042dc7fead1dcfd66d539fef3
env:
TZ: "${TIMEZONE}"
probes:
Expand Down Expand Up @@ -136,7 +136,7 @@ spec:
gethomepage.dev/icon: immich.svg
gethomepage.dev/description: Photos
gethomepage.dev/group: Media
gethomepage.dev/siteMonitor: &internalUrl "http://{{ .Release.Name }}.default.svc.cluster.local:3001"
gethomepage.dev/siteMonitor: &internalUrl "http://{{ .Release.Name }}.default.svc.cluster.local:2283"
gethomepage.dev/widget.type: immich
gethomepage.dev/widget.url: *internalUrl
gethomepage.dev/widget.key: "{{ `{{HOMEPAGE_VAR_IMMICH_API_KEY}}` }}"
Expand Down
Loading