From 2aa00b6639c9d67c9520b4594b019a83441f1e37 Mon Sep 17 00:00:00 2001 From: songtianlun Date: Sat, 26 Apr 2025 11:17:59 +0800 Subject: [PATCH] chore: update apk repository URL - Change the APK repository URL to use a mirror site - This ensures better availability and potentially faster downloads The update to the repository URL is intended to improve the reliability of package installations in the daemonset's configuration. --- backups/daemonset+cronjob/daemonset.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/backups/daemonset+cronjob/daemonset.yaml b/backups/daemonset+cronjob/daemonset.yaml index 650d13a..95ab5dc 100644 --- a/backups/daemonset+cronjob/daemonset.yaml +++ b/backups/daemonset+cronjob/daemonset.yaml @@ -171,6 +171,7 @@ spec: - -c - | # 安装依赖工具 + sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories apk add --no-cache bash s3cmd tar rsync curl jq # 启动一个循环,每分钟检查一次触发文件