Skip to content

Commit

Permalink
chore(deps): update immich to v1.118.0 (minor) (#100)
Browse files Browse the repository at this point in the history
* chore(deps): update immich to v1.118.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Migrate health probe endpoint

* bump chart

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rouke Broersma <[email protected]>
  • Loading branch information
renovate[bot] and rouke-broersma authored Oct 15, 2024
1 parent 7ea4786 commit eb869bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/immich/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: immich
version: 2.4.2
version: 2.5.0

home: https://immich.app
sources:
Expand Down
4 changes: 2 additions & 2 deletions charts/immich/templates/server/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ spec:
failureThreshold: 3
httpGet:
port: http
path: /api/server-info/ping
path: /api/server/ping
readinessProbe:
initialDelaySeconds: 0
timeoutSeconds: 1
periodSeconds: 10
failureThreshold: 3
httpGet:
port: http
path: /api/server-info/ping
path: /api/server/ping
volumeMounts:
- name: library
mountPath: /usr/src/app/upload
Expand Down
4 changes: 2 additions & 2 deletions charts/immich/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ machineLearning:
image:
registry: ghcr.io
repository: immich-app/immich-machine-learning
tag: v1.117.0
tag: v1.118.0
pullPolicy: IfNotPresent

# resources:
Expand All @@ -60,7 +60,7 @@ server:
image:
registry: ghcr.io
repository: immich-app/immich-server
tag: v1.117.0
tag: v1.118.0
pullPolicy: IfNotPresent
podSecurityContext: {}

Expand Down

0 comments on commit eb869bd

Please sign in to comment.