更新前端提示

This commit is contained in:
user123456
2025-06-11 14:00:07 +08:00
parent c93fbad1f1
commit 08415b4034
3 changed files with 34 additions and 7 deletions

View File

@@ -111,6 +111,12 @@ func DefaultConfig() *AppConfig {
AuthType: "quay",
Enabled: true,
},
"registry.k8s.io": {
Upstream: "registry.k8s.io",
AuthHost: "registry.k8s.io",
AuthType: "anonymous",
Enabled: true,
},
},
}
}