From 23be48cdc0a1d4240e986263816b83f46c0eceb5 Mon Sep 17 00:00:00 2001 From: Jordan-Williams2 Date: Fri, 5 Dec 2025 19:33:43 +0000 Subject: [PATCH 1/4] fix: pre-commit issues --- common-dev-assets | 2 +- ibm_catalog.json | 54 +++++++++++++++++++++++++++++++++++++++++------ 2 files changed, 49 insertions(+), 7 deletions(-) diff --git a/common-dev-assets b/common-dev-assets index 238892d..6cbdb24 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit 238892dddce116998ab6b6ebdb998708401174d1 +Subproject commit 6cbdb2424718173196193a314400ddbf8a536e65 diff --git a/ibm_catalog.json b/ibm_catalog.json index 86ce671..ed27442 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -32,6 +32,7 @@ { "label": "Fully configurable", "name": "fully-configurable", + "short_description": "Fully configurable Monitoring and Workload Protection agent deployment for OpenShift or Kubernetes clusters", "index": 1, "working_directory": "solutions/fully-configurable", "iam_permissions": [ @@ -447,7 +448,18 @@ "key": "add_cluster_name" }, { - "key": "agent_tags" + "key": "agent_tags", + "type": "object", + "custom_config": { + "type": "code_editor", + "grouping": "deployment", + "original_grouping": "deployment", + "config_constraints": { + "supportedLanguages": [ + "hcl" + ] + } + } }, { "key": "deployment_tag" @@ -469,7 +481,12 @@ "custom_config": { "type": "code_editor", "grouping": "deployment", - "original_grouping": "deployment" + "original_grouping": "deployment", + "config_constraints": { + "supportedLanguages": [ + "hcl" + ] + } } }, { @@ -501,7 +518,17 @@ { "key": "node_selector", "type": "object", - "default_value": {} + "default_value": {}, + "custom_config": { + "type": "code_editor", + "grouping": "deployment", + "original_grouping": "deployment", + "config_constraints": { + "supportedLanguages": [ + "hcl" + ] + } + } }, { "key": "tolerations", @@ -509,7 +536,12 @@ "custom_config": { "type": "code_editor", "grouping": "deployment", - "original_grouping": "deployment" + "original_grouping": "deployment", + "config_constraints": { + "supportedLanguages": [ + "hcl" + ] + } } }, { @@ -528,7 +560,12 @@ "custom_config": { "type": "code_editor", "grouping": "deployment", - "original_grouping": "deployment" + "original_grouping": "deployment", + "config_constraints": { + "supportedLanguages": [ + "hcl" + ] + } } }, { @@ -537,7 +574,12 @@ "custom_config": { "type": "code_editor", "grouping": "deployment", - "original_grouping": "deployment" + "original_grouping": "deployment", + "config_constraints": { + "supportedLanguages": [ + "hcl" + ] + } } }, { From 8a13a332c31b695d48183954c78975b9c46245d6 Mon Sep 17 00:00:00 2001 From: Jordan-Williams2 Date: Tue, 9 Dec 2025 21:36:16 +0000 Subject: [PATCH 2/4] fix: update flavor short_description to start with "Ideal for" Updated the Fully configurable flavor short_description to follow the recommended format that begins with "Ideal for", making it consistent with IBM Cloud catalog standards. --- ibm_catalog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibm_catalog.json b/ibm_catalog.json index ed27442..f73423d 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -32,7 +32,7 @@ { "label": "Fully configurable", "name": "fully-configurable", - "short_description": "Fully configurable Monitoring and Workload Protection agent deployment for OpenShift or Kubernetes clusters", + "short_description": "Ideal for users who want a fully configurable Monitoring and Workload Protection agent deployment for OpenShift or Kubernetes clusters.", "index": 1, "working_directory": "solutions/fully-configurable", "iam_permissions": [ From ee01c2e0a47b8c53e1cb2ac8759bbe59fd9d30a5 Mon Sep 17 00:00:00 2001 From: Jordan-Williams2 Date: Wed, 10 Dec 2025 13:32:13 +0000 Subject: [PATCH 3/4] fix: update flavor short_description to start with "Ideal for" --- ibm_catalog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibm_catalog.json b/ibm_catalog.json index f73423d..0e20f1b 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -32,7 +32,7 @@ { "label": "Fully configurable", "name": "fully-configurable", - "short_description": "Ideal for users who want a fully configurable Monitoring and Workload Protection agent deployment for OpenShift or Kubernetes clusters.", + "short_description": "Ideal for users who want flexibility with a reliable starting point", "index": 1, "working_directory": "solutions/fully-configurable", "iam_permissions": [ From 6ffbba54aedc034077c30d8a2c36ebf07a91e626 Mon Sep 17 00:00:00 2001 From: Jordan Date: Wed, 10 Dec 2025 13:37:20 +0000 Subject: [PATCH 4/4] Fix punctuation in short description --- ibm_catalog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibm_catalog.json b/ibm_catalog.json index 0e20f1b..a1b77b8 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -32,7 +32,7 @@ { "label": "Fully configurable", "name": "fully-configurable", - "short_description": "Ideal for users who want flexibility with a reliable starting point", + "short_description": "Ideal for users who want flexibility with a reliable starting point.", "index": 1, "working_directory": "solutions/fully-configurable", "iam_permissions": [