Skip to content

Commit

Permalink
Merge pull request #71 from openinfradev/new_argocd_cli
Browse files Browse the repository at this point in the history
use new argocd-cli image
  • Loading branch information
ktkfree authored Feb 22, 2022
2 parents 75fc81c + 531562a commit e579a9a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion templates/argo-cd/createapp-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
activeDeadlineSeconds: 900
container:
name: 'create'
image: docker.io/sktdev/argocd:latest
image: docker.io/sktcloud/argocd-cli:v2.2.5
imagePullPolicy: IfNotPresent
command:
- /bin/bash
Expand Down
2 changes: 1 addition & 1 deletion templates/argo-cd/delete-apps-by-label-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
activeDeadlineSeconds: 900
container:
name: 'delete-apps'
image: docker.io/sktdev/argocd:latest
image: docker.io/sktcloud/argocd-cli:v2.2.5
imagePullPolicy: IfNotPresent
command:
- /bin/bash
Expand Down
2 changes: 1 addition & 1 deletion templates/argo-cd/prepare-argocd-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
- name: createProject
container:
name: create
image: 'docker.io/sktdev/argocd:latest'
image: 'docker.io/sktcloud/argocd-cli:v2.2.5'
imagePullPolicy: IfNotPresent
command:
- /bin/bash
Expand Down
2 changes: 1 addition & 1 deletion templates/decapod-apps/remove-servicemesh-all-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ spec:
- name: app_group
container:
name: delete-argocd-app
image: 'docker.io/sktdev/argocd:latest'
image: docker.io/sktcloud/argocd-cli:v2.2.5
command:
- /bin/bash
- '-c'
Expand Down
2 changes: 1 addition & 1 deletion templates/decapod-apps/service-mesh-wf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ spec:
metadata: {}
container:
name: sync-app
image: 'docker.io/sktdev/argocd:latest'
image: docker.io/sktcloud/argocd-cli:v2.2.5
command:
- /bin/bash
- '-c'
Expand Down

0 comments on commit e579a9a

Please sign in to comment.