From 487c18853f190e254c3a2771c02f4bdc5fc48185 Mon Sep 17 00:00:00 2001 From: Rohil Surana Date: Tue, 24 Feb 2026 15:20:14 +0530 Subject: [PATCH 1/2] fix: remove default probe from app chart in frontier --- stable/frontier/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stable/frontier/values.yaml b/stable/frontier/values.yaml index 1aec5ea1..5b49ecf4 100644 --- a/stable/frontier/values.yaml +++ b/stable/frontier/values.yaml @@ -9,9 +9,11 @@ frontier-app: livenessProbe: grpc: port: 8082 + httpGet: null readinessProbe: grpc: port: 8082 + httpGet: null ports: - name: admin-ui containerPort: 3000 @@ -69,9 +71,11 @@ frontier-worker: livenessProbe: grpc: port: 8082 + httpGet: null readinessProbe: grpc: port: 8082 + httpGet: null ports: - name: admin-ui containerPort: 3000 From f8e103fd83a0f8745b36fd76bd2d401bf8666bda Mon Sep 17 00:00:00 2001 From: Rohil Surana Date: Tue, 24 Feb 2026 15:20:48 +0530 Subject: [PATCH 2/2] chore: update chart version : --- stable/frontier/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/frontier/Chart.yaml b/stable/frontier/Chart.yaml index 7537ee4f..2258ba17 100644 --- a/stable/frontier/Chart.yaml +++ b/stable/frontier/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.0 +version: 0.3.1 dependencies: - name: app