Skip to content

Commit 51b8f88

Browse files
committed
docs(deploy): address Copilot review on Kubero guide
- Replace the pipe-to-shell Kubero install command with a link to the official Kubero install docs (avoid embedding curl | bash). - Wrap the README Kubero paragraph to match surrounding sections.
1 parent 2202703 commit 51b8f88

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,15 @@ The app runs the prebuilt `ghcr.io/libredb/libredb-studio` image. As with Railwa
429429
430430
### Kubero
431431
432-
LibreDB Studio is listed in the official [Kubero template catalog](https://www.kubero.dev/templates) (a self-hosted "Heroku alternative for Kubernetes"). From your Kubero dashboard, browse **Templates**, search **LibreDB Studio**, fill in the credentials / `JWT_SECRET`, and deploy. The template runs the prebuilt `ghcr.io/libredb/libredb-studio` image with SQLite persistence on a 5Gi volume at `/app/data`. See [`deploy/kubero/`](deploy/kubero/) for install and post-install details. As with Railway and CapRover, Docker-image templates require a manual version bump on each release.
432+
LibreDB Studio is listed in the official
433+
[Kubero template catalog](https://www.kubero.dev/templates) (a self-hosted
434+
"Heroku alternative for Kubernetes"). From your Kubero dashboard, browse
435+
**Templates**, search **LibreDB Studio**, fill in the credentials / `JWT_SECRET`,
436+
and deploy. The template runs the prebuilt `ghcr.io/libredb/libredb-studio` image
437+
with SQLite persistence on a 5Gi volume at `/app/data`. See
438+
[`deploy/kubero/`](deploy/kubero/) for install and post-install details. As with
439+
Railway and CapRover, Docker-image templates require a manual version bump on
440+
each release.
433441
434442
### Render (Recommended for cloud deployment)
435443

deploy/kubero/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ source of truth.
1414

1515
## Install
1616

17-
From a running Kubero instance (install Kubero itself with
18-
`curl -L https://get.kubero.dev | bash`):
17+
From a running Kubero instance (see the
18+
[Kubero install docs](https://docs.kubero.dev/docs/Getting-Started/Installation/)
19+
to set one up):
1920

2021
1. **Open your Kubero dashboard** → create or pick a pipeline/app, then browse
2122
**Templates**.

0 commit comments

Comments
 (0)