vp-helm-values

仓库创建 2026年6月25日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

加速符合 VP 规范的 Helm 配置与部署流程编写。

这个 Skill 做什么

说明 ia-computer-vision 模式下 Helm chart 与 values 文件的约定。

说明 ia-computer-vision 模式下 Helm chart 与 values 文件该怎么写:规范 values-*.yaml、Chart.yaml、charts/all/ 模板、clusterGroup 结构、同步波次和 ArgoCD 注解等约定。在创建或修改 Helm 配置、设置 chart 依赖或调度策略时使用。把常见约定和陷阱都固化,避免集群部署配置不一致。

▸ 展开 SKILL.md 英文原文

Validated Patterns Helm charts and values files conventions for ia-computer-vision. Use when creating or editing values-*.yaml, Chart.yaml, Helm templates in charts/all/, overrides/, or any Helm-related configuration. Covers clusterGroup structure, sync waves, ArgoCD annotations, and VP chart dependencies.

开发编程Helm 约定values 文件VP Charts通用
0
Stars
0
Forks
3
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/maximilianoPizarro/ia-computer-vision/main/.cursor/skills/vp-helm-values/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/maximilianoPizarro/ia-computer-vision/main/.cursor/skills/vp-helm-values/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# VP Helm Charts and Values Files -- ia-computer-vision

## values-global.yaml structure

```yaml
global:
  pattern: ia-computer-vision
  singleArgoCD: true
  argoNamespace: openshift-gitops
  options:
    useCSV: false
    syncPolicy: Automatic
    installPlanApproval: Automatic

main:
  clusterGroupName: hub   # maps to values-hub.yaml
  multiSourceConfig:
    enabled: true
    clusterGroupChartVersion: "0.9.*"
    helmRepoUrl: https://charts.validatedpatterns.io
```

Key rules:
- `global.pattern` must match repository name
- `main.clusterGroupName` determines which `values-{name}.yaml` is loaded
- `singleArgoCD: true` consolidates into VP Operator managed instance
- Do NOT add `openshift-
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有