diff --git a/bundle/odf-operator/manifests/odf-operator.clusterserviceversion.yaml b/bundle/odf-operator/manifests/odf-operator.clusterserviceversion.yaml index eb5e4d81..eac6f470 100644 --- a/bundle/odf-operator/manifests/odf-operator.clusterserviceversion.yaml +++ b/bundle/odf-operator/manifests/odf-operator.clusterserviceversion.yaml @@ -35,7 +35,7 @@ metadata: categories: Storage console.openshift.io/plugins: '["odf-console"]' containerImage: quay.io/ocs-dev/odf-operator:latest - createdAt: "2024-11-21T13:20:34Z" + createdAt: "2024-12-04T07:33:51Z" description: OpenShift Data Foundation provides a common control plane for storage solutions on OpenShift Container Platform. features.operators.openshift.io/token-auth-aws: "true" @@ -372,26 +372,9 @@ spec: control-plane: controller-manager spec: containers: - - args: - - --secure-listen-address=0.0.0.0:8443 - - --upstream=http://127.0.0.1:8080/ - - --logtostderr=true - - --v=0 - image: registry.redhat.io/openshift4/ose-kube-rbac-proxy:v4.11.0 - name: kube-rbac-proxy - ports: - - containerPort: 8443 - name: https - resources: {} - securityContext: - allowPrivilegeEscalation: false - capabilities: - drop: - - ALL - readOnlyRootFilesystem: true - args: - --health-probe-bind-address=:8081 - - --metrics-bind-address=127.0.0.1:8080 + - --metrics-bind-address=:8443 - --leader-elect - --odf-console-port=9001 command: