File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
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-rollout
5- version : 1.7.1
5+ version : 1.8.0
66 isPublic : true
77 description : This pipeline plugin trigger a rollout for ArgoCD app
88 sources :
@@ -114,7 +114,7 @@ spec:
114114 steps :
115115 runArgoCd :
116116 title : " Run ArgoCD"
117- image : " quay.io/codefreshplugins/cf-argo-plugin:0.2.9 "
117+ image : " quay.io/codefreshplugins/cf-argo-plugin:1.1.0 "
118118 commands :
119119 - >-
120120 cf-argo-plugin rollout "${{app_name}}"
@@ -127,6 +127,6 @@ spec:
127127 - /codefresh/volume/argo-export_url
128128 executeArgoCd :
129129 title : " ExecuteArgoCd"
130- image : " codefresh/cf-argo-plugin:0.2.9 "
130+ image : " codefresh/cf-argo-plugin:1.1.0 "
131131 commands :
132132 - /codefresh/volume/argo-executor
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.19 .0
5+ version : 1.20 .0
66 isPublic : true
77 description : This pipeline plugin trigger a sync for ArgoCD app
88 sources :
@@ -143,7 +143,7 @@ spec:
143143 steps :
144144 runArgoCd :
145145 title : " Run ArgoCD"
146- image : " codefresh/cf-argo-plugin:1.0 .0"
146+ image : " codefresh/cf-argo-plugin:1.1 .0"
147147 commands :
148148 - >-
149149 cf-argo-plugin sync "${{app_name}}"
@@ -160,11 +160,11 @@ spec:
160160 - echo ARGOCD_OPTS=$ARGOCD_OPTS >> /meta/env_vars_to_export
161161 executeArgoCd :
162162 title : " ExecuteArgoCd"
163- image : " codefresh/cf-argo-plugin:1.0 .0"
163+ image : " codefresh/cf-argo-plugin:1.1 .0"
164164 commands :
165165 - /codefresh/volume/${CF_BLOCK_NAME}-argo-executor
166166 rollback :
167167 title : " Rollback"
168- image : " codefresh/cf-argo-plugin:1.0 .0"
168+ image : " codefresh/cf-argo-plugin:1.1 .0"
169169 commands :
170170 - 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