Skip to content

Commit 3b3b034

Browse files
Cr argocd 24 (#531)
* change docker version * update argocd to 2.4
1 parent ef2249c commit 3b3b034

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

graduated/argocd-sync/step.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '1.0'
22
kind: step-type
33
metadata:
44
name: argocd-sync
5-
version: 1.17.0
5+
version: 1.17.1
66
isPublic: true
77
description: This pipeline plugin trigger a sync for ArgoCD app
88
sources:
@@ -138,7 +138,7 @@ spec:
138138
steps:
139139
runArgoCd:
140140
title: "Run ArgoCD"
141-
image: "codefresh/cf-argo-plugin:0.3.0"
141+
image: "codefresh/cf-argo-plugin:0.3.1"
142142
commands:
143143
- >-
144144
cf-argo-plugin sync "${{app_name}}"
@@ -154,11 +154,11 @@ spec:
154154
- echo ARGOCD_OPTS=$ARGOCD_OPTS >> /meta/env_vars_to_export
155155
executeArgoCd:
156156
title: "ExecuteArgoCd"
157-
image: "codefresh/cf-argo-plugin:0.3.0"
157+
image: "codefresh/cf-argo-plugin:0.3.1"
158158
commands:
159159
- /codefresh/volume/${CF_BLOCK_NAME}-argo-executor
160160
rollback:
161161
title: "Rollback"
162-
image: "codefresh/cf-argo-plugin:0.3.0"
162+
image: "codefresh/cf-argo-plugin:0.3.1"
163163
commands:
164164
- cf-argo-plugin rollback ${{app_name}} --code=$ARGO_SYNC_ERROR --cf-host=$CF_URL --cf-token=$CF_API_KEY --cf-integration="${{context}}" --needRollback=${{rollback}}

0 commit comments

Comments
 (0)