From c246c98209b0c992ec63004a0ded175d44fcca1e Mon Sep 17 00:00:00 2001 From: suyiiyii Date: Fri, 6 Dec 2024 19:05:10 +0800 Subject: [PATCH] =?UTF-8?q?build(deployment):=20=E6=9B=B4=E6=96=B0=20ds-de?= =?UTF-8?q?sign=20=E5=AE=B9=E5=99=A8=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将镜像源从阿里云容器镜像服务变更为自托管的 GHCR 镜像 - 使用特定的 SHA256 哈希值引用镜像,以确保版本一致性 --- deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.yaml b/deployment.yaml index 0d05788..2d9c07a 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -18,7 +18,7 @@ spec: app: ds-design spec: containers: - - image: registry.cn-shenzhen.aliyuncs.com/suyiiyii/ds-design:3 + - image: cr.suyiiyii.top/ghcr.io/suyiiyii/dsexpdesign@sha256:e24c74fd508463b82633b7104d226e4843a085eec28e1a81c53a6d3af72c6899 name: ds-design resources: {} status: {}