Skip to content

Commit e6e11ea

Browse files
[apline -> debian release] cf-argo-plugin (#508)
1 parent 1fdc158 commit e6e11ea

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

graduated/argocd-rollout/step.yaml

Lines changed: 3 additions & 3 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-rollout
5-
version: 1.7.0
5+
version: 1.7.1
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.2"
117+
image: "quay.io/codefreshplugins/cf-argo-plugin:0.2.9"
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.2"
130+
image: "codefresh/cf-argo-plugin:0.2.9"
131131
commands:
132132
- /codefresh/volume/argo-executor

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.5
5+
version: 1.16.6
66
isPublic: true
77
description: This pipeline plugin trigger a sync for ArgoCD app
88
sources:
@@ -133,7 +133,7 @@ spec:
133133
steps:
134134
runArgoCd:
135135
title: "Run ArgoCD"
136-
image: "codefresh/cf-argo-plugin:0.2.6"
136+
image: "codefresh/cf-argo-plugin:0.2.9"
137137
commands:
138138
- >-
139139
cf-argo-plugin sync "${{app_name}}"
@@ -149,11 +149,11 @@ spec:
149149
- echo ARGOCD_OPTS=$ARGOCD_OPTS >> /meta/env_vars_to_export
150150
executeArgoCd:
151151
title: "ExecuteArgoCd"
152-
image: "codefresh/cf-argo-plugin:0.2.6"
152+
image: "codefresh/cf-argo-plugin:0.2.9"
153153
commands:
154154
- /codefresh/volume/${CF_BLOCK_NAME}-argo-executor
155155
rollback:
156156
title: "Rollback"
157-
image: "codefresh/cf-argo-plugin:0.2.6"
157+
image: "codefresh/cf-argo-plugin:0.2.9"
158158
commands:
159159
- 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)