Skip to content

Commit 8a4b5be

Browse files
authored
fix: Reciving TargetDown after upgrading GitOps (#1047)
Signed-off-by: akhil nittala <[email protected]>
1 parent 139d7ed commit 8a4b5be

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

bundle/manifests/gitops-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ metadata:
180180
capabilities: Deep Insights
181181
console.openshift.io/plugins: '["gitops-plugin"]'
182182
containerImage: quay.io/redhat-developer/gitops-operator
183-
createdAt: "2025-12-12T07:58:50Z"
183+
createdAt: "2026-01-05T06:58:15Z"
184184
description: Enables teams to adopt GitOps principles for managing cluster configurations
185185
and application delivery across hybrid multi-cluster Kubernetes environments.
186186
features.operators.openshift.io/disconnected: "true"
@@ -809,6 +809,10 @@ spec:
809809
- get
810810
- update
811811
- watch
812+
- nonResourceURLs:
813+
- /metrics
814+
verbs:
815+
- get
812816
- apiGroups:
813817
- authentication.k8s.io
814818
resources:

config/rbac/auth_proxy_role.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ kind: ClusterRole
33
metadata:
44
name: proxy-role
55
rules:
6+
- nonResourceURLs:
7+
- "/metrics"
8+
verbs:
9+
- get
610
- apiGroups:
711
- authentication.k8s.io
812
resources:

0 commit comments

Comments
 (0)