From d2f86d7e1a8224f584dd2ad7a52152b30d17f4da Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 30 Apr 2026 14:25:25 +0300 Subject: [PATCH] =?UTF-8?q?tower=200.61.15=20=E2=80=94=20substrate=20budge?= =?UTF-8?q?t=205=E2=86=9210m=20+=20forgiving=20Degraded?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DNS-01 against Cloudflare reliably takes 6-8 min for first-issue (Cloudflare TXT write + global propagation + LE polling). The 5-min budget red-flagged normal installs. Bumped to 10 min. Also: Argo flickers to Degraded during retries while waiting on the Certificate hook. Within the budget window we now classify Degraded as 'preparing' instead of 'degraded' — only declare degraded after the budget fully expires. Stops the badge from showing 'Failed' during a healthy install. --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 9a62c44..07c5a6d 100644 --- a/values.yaml +++ b/values.yaml @@ -9,7 +9,7 @@ backend: # so every cluster that runs Tower needs the same imagePullSecret # provisioned out-of-band (until cluster-platform-v3 owns it). repository: registry.odoosky.cloud/odoosky/docker-mirror/tower - tag: "0.61.14" + tag: "0.61.15" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull