diff --git a/deploy/affine/deployment.yaml b/deploy/affine/deployment.yaml index df67511..cfaf0ce 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:canary-2e58c11 + image: ghcr.io/toeverything/affine-graphql:beta-ab28213 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:canary-2e58c11 + image: ghcr.io/toeverything/affine-graphql:beta-ab28213 ports: - containerPort: 3010 name: http