From b3ce3d5067e2fc45bc5ac9071302451cb4541d8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Mon, 2 Jun 2025 02:28:38 +0200 Subject: [PATCH] update tags --- 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 324a50b..6195aa4 100644 --- a/deploy/affine/deployment.yaml +++ b/deploy/affine/deployment.yaml @@ -16,7 +16,7 @@ spec: restartPolicy: OnFailure containers: - name: affine-migrate - image: ghcr.io/toeverything/affine-graphql:stable + image: ghcr.io/toeverything/affine-graphql:canary-2e58c11 command: ["sh", "-c", "node ./scripts/self-host-predeploy.js"] env: - name: REDIS_SERVER_HOST @@ -67,7 +67,7 @@ spec: spec: containers: - name: affine - image: ghcr.io/toeverything/affine-graphql:stable + image: ghcr.io/toeverything/affine-graphql:canary-2e58c11 ports: - containerPort: 3010 name: http