From 37eb3544893fa7dee823ab2f189329ad52672b36 Mon Sep 17 00:00:00 2001 From: Piyush Nimbalkar Date: Wed, 19 Aug 2020 16:26:15 -0700 Subject: [PATCH] Updating CSV to use 1.3.4 released image Signed-off-by: Piyush Nimbalkar --- .../portworxoperator.v1.3.4.clusterserviceversion.yaml | 6 +++--- deploy/operator.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/olm-catalog/portworx/1.3.4/portworxoperator.v1.3.4.clusterserviceversion.yaml b/deploy/olm-catalog/portworx/1.3.4/portworxoperator.v1.3.4.clusterserviceversion.yaml index 4fe432332..5cd7ac487 100644 --- a/deploy/olm-catalog/portworx/1.3.4/portworxoperator.v1.3.4.clusterserviceversion.yaml +++ b/deploy/olm-catalog/portworx/1.3.4/portworxoperator.v1.3.4.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.3.4-dev + containerImage: registry.connect.redhat.com/portworx/openstorage-operator@sha256:2250bdf7f21e8ebaa30bac92025771724bcfc2adda70817c65b864b1e87cd58d repository: https://github.com/libopenstorage/operator - createdAt: 2020-08-13T08:00:00Z + createdAt: 2020-08-19T08:00:00Z support: Portworx, Inc certified: "true" alm-examples: |- @@ -209,7 +209,7 @@ spec: topologyKey: kubernetes.io/hostname containers: - name: portworx-operator - image: openstorage/openstorage-operator:1.3.4-dev + image: registry.connect.redhat.com/portworx/openstorage-operator@sha256:2250bdf7f21e8ebaa30bac92025771724bcfc2adda70817c65b864b1e87cd58d imagePullPolicy: Always command: - /operator diff --git a/deploy/operator.yaml b/deploy/operator.yaml index e427abf8e..2a262ee65 100644 --- a/deploy/operator.yaml +++ b/deploy/operator.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: portworx-operator - image: openstorage/openstorage-operator:1.3.4-dev + image: openstorage/openstorage-operator:1.3.4 imagePullPolicy: Always command: - /operator