Skip to content

Commit 9090b7f

Browse files
committed
Migration of kube-rbac-proxy in gitops-operator
Signed-off-by: akhil nittala <nakhil@redhat.com>
1 parent 95c1da4 commit 9090b7f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bundle/manifests/gitops-operator.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ metadata:
190190
capabilities: Deep Insights
191191
console.openshift.io/plugins: '["gitops-plugin"]'
192192
containerImage: quay.io/redhat-developer/gitops-operator
193-
createdAt: "2026-04-13T13:27:20Z"
193+
createdAt: "2026-04-15T08:33:53Z"
194194
description: Enables teams to adopt GitOps principles for managing cluster configurations
195195
and application delivery across hybrid multi-cluster Kubernetes environments.
196196
features.operators.openshift.io/disconnected: "true"
@@ -859,7 +859,7 @@ spec:
859859
containers:
860860
- args:
861861
- --health-probe-bind-address=:8081
862-
- --metrics-bind-address=127.0.0.1:8080
862+
- --metrics-bind-address=:8443
863863
- --leader-elect
864864
command:
865865
- /usr/local/bin/manager
@@ -873,7 +873,7 @@ spec:
873873
- name: LABEL_SELECTOR
874874
- name: ENABLE_CONVERSION_WEBHOOK
875875
value: "true"
876-
image: quay.io/redhat-developer/gitops-operator:latest
876+
image: quay.io/nittalaakhil/openshift-gitops-operator:v0.0.2
877877
livenessProbe:
878878
httpGet:
879879
path: /healthz

config/default/manager_metrics_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
- name: manager
1717
args:
1818
- "--health-probe-bind-address=:8081"
19-
- "--metrics-bind-address=127.0.0.1:8080"
19+
- "--metrics-bind-address=:8443"
2020
- "--leader-elect"
2121
volumes:
2222
# Secret created by the service CA operator.

0 commit comments

Comments
 (0)