Skip to content

Commit

Permalink
Updating CSV to use 1.4.1 released image
Browse files Browse the repository at this point in the history
Signed-off-by: Piyush Nimbalkar <[email protected]>
  • Loading branch information
Piyush Nimbalkar committed Nov 6, 2020
1 parent b197f84 commit 6656bde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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: openstorage/openstorage-operator:1.4.1-dev
containerImage: registry.connect.redhat.com/portworx/openstorage-operator@sha256:c63027f0e0f18289856f56e14d903b362eeac2a110c47cc0e7deda4e99c13df1
repository: https://github.com/libopenstorage/operator
createdAt: 2020-10-07T08:00:00Z
createdAt: 2020-11-06T08:00:00Z
support: Portworx, Inc
certified: "true"
alm-examples: |-
Expand Down Expand Up @@ -206,7 +206,7 @@ spec:
topologyKey: kubernetes.io/hostname
containers:
- name: portworx-operator
image: openstorage/openstorage-operator:1.4.1-dev
image: registry.connect.redhat.com/portworx/openstorage-operator@sha256:c63027f0e0f18289856f56e14d903b362eeac2a110c47cc0e7deda4e99c13df1
imagePullPolicy: Always
command:
- /operator
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: portworx-operator
image: openstorage/openstorage-operator:1.4.1-dev
image: openstorage/openstorage-operator:1.4.1
imagePullPolicy: Always
command:
- /operator
Expand Down

0 comments on commit 6656bde

Please sign in to comment.