From 253a74aec083f621cfe25c3694ced2fc62ee8301 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 30 Apr 2026 14:18:26 +0300 Subject: [PATCH] =?UTF-8?q?tower=200.61.14=20=E2=80=94=20list=20cluster-pl?= =?UTF-8?q?atform=20apps=20for=20substrate=20gate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ListApplications uses selector odoosky.io/component=instance which hides cluster-platform apps. Separate ListClusterPlatformApps method selects on app.kubernetes.io/managed-by=tower then filters by -platform suffix — no backfill needed for existing servers. Without this, substrateStatus + the Phase B4 PlatformAppBadge both silently fell to 'unknown' / invisible because the lookup map was empty. --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 98ce615..9a62c44 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.13" + tag: "0.61.14" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull