From 742396fd8e45b4b9745bd594761f301266573fb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Mon, 2 Jun 2025 01:32:49 +0200 Subject: [PATCH] fix image --- deploy/affine/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/affine/deployment.yaml b/deploy/affine/deployment.yaml index 683ddd1..fd699f4 100644 --- a/deploy/affine/deployment.yaml +++ b/deploy/affine/deployment.yaml @@ -63,7 +63,7 @@ spec: spec: containers: - name: affine - image: ghcr.io/toeverything/affine-graphql:${AFFINE_REVISION:-stable} + image: ghcr.io/toeverything/affine-graphql:stable ports: - containerPort: 3010 name: http