From 9c8cbaa1443d977662d4514d00458e0085673d6e Mon Sep 17 00:00:00 2001 From: Jordan-Williams2 Date: Mon, 8 Dec 2025 10:09:47 +0000 Subject: [PATCH 1/2] fix: pre-commit issues --- common-dev-assets | 2 +- ibm_catalog.json | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/common-dev-assets b/common-dev-assets index 238892d..56a3cfd 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit 238892dddce116998ab6b6ebdb998708401174d1 +Subproject commit 56a3cfddb4a1ef2599b100ae698ab2f6400e1bf8 diff --git a/ibm_catalog.json b/ibm_catalog.json index b77a8b2..92540d8 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -56,6 +56,7 @@ { "label": "Fully configurable", "name": "fully-configurable", + "short_description": "Fully configurable Watsonx deployment on Red Hat OpenShift", "working_directory": "solutions/fully-configurable", "iam_permissions": [ { @@ -279,7 +280,17 @@ ] }, { - "key": "odf_config" + "key": "odf_config", + "custom_config": { + "type": "code_editor", + "grouping": "deployment", + "original_grouping": "deployment", + "config_constraints": { + "supportedLanguages": [ + "hcl" + ] + } + } }, { "key": "provider_visibility", From 59ee1e8a0d593c5db598270a1ebdb763d848794b Mon Sep 17 00:00:00 2001 From: Jordan-Williams2 Date: Tue, 9 Dec 2025 21:31:50 +0000 Subject: [PATCH 2/2] fix: use ideal for... --- ibm_catalog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibm_catalog.json b/ibm_catalog.json index 92540d8..17d6e56 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -56,7 +56,7 @@ { "label": "Fully configurable", "name": "fully-configurable", - "short_description": "Fully configurable Watsonx deployment on Red Hat OpenShift", + "short_description": "Ideal for users who want full control and customization of their Watsonx deployment on Red Hat OpenShift", "working_directory": "solutions/fully-configurable", "iam_permissions": [ {