From ef6ef8ef1e685e888d6a1cf69899cab6a7c2e8fb Mon Sep 17 00:00:00 2001 From: rohow Date: Wed, 19 Mar 2025 16:13:49 +0800 Subject: [PATCH] =?UTF-8?q?feat(k3s):=20=E9=9B=86=E7=BE=A4docker=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/infra/devops/reflector/helmchart.yaml | 2 +- install/registries.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/infra/devops/reflector/helmchart.yaml b/apps/infra/devops/reflector/helmchart.yaml index 09e8e52..369cfce 100644 --- a/apps/infra/devops/reflector/helmchart.yaml +++ b/apps/infra/devops/reflector/helmchart.yaml @@ -7,7 +7,7 @@ spec: repo: https://emberstack.github.io/helm-charts chart: reflector targetNamespace: infra-devops - version: v7.1.288 + version: v9.0.320 valuesContent: |- affinity: nodeAffinity: diff --git a/install/registries.yaml b/install/registries.yaml index 99a513f..f855f10 100644 --- a/install/registries.yaml +++ b/install/registries.yaml @@ -1,8 +1,9 @@ mirrors: "docker.io": endpoint: + - "docker.1ms.run" - "docker.m.daocloud.io" - - "ccr.ccs.tencentyun.com" + - "mirror.ccs.tencentyun.com" "ghcr.io": endpoint: - "ghcr.m.daocloud.io"