We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b426061 commit f1cef5dCopy full SHA for f1cef5d
incubating/argo-cd-sync/step.yaml
@@ -1,7 +1,7 @@
1
kind: step-type
2
metadata:
3
name: argo-cd-sync
4
- version: 0.4.3
+ version: 0.4.4
5
isPublic: true
6
description: Syncs Argo CD apps managed by our GitOps Runtimes
7
sources:
@@ -51,11 +51,13 @@ spec:
51
},
52
"IMAGE_NAME": {
53
"type": "string",
54
- "default": "quay.io/codefreshplugins/argo-cd-sync"
+ "default": "quay.io/codefreshplugins/argo-cd-sync",
55
+ "description": "OPTIONAL - To overwrite the image name to use"
56
57
"IMAGE_TAG": {
58
- "default": "0.4.3"
59
+ "default": "0.4.3",
60
+ "description": "OPTIONAL - To overwrite the tag to use"
61
}
62
63
0 commit comments