Skip to content

Commit cde73ef

Browse files
Cr update argo (#479)
* change docker version * update image
1 parent c01fad3 commit cde73ef

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.16.1
5+
version: 1.16.2
66
isPublic: true
77
description: This pipeline plugin trigger a sync for ArgoCD app
88
sources:
@@ -128,7 +128,7 @@ spec:
128128
steps:
129129
runArgoCd:
130130
title: "Run ArgoCD"
131-
image: "codefresh/cf-argo-plugin:0.2.2"
131+
image: "codefresh/cf-argo-plugin:0.2.3"
132132
commands:
133133
- >-
134134
cf-argo-plugin sync "${{app_name}}"
@@ -144,11 +144,11 @@ spec:
144144
- echo ARGOCD_OPTS=$ARGOCD_OPTS >> /meta/env_vars_to_export
145145
executeArgoCd:
146146
title: "ExecuteArgoCd"
147-
image: "codefresh/cf-argo-plugin:0.2.2"
147+
image: "codefresh/cf-argo-plugin:0.2.3"
148148
commands:
149149
- /codefresh/volume/${CF_BLOCK_NAME}-argo-executor
150150
rollback:
151151
title: "Rollback"
152-
image: "codefresh/cf-argo-plugin:0.2.2"
152+
image: "codefresh/cf-argo-plugin:0.2.3"
153153
commands:
154154
- 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)