From 49fd17811a66243605ae62abf2c6751084198145 Mon Sep 17 00:00:00 2001 From: MartinHell Date: Sun, 15 Feb 2026 17:37:58 +0100 Subject: [PATCH] fix: Revert backend health probe path to /health Bump chart version to 0.2.10 Co-Authored-By: Claude Opus 4.5 --- charts/patchmon/Chart.yaml | 2 +- charts/patchmon/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/patchmon/Chart.yaml b/charts/patchmon/Chart.yaml index 6ea40bb..ea6919d 100644 --- a/charts/patchmon/Chart.yaml +++ b/charts/patchmon/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: patchmon description: PatchMon (backend + frontend) with optional Gateway API, Postgres, and Valkey type: application -version: 0.2.9 +version: 0.2.10 appVersion: "1.4.0" maintainers: diff --git a/charts/patchmon/values.yaml b/charts/patchmon/values.yaml index 9e86324..fc7e3cb 100644 --- a/charts/patchmon/values.yaml +++ b/charts/patchmon/values.yaml @@ -224,7 +224,7 @@ resources: livenessProbe: backend: httpGet: - path: /api/v1/ws/status + path: /health port: http initialDelaySeconds: 10 periodSeconds: 5 @@ -241,7 +241,7 @@ livenessProbe: readinessProbe: backend: httpGet: - path: /api/v1/ws/status + path: /health port: http initialDelaySeconds: 10 periodSeconds: 5