From aee2d151a3545761e66503948f590f481f0af211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Mon, 2 Jun 2025 02:49:47 +0200 Subject: [PATCH] switch to stable --- deploy/affine/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/affine/deployment.yaml b/deploy/affine/deployment.yaml index cfaf0ce..81ca9b1 100644 --- a/deploy/affine/deployment.yaml +++ b/deploy/affine/deployment.yaml @@ -20,7 +20,7 @@ spec: spec: initContainers: - name: affine-migrate - image: ghcr.io/toeverything/affine-graphql:beta-ab28213 + image: ghcr.io/toeverything/affine-graphql:stable-9e7280c command: ["sh", "-c", "node ./scripts/self-host-predeploy.js"] env: - name: REDIS_SERVER_HOST @@ -42,7 +42,7 @@ spec: mountPath: /root/.affine/config containers: - name: affine - image: ghcr.io/toeverything/affine-graphql:beta-ab28213 + image: ghcr.io/toeverything/affine-graphql:stable-9e7280c ports: - containerPort: 3010 name: http