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

Commit 32ff862

Browse files
authored
fix: fix the install_type for the DA flavors (#113)
1 parent 7bcfcd5 commit 32ff862

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

ibm_catalog.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
{
4646
"label": "Instances",
4747
"name": "instances",
48-
"install_type": "extension",
48+
"install_type": "fullstack",
4949
"working_directory": "solutions/instances",
5050
"compliance": {
5151
"authority": "scc-v3",
@@ -283,17 +283,6 @@
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-
],
297286
"architecture": {
298287
"descriptions": "This architecture supports creating and configuring a Security and Compliance Center Workload Protection instance.",
299288
"features": [
@@ -325,9 +314,20 @@
325314
{
326315
"label": "Agents",
327316
"name": "agents",
328-
"install_type": "fullstack",
317+
"install_type": "extension",
329318
"working_directory": "solutions/agents",
330319
"compliance": {},
320+
"dependencies": [
321+
{
322+
"flavors": [
323+
"quickstart",
324+
"standard"
325+
],
326+
"id": "95fccffc-ae3b-42df-b6d9-80be5914d852-global",
327+
"name": "deploy-arch-ibm-slz-ocp",
328+
"version": ">=v3.0.0"
329+
}
330+
],
331331
"configuration": [
332332
{
333333
"key": "ibmcloud_api_key"

0 commit comments

Comments
 (0)