From eacc6731c99af4d02efa24c66660ec6fbd663544 Mon Sep 17 00:00:00 2001 From: prettysunflower Date: Tue, 10 Jun 2025 02:21:41 +0200 Subject: [PATCH] apps(teable): Locked to previous image due to a bug in the latest image --- apps/teable/deployment.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/teable/deployment.yaml b/apps/teable/deployment.yaml index 2b7e9e4..4f20383 100644 --- a/apps/teable/deployment.yaml +++ b/apps/teable/deployment.yaml @@ -35,7 +35,8 @@ spec: - "mail.prettysunflower.moe" initContainers: - name: db-migrate - image: ghcr.io/teableio/teable:latest + image: ghcr.io/teableio/teable:sha-257d098af67e9260b6abb09da0e08eafef34ae08 + imagePullPolicy: Always args: - migrate-only envFrom: @@ -52,7 +53,8 @@ spec: memory: 1024Mi containers: - name: teable - image: ghcr.io/teableio/teable:latest + image: ghcr.io/teableio/teable:sha-257d098af67e9260b6abb09da0e08eafef34ae08 + imagePullPolicy: Always args: - skip-migrate ports: