Skip to content

Commit 29a23b4

Browse files
Argo cd sync gitops (#584)
* argo-cd-sync for GitOps Runtimes * argo-cd-sync - Adding code * Adding IMAGE_NAME property * argo-cd-sync - Making it an official plugin * argo-cd-sync | Adding an example * dummy change * Update step.yaml * fix arguments json
1 parent 194aa4a commit 29a23b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

incubating/argo-cd-sync/step.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ spec:
5151
},
5252
"IMAGE_NAME": {
5353
"type": "string",
54-
"default": "quay.io/codefreshplugins/argo-cd-sync",
55-
}
54+
"default": "quay.io/codefreshplugins/argo-cd-sync"
55+
},
5656
"IMAGE_TAG": {
5757
"type": "string",
58-
"default": "0.4.0",
58+
"default": "0.4.0"
5959
}
6060
}
6161
}

0 commit comments

Comments
 (0)