26 lines
No EOL
822 B
Text
26 lines
No EOL
822 B
Text
views {
|
|
dynamic view view_gitops-inner-outer-loop_15 {
|
|
title 'outer-ci-loop'
|
|
|
|
include localbox, edp
|
|
include edp.forgejo with {
|
|
color gray
|
|
title 'Forgejo'
|
|
}
|
|
|
|
style edp._ {
|
|
color secondary
|
|
}
|
|
|
|
localbox.git -> edp.forgejo.forgejo.application_gitrepo 'git push'
|
|
edp.forgejo.forgejo.application_gitrepo -> edp.forgejoRunner 'on push'
|
|
|
|
edp.forgejoRunner -> edp.forgejo.imageregistry 'pushes new image'
|
|
edp.forgejoRunner -> edp.forgejo.forgejo.applicationspec_gitrepo 'pushes new appspec'
|
|
|
|
edp.forgejo.forgejo.applicationspec_gitrepo -> edp.argoCD 'triggers deployment'
|
|
edp.argoCD -> cloud 'deploys application'
|
|
cloud -> edp.forgejo.imageregistry 'pulls image'
|
|
}
|
|
|
|
} |