feat(apps): remove Penpot deployment and associated configurations

这个提交包含在:
rohow
2026-05-25 18:09:38 +08:00
未验证
父节点 2dce40a587
当前提交 6c10d91f0e
修改 9 个文件,包含 1 行新增167 行删除
+1 -2
查看文件
@@ -18,7 +18,7 @@ flux/
│ ├── kustomization.yaml # 引入 base,并追加 apps / app 依赖层
│ ├── apps-sources.yaml # app HelmRepository 源
│ ├── apps-secrets.yaml # apps namespace 与 app 专属 Secret
│ ├── apps.yaml # Halo / RustDesk / Penpot / Fillcode / SinceAI
│ ├── apps.yaml # Halo / RustDesk / Fillcode / SinceAI
│ └── apps-post.yaml # CDN Ingress(依赖 apps
├── infrastructure/
│ ├── sources/ # 所有 HelmRepository 定义
@@ -39,7 +39,6 @@ flux/
├── post/ # CDN Ingress(依赖 apps,且引用部分 infra 服务)
├── helmrelease-halo.yaml # Halo
├── helmrelease-rustdesk.yaml # RustDesk
├── helmrelease-penpot.yaml # Penpot
└── ... # app 证书与 Ingress
```