You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
Copy file name to clipboardExpand all lines: ibm_catalog.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -165,19 +165,19 @@
165
165
"required": false,
166
166
"options": [
167
167
{
168
-
"displayname": "Option 1",
168
+
"displayname": "us-south",
169
169
"value": "us-south"
170
170
},
171
171
{
172
-
"displayname": "Option 2",
172
+
"displayname": "eu-de",
173
173
"value": "eu-de"
174
174
}
175
175
]
176
176
},
177
177
{
178
178
"key": "resource_group_name",
179
179
"type": "string",
180
-
"default_value": "__NULL__",
180
+
"default_value": "rag-services-rc",
181
181
"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. ",
0 commit comments