Skip to content

Commit ebdf017

Browse files
Cr update argocd version (#539)
* change docker version * update argocd version
1 parent b479022 commit ebdf017

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.18.0
5+
version: 1.19.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:0.3.2"
146+
image: "codefresh/cf-argo-plugin:1.0.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:0.3.2"
163+
image: "codefresh/cf-argo-plugin:1.0.0"
164164
commands:
165165
- /codefresh/volume/${CF_BLOCK_NAME}-argo-executor
166166
rollback:
167167
title: "Rollback"
168-
image: "codefresh/cf-argo-plugin:0.3.2"
168+
image: "codefresh/cf-argo-plugin:1.0.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}}

0 commit comments

Comments
 (0)