cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 8befa60f614d156d48a6af94b33dc76337862aae
parent 67a6466552a83623097d016e53687f2f5bb7890d
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Wed, 25 Mar 2026 22:22:33 +0100

auto update bookwyrm and add vendor info

Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>

Diffstat:
M.github/workflows/build-blog.yaml | 1+
M.github/workflows/build-bookwyrm.yaml | 1+
M.github/workflows/build-continuwuity.yaml | 1+
Mapps/talos_cluster/bookwyrm/deployment.yaml | 10+++++-----
4 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/build-blog.yaml b/.github/workflows/build-blog.yaml @@ -46,6 +46,7 @@ jobs: labels: | org.opencontainers.image.description=MTRNord's personal blog (WordPress-based) — custom image org.opencontainers.image.title=blog + org.opencontainers.image.vendor=MTRNord tags: | type=raw,value=latest type=raw,value={{date 'YYYYMMDD-HHmmss'}} diff --git a/.github/workflows/build-bookwyrm.yaml b/.github/workflows/build-bookwyrm.yaml @@ -90,6 +90,7 @@ jobs: labels: | org.opencontainers.image.description=BookWyrm social reading and review platform org.opencontainers.image.title=bookwyrm + org.opencontainers.image.vendor=MTRNord org.opencontainers.image.version=${{ needs.check.outputs.new_version }} cache-from: type=gha cache-to: type=gha,mode=max diff --git a/.github/workflows/build-continuwuity.yaml b/.github/workflows/build-continuwuity.yaml @@ -46,6 +46,7 @@ jobs: labels: | org.opencontainers.image.description=Continuwuity (Conduit fork) Matrix homeserver — multi-arch wrapper image org.opencontainers.image.title=continuwuity + org.opencontainers.image.vendor=MTRNord tags: | type=raw,value=main type=sha,prefix=sha- diff --git a/apps/talos_cluster/bookwyrm/deployment.yaml b/apps/talos_cluster/bookwyrm/deployment.yaml @@ -52,7 +52,7 @@ spec: emptyDir: {} initContainers: - name: bookwyrm-update - image: ghcr.io/mtrnord/bookwyrm:v0.8.2 + image: registry.midnightthoughts.space/mtrnord/bookwyrm:v0.8.2 # {"$imagepolicy": "flux-system:bookwyrm"} securityContext: allowPrivilegeEscalation: false capabilities: @@ -356,7 +356,7 @@ spec: containerPort: 8080 protocol: TCP - name: bookwyrm-web - image: ghcr.io/mtrnord/bookwyrm:v0.8.2 + image: registry.midnightthoughts.space/mtrnord/bookwyrm:v0.8.2 # {"$imagepolicy": "flux-system:bookwyrm"} imagePullPolicy: Always command: ["gunicorn"] args: @@ -506,7 +506,7 @@ spec: containerPort: 8000 protocol: TCP - name: bookwyrm-celery-worker - image: ghcr.io/mtrnord/bookwyrm:v0.8.2 + image: registry.midnightthoughts.space/mtrnord/bookwyrm:v0.8.2 # {"$imagepolicy": "flux-system:bookwyrm"} imagePullPolicy: Always command: ["celery"] args: @@ -652,7 +652,7 @@ spec: - name: DATA_UPLOAD_MAX_MEMORY_MiB value: "100" - name: bookwyrm-celery-beat - image: ghcr.io/mtrnord/bookwyrm:v0.8.2 + image: registry.midnightthoughts.space/mtrnord/bookwyrm:v0.8.2 # {"$imagepolicy": "flux-system:bookwyrm"} imagePullPolicy: Always command: ["celery"] args: @@ -798,7 +798,7 @@ spec: - name: DATA_UPLOAD_MAX_MEMORY_MiB value: "100" - name: bookwyrm-flower - image: ghcr.io/mtrnord/bookwyrm:v0.8.2 + image: registry.midnightthoughts.space/mtrnord/bookwyrm:v0.8.2 # {"$imagepolicy": "flux-system:bookwyrm"} imagePullPolicy: Always command: ["celery"] args: