Skip to content

Commit 194aa4a

Browse files
Argo cd sync gitops (#583)
* 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
1 parent 432458b commit 194aa4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

incubating/argo-cd-sync/step.yaml

Lines changed: 2 additions & 2 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.1.0
4+
version: 0.4.0
55
isPublic: true
66
description: Syncs Argo CD apps managed by our GitOps Runtimes
77
sources:
@@ -71,4 +71,4 @@ spec:
7171
- python3 run.py
7272
delimiters:
7373
left: '[['
74-
right: ']]'
74+
right: ']]'

0 commit comments

Comments
 (0)