Skip to content

Commit

Permalink
Updating CSV to use 1.4.5 released image (#281)
Browse files Browse the repository at this point in the history
Signed-off-by: MichaelXie <[email protected]>
  • Loading branch information
haibinxie authored Apr 19, 2021
1 parent e2577d3 commit 8dce480
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.5-dev
containerImage: registry.connect.redhat.com/portworx/openstorage-operator@sha256:87eafc31b7aa1e376f56a62fed1f66a33bff0509b2730ce3e211704cec969ebe
repository: https://github.com/libopenstorage/operator
createdAt: 2021-03-15T08:00:00Z
createdAt: 2021-04-19T16: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.5-dev
image: registry.connect.redhat.com/portworx/openstorage-operator@sha256:87eafc31b7aa1e376f56a62fed1f66a33bff0509b2730ce3e211704cec969ebe
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.5-dev
image: openstorage/openstorage-operator:1.4.5
imagePullPolicy: Always
command:
- /operator
Expand Down

0 comments on commit 8dce480

Please sign in to comment.