Skip to content

Commit e81c488

Browse files
authored
fix types (#54)
* feat: bump submodule * feat: bump versions * feat: update stack reference architecture * docs: remove documentation around manual steps * fix: fix issue causing clashes in code engine names * feat: bump to rag app da v1.5.0 * chore: bump to Secret Manager to version v1.12.0 Security Compliance Center to version v1.6.3 * feat: allow to pass crn to existing secret manager instance * feat: add input wrt platform metrics and logging * chore: bump DA versions * chore: bump DA versions * fix: obs to use resource group * fix: missing secret manager region * fix: reverse sm config * feat: bump sm to v1.12.2 * fix: some minor improvements to deploy-many scripts * fix: missing rg config in sm stack * docs: update doc with new options * fix: point to correct region for existing sm * feat: bump versions * feat: change name of ALM config * fix: update references to accomodate config change * chore: bump sm * dev: update deploy-many.sh * fix: adjust variable name * feat: default secret manager to trial * docs: add description for stack inputs * docs: add description for stack inputs * fix: types in ibm catalog
1 parent 79c787f commit e81c488

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ibm_catalog.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,19 +165,19 @@
165165
"required": false,
166166
"options": [
167167
{
168-
"displayname": "Option 1",
168+
"displayname": "us-south",
169169
"value": "us-south"
170170
},
171171
{
172-
"displayname": "Option 2",
172+
"displayname": "eu-de",
173173
"value": "eu-de"
174174
}
175175
]
176176
},
177177
{
178178
"key": "resource_group_name",
179179
"type": "string",
180-
"default_value": "__NULL__",
180+
"default_value": "rag-services-rc",
181181
"description": "The name of the resource group that is created by this solution. The actual name is prefixed with the value of the input 'prefix'. All resources created by this solution are deployed in this resource group. ",
182182
"required": false
183183
},
@@ -196,11 +196,11 @@
196196
"required": false,
197197
"options": [
198198
{
199-
"displayname": "Option 1",
199+
"displayname": "Trial",
200200
"value": "trial"
201201
},
202202
{
203-
"displayname": "Option 2",
203+
"displayname": "Standard",
204204
"value": "standard"
205205
}
206206
]

0 commit comments

Comments
 (0)