diff --git a/charts/immich/Chart.yaml b/charts/immich/Chart.yaml index 22e88bd8..e0e25c49 100644 --- a/charts/immich/Chart.yaml +++ b/charts/immich/Chart.yaml @@ -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 @@ -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 diff --git a/charts/immich/templates/server.yaml b/charts/immich/templates/server.yaml index fa2be0aa..7eac12a8 100644 --- a/charts/immich/templates/server.yaml +++ b/charts/immich/templates/server.yaml @@ -51,7 +51,7 @@ probes: custom: true spec: httpGet: - path: /api/server-info/ping + path: /api/server/ping port: http initialDelaySeconds: 0 periodSeconds: 10 @@ -63,7 +63,7 @@ probes: custom: true spec: httpGet: - path: /api/server-info/ping + path: /api/server/ping port: http initialDelaySeconds: 0 periodSeconds: 10