From 7ea1c0e33e562e336549a1a8b20e8dcf56c9e468 Mon Sep 17 00:00:00 2001 From: Denis Melnik Date: Mon, 16 Sep 2024 12:54:13 +0300 Subject: [PATCH 1/2] fix codefresh-report-image json typo --- incubating/codefresh-report-image/step.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incubating/codefresh-report-image/step.yaml b/incubating/codefresh-report-image/step.yaml index c11553a28..5b0d457f9 100644 --- a/incubating/codefresh-report-image/step.yaml +++ b/incubating/codefresh-report-image/step.yaml @@ -226,7 +226,7 @@ spec: "CF_VERBOSE": { "type": "string", "description": "Enables verbose logging", - "default: "false", + "default: "false" } } } From 83041a3128b7e6e2cfafb888f7610a07c4fa1297 Mon Sep 17 00:00:00 2001 From: Denis Melnik Date: Mon, 16 Sep 2024 13:19:05 +0300 Subject: [PATCH 2/2] Update step.yaml --- incubating/codefresh-report-image/step.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incubating/codefresh-report-image/step.yaml b/incubating/codefresh-report-image/step.yaml index 5b0d457f9..a5c36dad3 100644 --- a/incubating/codefresh-report-image/step.yaml +++ b/incubating/codefresh-report-image/step.yaml @@ -226,7 +226,7 @@ spec: "CF_VERBOSE": { "type": "string", "description": "Enables verbose logging", - "default: "false" + "default": "false" } } }