File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
deploy/olm-catalog/portworx/1.10.0 Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -916,6 +916,9 @@ spec:
916916 image :
917917 type : string
918918 description : Docker image of the telemetry container.
919+ logUploaderImage :
920+ type : string
921+ description : Docker image of the log-upload-service container.
919922 security :
920923 type : object
921924 description : Contains security configuration for the storage cluster.
@@ -1391,6 +1394,12 @@ spec:
13911394 metricsCollectorProxy :
13921395 type : string
13931396 description : Desired image for metrics collector proxy.
1397+ telemetryProxy :
1398+ type : string
1399+ description : Desired image for telemetry proxy.
1400+ logUploader :
1401+ type : string
1402+ description : Desired image for log uploader.
13941403 conditions :
13951404 type : array
13961405 description : Contains details for the current condition of this cluster.
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ metadata:
77 capabilities : Auto Pilot
88 categories : " Storage"
99 description : Cloud native storage solution for production workloads
10- containerImage : portworx/px -operator:1.10.0-dev
10+ containerImage : registry.connect.redhat.com/ portworx/openstorage -operator@sha256:088f1af8328269bd6c36360c2e04ded7164c16bc130238707a824fb58b33e55e
1111 repository : https://github.com/libopenstorage/operator
12- createdAt : 2022-09-08T17:28:41Z
12+ createdAt : 2022-10-24T19:25:49Z
1313 support : Portworx, Inc
1414 certified : " true"
1515 operatorframework.io/initialization-resource : |-
@@ -215,7 +215,7 @@ spec:
215215 topologyKey : kubernetes.io/hostname
216216 containers :
217217 - name : portworx-operator
218- image : portworx/px -operator:1.10.0-dev
218+ image : registry.connect.redhat.com/ portworx/openstorage -operator@sha256:088f1af8328269bd6c36360c2e04ded7164c16bc130238707a824fb58b33e55e
219219 imagePullPolicy : Always
220220 command :
221221 - /operator
You can’t perform that action at this time.
0 commit comments