File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
deploy/olm-catalog/portworx/1.10.5 Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,13 @@ spec:
130130 type : object
131131 description : Spec to control the desired behavior of storage cluster rolling update.
132132 properties :
133+ minReadySeconds :
134+ description : Minimum number of seconds for which a newly created Portworx pod
135+ should be ready without any of its container crashing for it to
136+ be considered available. Defaults to 0 (pod will be considered available
137+ as soon as it is ready).
138+ format : int32
139+ type : integer
133140 maxUnavailable :
134141 x-kubernetes-int-or-string : true
135142 description : >-
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.5-dev
10+ containerImage : registry.connect.redhat.com/ portworx/openstorage -operator@sha256:58ace6e7dd532ac50e938372b983c2a61205b730af6b95db9c14a7ee4fd90aa3
1111 repository : https://github.com/libopenstorage/operator
12- createdAt : 2023-02-22T17:24:13Z
12+ createdAt : 2023-03-07T22:17:42Z
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.5-dev
218+ image : registry.connect.redhat.com/ portworx/openstorage -operator@sha256:58ace6e7dd532ac50e938372b983c2a61205b730af6b95db9c14a7ee4fd90aa3
219219 imagePullPolicy : Always
220220 command :
221221 - /operator
You can’t perform that action at this time.
0 commit comments