Skip to content

Commit 841ca6b

Browse files
committed
chore: update branch
1 parent 6cbf1d9 commit 841ca6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ibm_catalog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@
783783
{
784784
"key": "app_repo_branch",
785785
"type": "string",
786-
"default_value": "main",
786+
"default_value": "master",
787787
"description": "This is the repository branch used by the default sample application. Alternatively if `app_repo_existing_url` is provided, then the branch must reflect the default branch for that repository. Typically these branches are `main` or `master`.",
788788
"required": false
789789
},

kubernetes/stack_definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
"name": "app_repo_branch",
190190
"type": "string",
191191
"hidden": false,
192-
"default": "main",
192+
"default": "master",
193193
"required": false
194194
},
195195
{

0 commit comments

Comments
 (0)