From d9c3ad87a8be70ed1ade1de5617c4c9d05809ca3 Mon Sep 17 00:00:00 2001 From: Martin Morset <41419288+martimors@users.noreply.github.com> Date: Thu, 3 Oct 2024 20:37:15 +0200 Subject: [PATCH] chore: bump bitnami/postgresql dependency version (#124) Co-authored-by: Martin Morset Co-authored-by: bo0tzz --- charts/immich/Chart.yaml | 4 ++-- charts/immich/templates/server.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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