From 212953938d84b6fca07112dcac759eea060a8393 Mon Sep 17 00:00:00 2001 From: soryu Date: Mon, 23 Feb 2026 00:30:44 +0000 Subject: feat: publish makima to public repo with sync, GHCR, and install updates (#79) * feat: soryu-co/soryu - makima: Update install.sh to point at public makima repo * feat: soryu-co/soryu - makima: Update daemons page download links to use public makima releases * feat: soryu-co/soryu - makima: Research Cloudflare Containers for running full makima daemon * feat: soryu-co/soryu - makima: Push container image to ghcr.io/soryu-co/makima namespace * feat: soryu-co/soryu - makima: Add workflow to sync public files to soryu-co/makima repo --- k8s/daemon/README.md | 3 +++ k8s/daemon/deployment.yaml | 1 + 2 files changed, 4 insertions(+) (limited to 'k8s/daemon') diff --git a/k8s/daemon/README.md b/k8s/daemon/README.md index 79c8f96..1459b53 100644 --- a/k8s/daemon/README.md +++ b/k8s/daemon/README.md @@ -22,6 +22,9 @@ docker build -f k8s/daemon/Dockerfile -t ghcr.io/soryu-co/makima-daemon:latest . docker push ghcr.io/soryu-co/makima-daemon:latest ``` +> **Note:** The daemon image is also published as `ghcr.io/soryu-co/makima:latest`. +> Both images are byte-identical; the shorter name is provided as a convenience. + ### 2. Configure secrets Edit `secret.yaml` with your actual credentials, or create the secret directly: diff --git a/k8s/daemon/deployment.yaml b/k8s/daemon/deployment.yaml index b0f5fb3..f68fb6a 100644 --- a/k8s/daemon/deployment.yaml +++ b/k8s/daemon/deployment.yaml @@ -23,6 +23,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: makima-daemon + # Also available as ghcr.io/soryu-co/makima:latest image: ghcr.io/soryu-co/makima-daemon:latest imagePullPolicy: Always resources: -- cgit v1.2.3