Skip to content

Commit

Permalink
chore: bump bitnami/postgresql dependency version (#124)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Morset <[email protected]>
Co-authored-by: bo0tzz <[email protected]>
  • Loading branch information
3 people authored Oct 3, 2024
1 parent 31a0787 commit d9c3ad8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/immich/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: A chart to power Immich (immich.app) running on kubernetes
name: immich
version: 0.7.2
version: 0.8.0
appVersion: v1.106.1
home: https://immich.app/
icon: https://raw.githubusercontent.com/immich-app/immich/main/design/immich-logo.svg
Expand All @@ -21,7 +21,7 @@ dependencies:
- name: postgresql
condition: postgresql.enabled
repository: https://charts.bitnami.com/bitnami
version: 13.2.24
version: 16.0.0
- name: redis
condition: redis.enabled
repository: https://charts.bitnami.com/bitnami
Expand Down
4 changes: 2 additions & 2 deletions charts/immich/templates/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ probes:
custom: true
spec:
httpGet:
path: /api/server-info/ping
path: /api/server/ping
port: http
initialDelaySeconds: 0
periodSeconds: 10
Expand All @@ -63,7 +63,7 @@ probes:
custom: true
spec:
httpGet:
path: /api/server-info/ping
path: /api/server/ping
port: http
initialDelaySeconds: 0
periodSeconds: 10
Expand Down

0 comments on commit d9c3ad8

Please sign in to comment.