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 @@ -2,7 +2,7 @@ version: '1.0'
22kind : step-type
33metadata :
44 name : argocd-sync
5- version : 1.16.3
5+ version : 1.16.4
66 isPublic : true
77 description : This pipeline plugin trigger a sync for ArgoCD app
88 sources :
@@ -133,7 +133,7 @@ spec:
133133 steps :
134134 runArgoCd :
135135 title : " Run ArgoCD"
136- image : " codefresh/cf-argo-plugin:0.2.4 "
136+ image : " codefresh/cf-argo-plugin:0.2.5 "
137137 commands :
138138 - >-
139139 cf-argo-plugin sync "${{app_name}}"
@@ -149,11 +149,11 @@ spec:
149149 - echo ARGOCD_OPTS=$ARGOCD_OPTS >> /meta/env_vars_to_export
150150 executeArgoCd :
151151 title : " ExecuteArgoCd"
152- image : " codefresh/cf-argo-plugin:0.2.4 "
152+ image : " codefresh/cf-argo-plugin:0.2.5 "
153153 commands :
154154 - /codefresh/volume/${CF_BLOCK_NAME}-argo-executor
155155 rollback :
156156 title : " Rollback"
157- image : " codefresh/cf-argo-plugin:0.2.4 "
157+ image : " codefresh/cf-argo-plugin:0.2.5 "
158158 commands :
159159 - cf-argo-plugin rollback ${{app_name}} --code=$ARGO_SYNC_ERROR --cf-host=$CF_URL --cf-token=$CF_API_KEY --cf-integration="${{context}}" --needRollback=${{rollback}}
You can’t perform that action at this time.
0 commit comments