Skip to content

Commit 8d87f60

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

1 file changed

Lines changed: 2 additions & 32 deletions

File tree

bundle/manifests/gitops-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 32 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-01T16:54:16Z"
193+
createdAt: "2026-04-08T05:55:24Z"
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"
@@ -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.3
877877
livenessProbe:
878878
httpGet:
879879
path: /healthz
@@ -899,36 +899,6 @@ spec:
899899
- ALL
900900
readOnlyRootFilesystem: true
901901
runAsNonRoot: true
902-
- args:
903-
- --secure-listen-address=0.0.0.0:8443
904-
- --upstream=http://127.0.0.1:8080
905-
- --tls-cert-file=/etc/tls/private/tls.crt
906-
- --tls-private-key-file=/etc/tls/private/tls.key
907-
- --logtostderr=true
908-
- --allow-paths=/metrics
909-
- --http2-disable
910-
image: registry.redhat.io/openshift4/ose-kube-rbac-proxy:v4.15
911-
name: kube-rbac-proxy
912-
ports:
913-
- containerPort: 8443
914-
name: metrics
915-
protocol: TCP
916-
resources:
917-
limits:
918-
cpu: 500m
919-
memory: 128Mi
920-
requests:
921-
cpu: 1m
922-
memory: 15Mi
923-
securityContext:
924-
allowPrivilegeEscalation: false
925-
capabilities:
926-
drop:
927-
- ALL
928-
volumeMounts:
929-
- mountPath: /etc/tls/private
930-
name: kube-rbac-proxy-tls
931-
readOnly: true
932902
securityContext:
933903
runAsNonRoot: true
934904
serviceAccountName: openshift-gitops-operator-controller-manager

0 commit comments

Comments
 (0)