Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: app lifecycle image links
Signed-off-by: Mike Ng <[email protected]>
  • Loading branch information
mikeshng committed Nov 19, 2025
commit 7425056266211e2420cb0eca761e94cd15ac7791
4 changes: 2 additions & 2 deletions content/en/docs/getting-started/integration/app-lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ Traditional Argo CD resource delivery primarily uses a push model,
where resources are deployed from a centralized Argo CD instance to remote or managed clusters.

<div style="text-align: center; padding: 20px;">
<img src="https://github.com/open-cluster-management-io/argocd-pull-integration/raw/main/assets/push.png" alt="Argo CD Push Model" style="margin: 0 auto; width: 80%">
<img src="https://github.com/open-cluster-management-io/ocm/raw/main/solutions/deploy-argocd-apps-pull/assets/push.png" alt="Argo CD Push Model" style="margin: 0 auto; width: 80%">
</div>

With the OCM Argo CD add-on, users can leverage a pull based resource delivery model,
where managed clusters pull and apply application configurations.

<div style="text-align: center; padding: 20px;">
<img src="https://github.com/open-cluster-management-io/argocd-pull-integration/raw/main/assets/pull.png" alt="Argo CD Pull Model" style="margin: 0 auto; width: 80%">
<img src="https://github.com/open-cluster-management-io/ocm/raw/main/solutions/deploy-argocd-apps-pull/assets/pull.png" alt="Argo CD Pull Model" style="margin: 0 auto; width: 80%">
</div>

For more details, visit the
Expand Down