Skip to content

Commit 40844b8

Browse files
authored
feat: switch to new COS tool (#124)
1 parent a7d39c3 commit 40844b8

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

kubernetes/stack_definition.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@
588588
},
589589
{
590590
"name": "7 - DevSecOps Toolchains",
591-
"version_locator": "1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc.40c697e5-a339-4bf2-90ed-c598f103c16b-global",
591+
"version_locator": "1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc.3c51e2d5-35fc-4563-97b0-689e144fd9cd-global",
592592
"inputs": [
593593
{
594594
"name": "ibmcloud_api_key",
@@ -626,6 +626,10 @@
626626
"name": "event_notifications_crn",
627627
"value": "ref:../../members/4 - Event Notifications/outputs/crn"
628628
},
629+
{
630+
"name": "enable_cos",
631+
"value" : "true"
632+
},
629633
{
630634
"name" : "cos_bucket_name",
631635
"value" : "ref:../../members/3 - Cloud Object Bucket/outputs/bucket_name"

stack_definition.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@
549549
},
550550
{
551551
"name": "7 - DevSecOps Toolchains",
552-
"version_locator": "1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc.3bf38800-70e9-40db-aeca-016c9911364f-global",
552+
"version_locator": "1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc.4d5936de-6fa1-44dc-88b3-9be5b17e8aeb-global",
553553
"inputs": [
554554
{
555555
"name": "ibmcloud_api_key",
@@ -587,6 +587,10 @@
587587
"name": "event_notifications_crn",
588588
"value": "ref:../../members/4 - Event Notifications/outputs/crn"
589589
},
590+
{
591+
"name": "enable_cos",
592+
"value" : "true"
593+
},
590594
{
591595
"name": "cos_bucket_name",
592596
"value": "ref:../../members/3 - Cloud Object Bucket/outputs/bucket_name"

0 commit comments

Comments
 (0)