Skip to content

Commit fbb4e57

Browse files
authored
fix: default updates (#600)
1 parent 1284266 commit fbb4e57

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ibm_catalog.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1418,8 +1418,8 @@
14181418
},
14191419
{
14201420
"key": "enable_cos",
1421-
"type": "string",
1422-
"default_value": "",
1421+
"type": "boolean",
1422+
"default_value": false,
14231423
"description": "Set to `true` to enable the new COS integration.",
14241424
"required": false
14251425
},
@@ -2114,14 +2114,14 @@
21142114
{
21152115
"key": "use_legacy_cos_tool",
21162116
"type": "boolean",
2117-
"default_value": true,
2117+
"default_value": false,
21182118
"description": "The custom tool integration is being replaced with the new COS tool integration. To continue using the legacy tool. Set the value to `true`. See `enable_cos`",
21192119
"required": false
21202120
},
21212121
{
21222122
"key": "use_legacy_ref",
21232123
"type": "boolean",
2124-
"default_value": true,
2124+
"default_value": false,
21252125
"description": "Set to `true` to use the legacy secret reference format for Secrets Manager secrets.",
21262126
"required": false
21272127
},
@@ -3614,8 +3614,8 @@
36143614
},
36153615
{
36163616
"key": "enable_cos",
3617-
"type": "string",
3618-
"default_value": "",
3617+
"type": "boolean",
3618+
"default_value": false,
36193619
"description": "Set to `true` to enable the new COS integration.",
36203620
"required": false
36213621
},
@@ -4310,14 +4310,14 @@
43104310
{
43114311
"key": "use_legacy_cos_tool",
43124312
"type": "boolean",
4313-
"default_value": true,
4313+
"default_value": false,
43144314
"description": "The custom tool integration is being replaced with the new COS tool integration. To continue using the legacy tool. Set the value to `true`. See `enable_cos`",
43154315
"required": false
43164316
},
43174317
{
43184318
"key": "use_legacy_ref",
43194319
"type": "boolean",
4320-
"default_value": true,
4320+
"default_value": false,
43214321
"description": "Set to `true` to use the legacy secret reference format for Secrets Manager secrets.",
43224322
"required": false
43234323
},

0 commit comments

Comments
 (0)