Skip to content

Commit 4683ece

Browse files
rashadismLakshanSS
authored andcommitted
chore: list the two new gitops skills in the marketplace
Adds entries for `openchoreo-platform-engineer-gitops` and `openchoreo-developer-gitops` to src/data/marketplace-plugins.json so they appear on the ecosystem page alongside the existing skills. Source skills landing in openchoreo/skills#3. Signed-off-by: Rashad Sirajudeen <rashad@wso2.com>
1 parent 984605c commit 4683ece

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

src/data/marketplace-plugins.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,5 +602,39 @@
602602
"sourceUrl": "https://github.com/openchoreo/skills/tree/main/skills/openchoreo-setup",
603603
"default": false,
604604
"released": true
605+
},
606+
{
607+
"id": "skill-openchoreo-platform-engineer-gitops",
608+
"group": "skill",
609+
"name": "OpenChoreo Platform Engineer GitOps",
610+
"description": "Skill for platform engineers running OpenChoreo via GitOps. Scaffolds a GitOps repo (pristine, platform-only, or active cluster), wires Flux CD, and authors platform CRDs (ComponentTypes, Traits, Workflows, Environments, DeploymentPipelines, SecretReferences, AuthzRoles, alert rules, notification channels) via Git.",
611+
"category": "AI",
612+
"tags": [
613+
"platform-engineer",
614+
"gitops",
615+
"flux"
616+
],
617+
"logoUrl": "",
618+
"author": "OpenChoreo",
619+
"sourceUrl": "https://github.com/openchoreo/skills/tree/main/skills/openchoreo-platform-engineer-gitops",
620+
"default": false,
621+
"released": true
622+
},
623+
{
624+
"id": "skill-openchoreo-developer-gitops",
625+
"group": "skill",
626+
"name": "OpenChoreo Developer GitOps",
627+
"description": "Skill for application developers working in an OpenChoreo GitOps repo. Onboards Components (BYO image or source-build), configures workloads, attaches platform-authored traits, connects components, promotes releases across environments, applies per-environment overrides, and verifies Flux reconciliation.",
628+
"category": "AI",
629+
"tags": [
630+
"developer",
631+
"gitops",
632+
"flux"
633+
],
634+
"logoUrl": "",
635+
"author": "OpenChoreo",
636+
"sourceUrl": "https://github.com/openchoreo/skills/tree/main/skills/openchoreo-developer-gitops",
637+
"default": false,
638+
"released": true
605639
}
606640
]

0 commit comments

Comments
 (0)