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
Is your feature request related to a problem? Please describe.
When ArgoCD is used to sync a catalog source that uses the olm.catalogImageTemplate to set the image name, the image is replaced using the template. ArgoCD then thinks the resource is out of sync, because the image name doesn't match the desired state.
Describe the solution you'd like
Automatically ignore that difference by ignoring fields set by the catalog manager, the same way we set tekton exclusions here.
Is your feature request related to a problem? Please describe.
When ArgoCD is used to sync a catalog source that uses the
olm.catalogImageTemplate
to set the image name, the image is replaced using the template. ArgoCD then thinks the resource is out of sync, because the image name doesn't match the desired state.See this repo as an example to sync: https://github.com/Jamstah/ibm-operator-catalog
Describe the solution you'd like
Automatically ignore that difference by ignoring fields set by the catalog manager, the same way we set tekton exclusions here.
In the default ArgoCD object, that would be:
Describe alternatives you've considered
Without this, users need to ignore the difference themselves.
The text was updated successfully, but these errors were encountered: