libredb-studio: refresh the pinned tag to 0.15.0 and declare supported architectures - #758
yusuf-gundogdu wants to merge 3 commits into
Conversation
|
Hey @mms-gianni, I think this one is only waiting on your review to unblock now. It's the LibreDB Studio template bumped to 0.9.59 plus the supported arches, branch is current with main so nothing to rebase. Could you give it a look when you're next in the repo? Happy to change anything that looks off. |
|
any update ? |
|
Refreshed the pinned tag to 0.14.1. The branch still targeted 0.9.59 from July, so merging it as it stood would have shipped a stale image to Kubero users. The image is No rush on our side. If anything about the template needs changing before it can go in, tell me and I will adjust it. |
Bumps the LibreDB Studio service from
0.9.27to the current release0.9.59, and fills in thetemplate.architectureannotation, which was left empty.docker manifest inspect ghcr.io/libredb/libredb-studio:0.9.59returns bothlinux/amd64andlinux/arm64, so ARM users were being filtered out unnecessarily.Verified before submitting: the service's own defaults from
app.yaml(image, env vars, volume mount, container port) were run locally on 0.9.59. The health endpoint is green, login works with the template's default admin credentials, and a saved connection survives a container restart. The run was on aarch64, which also confirms the arm64 claim.yamllint -c services/.yamllintreports no new issues (the one line-length warning predates this change).