Skip to content

Commit

Permalink
Switch returned parameter to string (#635)
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Rochette <[email protected]>
  • Loading branch information
lrochette authored Aug 8, 2023
1 parent 5df9b9b commit cb92aa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions incubating/argo-cd-sync/step.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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"
}
}
Expand All @@ -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"
}
}
Expand Down

0 comments on commit cb92aa6

Please sign in to comment.