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'
2
2
kind : step-type
3
3
metadata :
4
4
name : argocd-rollout
5
- version : 1.7.1
5
+ version : 1.8.0
6
6
isPublic : true
7
7
description : This pipeline plugin trigger a rollout for ArgoCD app
8
8
sources :
@@ -114,7 +114,7 @@ spec:
114
114
steps :
115
115
runArgoCd :
116
116
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 "
118
118
commands :
119
119
- >-
120
120
cf-argo-plugin rollout "${{app_name}}"
@@ -127,6 +127,6 @@ spec:
127
127
- /codefresh/volume/argo-export_url
128
128
executeArgoCd :
129
129
title : " ExecuteArgoCd"
130
- image : " codefresh/cf-argo-plugin:0.2.9 "
130
+ image : " codefresh/cf-argo-plugin:1.1.0 "
131
131
commands :
132
132
- /codefresh/volume/argo-executor
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.19 .0
5
+ version : 1.20 .0
6
6
isPublic : true
7
7
description : This pipeline plugin trigger a sync for ArgoCD app
8
8
sources :
@@ -143,7 +143,7 @@ spec:
143
143
steps :
144
144
runArgoCd :
145
145
title : " Run ArgoCD"
146
- image : " codefresh/cf-argo-plugin:1.0 .0"
146
+ image : " codefresh/cf-argo-plugin:1.1 .0"
147
147
commands :
148
148
- >-
149
149
cf-argo-plugin sync "${{app_name}}"
@@ -160,11 +160,11 @@ spec:
160
160
- echo ARGOCD_OPTS=$ARGOCD_OPTS >> /meta/env_vars_to_export
161
161
executeArgoCd :
162
162
title : " ExecuteArgoCd"
163
- image : " codefresh/cf-argo-plugin:1.0 .0"
163
+ image : " codefresh/cf-argo-plugin:1.1 .0"
164
164
commands :
165
165
- /codefresh/volume/${CF_BLOCK_NAME}-argo-executor
166
166
rollback :
167
167
title : " Rollback"
168
- image : " codefresh/cf-argo-plugin:1.0 .0"
168
+ image : " codefresh/cf-argo-plugin:1.1 .0"
169
169
commands :
170
170
- 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