Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion config/manifests/local-storage-operator.package.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
packageName: local-storage-operator
channels:
- name: stable
currentCSV: local-storage-operator.v4.21.0
currentCSV: local-storage-operator.v4.22.0
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: operators.coreos.com/v1alpha1
kind: ClusterServiceVersion
metadata:
name: local-storage-operator.v4.21.0
name: local-storage-operator.v4.22.0
namespace: placeholder
annotations:
alm-examples: |-
Expand Down Expand Up @@ -115,11 +115,11 @@ metadata:
repository: https://github.com/openshift/local-storage-operator
createdAt: "2019-08-14T00:00:00Z"
description: Configure and use local storage volumes.
olm.properties: '[{"type":"olm.maxOpenShiftVersion","value":"4.22"}]'
olm.skipRange: ">=4.3.0 <4.21.0"
olm.properties: '[{"type":"olm.maxOpenShiftVersion","value":"4.23"}]'
olm.skipRange: ">=4.3.0 <4.22.0"
operators.openshift.io/infrastructure-features: '["disconnected"]'
operators.operatorframework.io/internal-objects: '["localvolumediscoveryresults.local.storage.openshift.io"]'
operators.openshift.io/must-gather-image: registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9:v4.21.0
operators.openshift.io/must-gather-image: registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9:v4.22.0
# This annotation injection is a workaround for BZ-1950047, since the associated
# annotation in spec.install.spec.deployments.template.metadata is presently ignored.
# TODO: remove the next line after BZ-1950047 is resolved.
Expand Down Expand Up @@ -154,7 +154,7 @@ spec:
url: https://github.com/openshift/local-storage-operator/tree/main/docs
- name: Source Repository
url: https://github.com/openshift/local-storage-operator
version: 4.21.0
version: 4.22.0
maturity: stable
maintainers:
- email: aos-storage-staff@redhat.com
Expand All @@ -164,7 +164,7 @@ spec:
name: Red Hat
labels:
alm-owner-metering: local-storage-operator
alm-status-descriptors: local-storage-operator.v4.21.0
alm-status-descriptors: local-storage-operator.v4.22.0
selector:
matchLabels:
alm-owner-metering: local-storage-operator
Expand Down