Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating CSV to use 23.5.1 released image #1123

Merged
merged 2 commits into from
Jul 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ metadata:
capabilities: Auto Pilot
categories: "Storage"
description: Cloud native storage solution for production workloads
containerImage: docker.io/portworx/px-operator:23.5.1-dev
containerImage: registry.connect.redhat.com/portworx/openstorage-operator@sha256:7e2f45ec7d10dd8b9c7e122b0d3dfd4db617e01db9e010e49a39f84acc1615cf
repository: https://github.com/libopenstorage/operator
createdAt: 2023-06-21T18:58:10Z
createdAt: 2023-07-11T05:23:18Z
support: Portworx, Inc
certified: "true"
console.openshift.io/plugins: '["portworx"]'
Expand Down Expand Up @@ -63,7 +63,7 @@ spec:
keywords: ["portworx", "persistent storage", "storage", "cloud native", "open source"]
relatedImages:
- name: portworx-operator
image: docker.io/portworx/px-operator:23.5.1-dev
image: registry.connect.redhat.com/portworx/openstorage-operator@sha256:7e2f45ec7d10dd8b9c7e122b0d3dfd4db617e01db9e010e49a39f84acc1615cf
labels:
operated-by: portworx-operator
selector:
Expand Down Expand Up @@ -220,7 +220,7 @@ spec:
topologyKey: kubernetes.io/hostname
containers:
- name: portworx-operator
image: docker.io/portworx/px-operator:23.5.1-dev
image: registry.connect.redhat.com/portworx/openstorage-operator@sha256:7e2f45ec7d10dd8b9c7e122b0d3dfd4db617e01db9e010e49a39f84acc1615cf
imagePullPolicy: Always
command:
- /operator
Expand Down