Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit e58f7b1

Browse files
authored
fix: update agents flavor to be extension type (#112)
1 parent 9b8f529 commit e58f7b1

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

ibm_catalog.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
{
4646
"label": "Instances",
4747
"name": "instances",
48-
"install_type": "fullstack",
48+
"install_type": "extension",
4949
"working_directory": "solutions/instances",
5050
"compliance": {
5151
"authority": "scc-v3",
@@ -283,6 +283,17 @@
283283
"service_name": "kms"
284284
}
285285
],
286+
"dependencies": [
287+
{
288+
"flavors": [
289+
"quickstart",
290+
"standard"
291+
],
292+
"id": "95fccffc-ae3b-42df-b6d9-80be5914d852-global",
293+
"name": "deploy-arch-ibm-slz-ocp",
294+
"version": ">=v3.0.0"
295+
}
296+
],
286297
"architecture": {
287298
"descriptions": "This architecture supports creating and configuring a Security and Compliance Center Workload Protection instance.",
288299
"features": [

0 commit comments

Comments
 (0)