From 1f1923c3134d5e192c1b1210b03112d0a330238a Mon Sep 17 00:00:00 2001 From: Liang Xia Date: Wed, 18 Mar 2026 14:19:57 +0800 Subject: [PATCH] Exclude images on app.ci to workaround ComparisonError --- clusters/core-ci/argocd/openshift-gitops_argocd.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/clusters/core-ci/argocd/openshift-gitops_argocd.yaml b/clusters/core-ci/argocd/openshift-gitops_argocd.yaml index 6712584646aad..16fdf803985f5 100644 --- a/clusters/core-ci/argocd/openshift-gitops_argocd.yaml +++ b/clusters/core-ci/argocd/openshift-gitops_argocd.yaml @@ -172,6 +172,12 @@ spec: kinds: - TaskRun - PipelineRun + - apiGroups: + - image.openshift.io + clusters: + - 'app.ci' + kinds: + - Image server: autoscale: enabled: false