File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
kind : step-type
2
2
metadata :
3
3
name : argo-cd-sync
4
- version : 0.4.0
4
+ version : 0.4.1
5
5
isPublic : true
6
6
description : Syncs Argo CD apps managed by our GitOps Runtimes
7
7
sources :
8
- - ' https://github.com/codefresh-io/steps/tree/master/incubating/argo-sync'
8
+ - ' https://github.com/codefresh-io/steps/tree/master/incubating/argo-cd- sync'
9
9
stage : incubating
10
10
maintainers :
11
11
- name : Francisco Cocozza
@@ -55,13 +55,13 @@ spec:
55
55
},
56
56
"IMAGE_TAG": {
57
57
"type": "string",
58
- "default": "0.4.0 "
58
+ "default": "0.4.1 "
59
59
}
60
60
}
61
61
}
62
62
stepsTemplate : |-
63
63
argo-cd-sync:
64
- image: '[[.Arguments.IMAGE_NAME]]:[[.Arguments.IMAGE_NAME ]]'
64
+ image: '[[.Arguments.IMAGE_NAME]]:[[.Arguments.IMAGE_TAG ]]'
65
65
working_directory: /app
66
66
environment:
67
67
[[ range $key, $val := .Arguments ]]
You can’t perform that action at this time.
0 commit comments