You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration/images.md
+82
Original file line number
Diff line number
Diff line change
@@ -353,6 +353,88 @@ If the `<image_alias>.helm.image-spec` annotation is set, the two other
353
353
annotations `<image_alias>.helm.image-name` and `<image_alias>.helm.image-tag`
354
354
will be ignored.
355
355
356
+
## Targeting specific sources in a multi-source application
357
+
358
+
!!! warning "Beta Feature"
359
+
Multi-source applications are currently considered a beta feature within ArgoCD, therefore ArgoCD Image Updater's support for it should be considered beta as well. For more information on this feature, please consult the [ArgoCD documentation](https://argo-cd.readthedocs.io/en/stable/user-guide/multiple_sources/).
360
+
361
+
Typical applications only have a single source associated with them, however with ArgoCD 2.6+ multiple sources can be specified for a single application. This can occasionally serve as an alternative to the Application of Applications pattern. This may also require the ability to limit the scope of an image update to a single source. Consider the following example of a multi-source application definition:
0 commit comments