From 86cf5e679dd2332acc232a845cebac8f21fce0cd Mon Sep 17 00:00:00 2001 From: Mark Silverberg Date: Thu, 4 Jun 2026 15:53:16 -0500 Subject: [PATCH 1/3] update startupProbe.successThreshold to be 1 --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 1c925d2b..8347d2d6 100644 --- a/values.yaml +++ b/values.yaml @@ -286,7 +286,7 @@ startupProbe: initialDelaySeconds: 60 timeoutSeconds: 10 periodSeconds: 10 - successThreshold: 5 + successThreshold: 1 extraContainers: [] From 7530e4825c2884bf5767e547c4ab4d3d9eb465fd Mon Sep 17 00:00:00 2001 From: Mark Silverberg Date: Thu, 4 Jun 2026 16:21:25 -0500 Subject: [PATCH 2/3] Update chart/retool/values.yaml too --- charts/retool/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/retool/values.yaml b/charts/retool/values.yaml index 1c925d2b..8347d2d6 100644 --- a/charts/retool/values.yaml +++ b/charts/retool/values.yaml @@ -286,7 +286,7 @@ startupProbe: initialDelaySeconds: 60 timeoutSeconds: 10 periodSeconds: 10 - successThreshold: 5 + successThreshold: 1 extraContainers: [] From 09347b76f943b596bc8a7bf81610f14e3774c7c1 Mon Sep 17 00:00:00 2001 From: Mark Silverberg Date: Thu, 4 Jun 2026 16:24:37 -0500 Subject: [PATCH 3/3] bump chart version --- charts/retool/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/retool/Chart.yaml b/charts/retool/Chart.yaml index 80ed65ee..771605b3 100644 --- a/charts/retool/Chart.yaml +++ b/charts/retool/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: retool description: A Helm chart for Kubernetes type: application -version: 6.10.5 +version: 6.10.6 maintainers: - name: Retool Engineering email: engineering+helm@retool.com