Skip to content

Commit

Permalink
Updating CSV to use 1.10.0 released image
Browse files Browse the repository at this point in the history
  • Loading branch information
cnbu-jenkins authored and pure-jliao committed Oct 24, 2022
1 parent 9ba29ba commit d0a38e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -916,6 +916,9 @@ spec:
image:
type: string
description: Docker image of the telemetry container.
logUploaderImage:
type: string
description: Docker image of the log-upload-service container.
security:
type: object
description: Contains security configuration for the storage cluster.
Expand Down Expand Up @@ -1391,6 +1394,12 @@ spec:
metricsCollectorProxy:
type: string
description: Desired image for metrics collector proxy.
telemetryProxy:
type: string
description: Desired image for telemetry proxy.
logUploader:
type: string
description: Desired image for log uploader.
conditions:
type: array
description: Contains details for the current condition of this cluster.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ metadata:
capabilities: Auto Pilot
categories: "Storage"
description: Cloud native storage solution for production workloads
containerImage: portworx/px-operator:1.10.0-dev
containerImage: registry.connect.redhat.com/portworx/openstorage-operator@sha256:088f1af8328269bd6c36360c2e04ded7164c16bc130238707a824fb58b33e55e
repository: https://github.com/libopenstorage/operator
createdAt: 2022-09-08T17:28:41Z
createdAt: 2022-10-24T19:25:49Z
support: Portworx, Inc
certified: "true"
operatorframework.io/initialization-resource: |-
Expand Down Expand Up @@ -215,7 +215,7 @@ spec:
topologyKey: kubernetes.io/hostname
containers:
- name: portworx-operator
image: portworx/px-operator:1.10.0-dev
image: registry.connect.redhat.com/portworx/openstorage-operator@sha256:088f1af8328269bd6c36360c2e04ded7164c16bc130238707a824fb58b33e55e
imagePullPolicy: Always
command:
- /operator
Expand Down

0 comments on commit d0a38e8

Please sign in to comment.