Skip to content

Commit f1cef5d

Browse files
Update step.yaml (#591)
1 parent b426061 commit f1cef5d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

incubating/argo-cd-sync/step.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kind: step-type
22
metadata:
33
name: argo-cd-sync
4-
version: 0.4.3
4+
version: 0.4.4
55
isPublic: true
66
description: Syncs Argo CD apps managed by our GitOps Runtimes
77
sources:
@@ -51,11 +51,13 @@ spec:
5151
},
5252
"IMAGE_NAME": {
5353
"type": "string",
54-
"default": "quay.io/codefreshplugins/argo-cd-sync"
54+
"default": "quay.io/codefreshplugins/argo-cd-sync",
55+
"description": "OPTIONAL - To overwrite the image name to use"
5556
},
5657
"IMAGE_TAG": {
5758
"type": "string",
58-
"default": "0.4.3"
59+
"default": "0.4.3",
60+
"description": "OPTIONAL - To overwrite the tag to use"
5961
}
6062
}
6163
}

0 commit comments

Comments
 (0)