Skip to content

Commit d296793

Browse files
authored
fix: Receiving TargetDown after upgrading GitOps (#1044)
* fix: Reciving TargetDown after upgrading GitOps Signed-off-by: akhil nittala <[email protected]> * fix: Reciving TargetDown after upgrading GitOps Signed-off-by: akhil nittala <[email protected]> --------- Signed-off-by: akhil nittala <[email protected]>
1 parent 7a5cfe6 commit d296793

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-04T09:14:27Z"
183+
createdAt: "2026-01-02T14:58:20Z"
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"
@@ -806,6 +806,10 @@ spec:
806806
- get
807807
- update
808808
- watch
809+
- nonResourceURLs:
810+
- /metrics
811+
verbs:
812+
- get
809813
- apiGroups:
810814
- authentication.k8s.io
811815
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)