From 75dd14d88d21c10ed661e5a33c8960439686c66c Mon Sep 17 00:00:00 2001 From: Yusuf GUNDOGDU Date: Mon, 20 Jul 2026 17:18:52 +0300 Subject: [PATCH] libredb-studio: bump to 0.9.59 and declare supported architectures --- services/libredb-studio/app.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/libredb-studio/app.yaml b/services/libredb-studio/app.yaml index ffdb23a7..d64b8695 100644 --- a/services/libredb-studio/app.yaml +++ b/services/libredb-studio/app.yaml @@ -3,7 +3,7 @@ kind: KuberoApp metadata: name: libredb-studio annotations: - kubero.dev/template.architecture: "[]" + kubero.dev/template.architecture: '["amd64", "arm64"]' kubero.dev/template.description: "Modern, AI-powered open-source SQL IDE. Connect to and query PostgreSQL, MySQL, Oracle, SQL Server, SQLite, MongoDB and Redis directly from your browser, with an optional AI assistant to help write and explain queries." kubero.dev/template.icon: "https://raw.githubusercontent.com/libredb/libredb-studio/main/public/logo.svg" kubero.dev/template.installation: "On first start LibreDB Studio creates an initial admin account (ADMIN_EMAIL / ADMIN_PASSWORD) and a regular user account (USER_EMAIL / USER_PASSWORD). Set a strong JWT_SECRET (minimum 32 characters). Data is stored in a local SQLite file under /app/data by default, so no external database is required." @@ -50,4 +50,4 @@ spec: containerPort: 3000 pullPolicy: Always repository: ghcr.io/libredb/libredb-studio - tag: 0.9.27 + tag: 0.9.59