From ac964d8acba943acbec27c9008bb926a006d1a09 Mon Sep 17 00:00:00 2001 From: Piyush Nimbalkar Date: Thu, 24 Sep 2020 21:48:35 -0700 Subject: [PATCH] Updating CSV to use 1.4.0 released image Signed-off-by: Piyush Nimbalkar --- .../portworxoperator.v1.4.0.clusterserviceversion.yaml | 6 +++--- deploy/operator.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/olm-catalog/portworx/1.4.0/portworxoperator.v1.4.0.clusterserviceversion.yaml b/deploy/olm-catalog/portworx/1.4.0/portworxoperator.v1.4.0.clusterserviceversion.yaml index 202e9a204d..1dcda83e63 100644 --- a/deploy/olm-catalog/portworx/1.4.0/portworxoperator.v1.4.0.clusterserviceversion.yaml +++ b/deploy/olm-catalog/portworx/1.4.0/portworxoperator.v1.4.0.clusterserviceversion.yaml @@ -7,9 +7,9 @@ metadata: capabilities: Auto Pilot categories: "Storage" description: Cloud native storage solution for production workloads - containerImage: openstorage/openstorage-operator:1.4.0-dev + containerImage: registry.connect.redhat.com/portworx/openstorage-operator@sha256:33d30cff89316c4cc1ab22987fdf6a99304c4cf167fa7365b5b6db51b2b4825b repository: https://github.com/libopenstorage/operator - createdAt: 2020-04-01T08:00:00Z + createdAt: 2020-09-24T08:00:00Z support: Portworx, Inc certified: "true" alm-examples: |- @@ -206,7 +206,7 @@ spec: topologyKey: kubernetes.io/hostname containers: - name: portworx-operator - image: openstorage/openstorage-operator:1.4.0-dev + image: registry.connect.redhat.com/portworx/openstorage-operator@sha256:33d30cff89316c4cc1ab22987fdf6a99304c4cf167fa7365b5b6db51b2b4825b imagePullPolicy: Always command: - /operator diff --git a/deploy/operator.yaml b/deploy/operator.yaml index 5fbea71b0a..166bac5b2c 100644 --- a/deploy/operator.yaml +++ b/deploy/operator.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: portworx-operator - image: openstorage/openstorage-operator:1.4.0-dev + image: openstorage/openstorage-operator:1.4.0 imagePullPolicy: Always command: - /operator