From cb92aa6f656f0e9683c77508e59c85f68ff31359 Mon Sep 17 00:00:00 2001 From: Laurent Rochette Date: Tue, 8 Aug 2023 20:13:31 +0200 Subject: [PATCH] Switch returned parameter to string (#635) Signed-off-by: Laurent Rochette --- incubating/argo-cd-sync/step.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/incubating/argo-cd-sync/step.yaml b/incubating/argo-cd-sync/step.yaml index 93640c8a5..ff647ab90 100644 --- a/incubating/argo-cd-sync/step.yaml +++ b/incubating/argo-cd-sync/step.yaml @@ -1,7 +1,7 @@ kind: step-type metadata: name: argo-cd-sync - version: 1.2.1 + version: 1.2.2 isPublic: true description: Syncs Argo CD apps managed by our GitOps Runtimes sources: @@ -111,7 +111,7 @@ spec: }, "IMAGE_TAG": { "type": "string", - "default": "1.2.1", + "default": "1.2.2", "description": "OPTIONAL - To overwrite the tag to use" } } @@ -132,7 +132,7 @@ spec: "description": "The heatlh status of the application: HEALTHY, PROGRESSING, DEGRADED or SUSPENDED" }, "ROLLBACK_EXECUTED": { - "type": "boolean", + "type": "string", "description": "A flag to indicate if a rollback was executed or not" } }