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