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'
2
2
kind : step-type
3
3
metadata :
4
4
name : argocd-sync
5
- version : 1.17.0
5
+ version : 1.17.1
6
6
isPublic : true
7
7
description : This pipeline plugin trigger a sync for ArgoCD app
8
8
sources :
@@ -138,7 +138,7 @@ spec:
138
138
steps :
139
139
runArgoCd :
140
140
title : " Run ArgoCD"
141
- image : " codefresh/cf-argo-plugin:0.3.0 "
141
+ image : " codefresh/cf-argo-plugin:0.3.1 "
142
142
commands :
143
143
- >-
144
144
cf-argo-plugin sync "${{app_name}}"
@@ -154,11 +154,11 @@ spec:
154
154
- echo ARGOCD_OPTS=$ARGOCD_OPTS >> /meta/env_vars_to_export
155
155
executeArgoCd :
156
156
title : " ExecuteArgoCd"
157
- image : " codefresh/cf-argo-plugin:0.3.0 "
157
+ image : " codefresh/cf-argo-plugin:0.3.1 "
158
158
commands :
159
159
- /codefresh/volume/${CF_BLOCK_NAME}-argo-executor
160
160
rollback :
161
161
title : " Rollback"
162
- image : " codefresh/cf-argo-plugin:0.3.0 "
162
+ image : " codefresh/cf-argo-plugin:0.3.1 "
163
163
commands :
164
164
- 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