From aaecf1adc0e9d78239f7bb6616c845163261f135 Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 8 Jun 2026 14:55:44 -0500 Subject: [PATCH 1/4] [fix[R2] Increase the AE proxy timeout to be inline with fix in retool-k8s --- charts/retool/values.yaml | 2 +- values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/retool/values.yaml b/charts/retool/values.yaml index 33f80bb..c0b6180 100644 --- a/charts/retool/values.yaml +++ b/charts/retool/values.yaml @@ -1071,7 +1071,7 @@ agentSandbox: # Defaults to http://:3000 (same-cluster backend service). backendUrl: '' backendDomainSuffixes: '' - sandboxProxyTimeoutMs: '' + sandboxProxyTimeoutMs: 180000 # 3 minutes service: # Set to LoadBalancer or NodePort to expose the proxy externally. type: ClusterIP diff --git a/values.yaml b/values.yaml index 33f80bb..c0b6180 100644 --- a/values.yaml +++ b/values.yaml @@ -1071,7 +1071,7 @@ agentSandbox: # Defaults to http://:3000 (same-cluster backend service). backendUrl: '' backendDomainSuffixes: '' - sandboxProxyTimeoutMs: '' + sandboxProxyTimeoutMs: 180000 # 3 minutes service: # Set to LoadBalancer or NodePort to expose the proxy externally. type: ClusterIP From 31fb06b628c7e475eb2c0044e20781657a58426a Mon Sep 17 00:00:00 2001 From: jamie Date: Mon, 8 Jun 2026 15:08:09 -0500 Subject: [PATCH 2/4] Update charts/retool/values.yaml Co-authored-by: Ryan Artecona --- 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 c0b6180..7825790 100644 --- a/charts/retool/values.yaml +++ b/charts/retool/values.yaml @@ -1071,7 +1071,7 @@ agentSandbox: # Defaults to http://:3000 (same-cluster backend service). backendUrl: '' backendDomainSuffixes: '' - sandboxProxyTimeoutMs: 180000 # 3 minutes + sandboxProxyTimeoutMs: '180000' # 3 minutes service: # Set to LoadBalancer or NodePort to expose the proxy externally. type: ClusterIP From 4cdb8c2a830f12dae9c5fb670dc9e2bd96626e22 Mon Sep 17 00:00:00 2001 From: jamie Date: Mon, 8 Jun 2026 15:08:17 -0500 Subject: [PATCH 3/4] Update values.yaml Co-authored-by: Ryan Artecona --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index c0b6180..7825790 100644 --- a/values.yaml +++ b/values.yaml @@ -1071,7 +1071,7 @@ agentSandbox: # Defaults to http://:3000 (same-cluster backend service). backendUrl: '' backendDomainSuffixes: '' - sandboxProxyTimeoutMs: 180000 # 3 minutes + sandboxProxyTimeoutMs: '180000' # 3 minutes service: # Set to LoadBalancer or NodePort to expose the proxy externally. type: ClusterIP From 2315f53720f0b40dcfded0b2bac8df677fcba2b8 Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 8 Jun 2026 17:40:50 -0500 Subject: [PATCH 4/4] lint fix --- charts/retool/values.yaml | 2 +- values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/retool/values.yaml b/charts/retool/values.yaml index 7825790..49a79da 100644 --- a/charts/retool/values.yaml +++ b/charts/retool/values.yaml @@ -1071,7 +1071,7 @@ agentSandbox: # Defaults to http://:3000 (same-cluster backend service). backendUrl: '' backendDomainSuffixes: '' - sandboxProxyTimeoutMs: '180000' # 3 minutes + sandboxProxyTimeoutMs: '180000' # 3 minutes service: # Set to LoadBalancer or NodePort to expose the proxy externally. type: ClusterIP diff --git a/values.yaml b/values.yaml index 7825790..49a79da 100644 --- a/values.yaml +++ b/values.yaml @@ -1071,7 +1071,7 @@ agentSandbox: # Defaults to http://:3000 (same-cluster backend service). backendUrl: '' backendDomainSuffixes: '' - sandboxProxyTimeoutMs: '180000' # 3 minutes + sandboxProxyTimeoutMs: '180000' # 3 minutes service: # Set to LoadBalancer or NodePort to expose the proxy externally. type: ClusterIP