Skip to content

Commit 630d6db

Browse files
committed
fix: Reciving TargetDown after upgrading GitOps
Signed-off-by: akhil nittala <[email protected]>
1 parent 6ae0a4d commit 630d6db

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-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:

0 commit comments

Comments
 (0)