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 11kind : step-type
22metadata :
33 name : argo-cd-sync
4- version : 0.4.0
4+ version : 0.4.1
55 isPublic : true
66 description : Syncs Argo CD apps managed by our GitOps Runtimes
77 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'
99 stage : incubating
1010 maintainers :
1111 - name : Francisco Cocozza
@@ -55,13 +55,13 @@ spec:
5555 },
5656 "IMAGE_TAG": {
5757 "type": "string",
58- "default": "0.4.0 "
58+ "default": "0.4.1 "
5959 }
6060 }
6161 }
6262 stepsTemplate : |-
6363 argo-cd-sync:
64- image: '[[.Arguments.IMAGE_NAME]]:[[.Arguments.IMAGE_NAME ]]'
64+ image: '[[.Arguments.IMAGE_NAME]]:[[.Arguments.IMAGE_TAG ]]'
6565 working_directory: /app
6666 environment:
6767 [[ range $key, $val := .Arguments ]]
You can’t perform that action at this time.
0 commit comments