Skip to content

Commit 419ee20

Browse files
authored
fix: catalogjson (#382)
1 parent 5bc301d commit 419ee20

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

ibm_catalog.json

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1776,13 +1776,6 @@
17761776
"description": "The version of the app to deploy.",
17771777
"required": false
17781778
},
1779-
{
1780-
"key": "cd_artifact_signature_verification",
1781-
"type": "string",
1782-
"default_value": "",
1783-
"description": "Set to `0` to disable artifact signature verification.",
1784-
"required": false
1785-
},
17861779
{
17871780
"key": "cd_authorization_policy_creation",
17881781
"type": "string",
@@ -2633,7 +2626,7 @@
26332626
{
26342627
"key": "cd_trigger_git_promotion_validation_listener",
26352628
"type": "string",
2636-
"default_value": "promotion-validation-listener",
2629+
"default_value": "promotion-validation-listener-gitlab",
26372630
"description": "Select a Tekton EventListener to use when Git promotion validation listener trigger is fired.",
26382631
"required": false
26392632
},
@@ -5720,13 +5713,6 @@
57205713
"description": "The version of the app to deploy.",
57215714
"required": false
57225715
},
5723-
{
5724-
"key": "cd_artifact_signature_verification",
5725-
"type": "string",
5726-
"default_value": "",
5727-
"description": "Set to `0` to disable artifact signature verification.",
5728-
"required": false
5729-
},
57305716
{
57315717
"key": "cd_authorization_policy_creation",
57325718
"type": "string",
@@ -6556,7 +6542,7 @@
65566542
{
65576543
"key": "cd_trigger_git_promotion_validation_listener",
65586544
"type": "string",
6559-
"default_value": "promotion-validation-listener",
6545+
"default_value": "promotion-validation-listener-gitlab",
65606546
"description": "Select a Tekton EventListener to use when Git promotion validation listener trigger is fired.",
65616547
"required": false
65626548
},

0 commit comments

Comments
 (0)