Skip to content

Commit 21c37c2

Browse files
authored
Fixed tag (#586)
updated version Changed source link Use correct VAR for image tag
1 parent 554eabe commit 21c37c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

incubating/argo-cd-sync/step.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
kind: step-type
22
metadata:
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 ]]

0 commit comments

Comments
 (0)