feat(gitops): migrate resources to infra-gitops namespace and update Helm chart versions

这个提交包含在:
2026-02-04 19:14:41 +08:00 未验证
父节点 0bbdd77252
当前提交 f900578b74
修改 14 个文件,包含 103 行新增14 行删除
@@ -0,0 +1,10 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: gitea-actions-dind-config
namespace: infra-gitops
data:
daemon.json: |-
{
"mtu": 1280
}