From cc65046bf020e53fe2890c4155ddbc16c558d49a Mon Sep 17 00:00:00 2001 From: akhil nittala Date: Mon, 5 Jan 2026 12:19:40 +0530 Subject: [PATCH 1/2] fix: Reciving TargetDown after upgrading GitOps Signed-off-by: akhil nittala --- bundle/manifests/gitops-operator.clusterserviceversion.yaml | 6 +++++- config/rbac/auth_proxy_role.yaml | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/bundle/manifests/gitops-operator.clusterserviceversion.yaml b/bundle/manifests/gitops-operator.clusterserviceversion.yaml index 921985172..d23183775 100644 --- a/bundle/manifests/gitops-operator.clusterserviceversion.yaml +++ b/bundle/manifests/gitops-operator.clusterserviceversion.yaml @@ -180,7 +180,7 @@ metadata: capabilities: Deep Insights console.openshift.io/plugins: '["gitops-plugin"]' containerImage: quay.io/redhat-developer/gitops-operator - createdAt: "2025-12-08T07:34:14Z" + createdAt: "2026-01-05T06:48:38Z" description: Enables teams to adopt GitOps principles for managing cluster configurations and application delivery across hybrid multi-cluster Kubernetes environments. features.operators.openshift.io/disconnected: "true" @@ -801,6 +801,10 @@ spec: - get - update - watch + - nonResourceURLs: + - /metrics + verbs: + - get - apiGroups: - authentication.k8s.io resources: diff --git a/config/rbac/auth_proxy_role.yaml b/config/rbac/auth_proxy_role.yaml index 80e1857c5..2bd4fd172 100644 --- a/config/rbac/auth_proxy_role.yaml +++ b/config/rbac/auth_proxy_role.yaml @@ -3,6 +3,10 @@ kind: ClusterRole metadata: name: proxy-role rules: +- nonResourceURLs: + - "/metrics" + verbs: + - get - apiGroups: - authentication.k8s.io resources: @@ -14,4 +18,4 @@ rules: resources: - subjectaccessreviews verbs: - - create + - create \ No newline at end of file From e4d40e54e473ff4412dbc468b17f67971a68e26a Mon Sep 17 00:00:00 2001 From: akhil nittala Date: Mon, 5 Jan 2026 12:44:01 +0530 Subject: [PATCH 2/2] fix: Reciving TargetDown after upgrading GitOps Signed-off-by: akhil nittala --- bundle/manifests/gitops-operator.clusterserviceversion.yaml | 2 +- config/rbac/auth_proxy_role.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle/manifests/gitops-operator.clusterserviceversion.yaml b/bundle/manifests/gitops-operator.clusterserviceversion.yaml index d23183775..2ad54ce34 100644 --- a/bundle/manifests/gitops-operator.clusterserviceversion.yaml +++ b/bundle/manifests/gitops-operator.clusterserviceversion.yaml @@ -180,7 +180,7 @@ metadata: capabilities: Deep Insights console.openshift.io/plugins: '["gitops-plugin"]' containerImage: quay.io/redhat-developer/gitops-operator - createdAt: "2026-01-05T06:48:38Z" + createdAt: "2026-01-05T07:13:54Z" description: Enables teams to adopt GitOps principles for managing cluster configurations and application delivery across hybrid multi-cluster Kubernetes environments. features.operators.openshift.io/disconnected: "true" diff --git a/config/rbac/auth_proxy_role.yaml b/config/rbac/auth_proxy_role.yaml index 2bd4fd172..2c5e79556 100644 --- a/config/rbac/auth_proxy_role.yaml +++ b/config/rbac/auth_proxy_role.yaml @@ -18,4 +18,4 @@ rules: resources: - subjectaccessreviews verbs: - - create \ No newline at end of file + - create