From aea485bb1b2081a4b045eea3dacafaa562e38cdf Mon Sep 17 00:00:00 2001 From: Jonathan Dobson Date: Wed, 4 Feb 2026 18:25:20 -0700 Subject: [PATCH] STOR-2752: Early chore: update OCP version in OLM metadata --- config/manifests/local-storage-operator.package.yaml | 2 +- ...local-storage-operator.clusterserviceversion.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/manifests/local-storage-operator.package.yaml b/config/manifests/local-storage-operator.package.yaml index 10775bf09..6782296b3 100644 --- a/config/manifests/local-storage-operator.package.yaml +++ b/config/manifests/local-storage-operator.package.yaml @@ -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 diff --git a/config/manifests/stable/local-storage-operator.clusterserviceversion.yaml b/config/manifests/stable/local-storage-operator.clusterserviceversion.yaml index befc21c6c..2920a95e1 100644 --- a/config/manifests/stable/local-storage-operator.clusterserviceversion.yaml +++ b/config/manifests/stable/local-storage-operator.clusterserviceversion.yaml @@ -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: |- @@ -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. @@ -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 @@ -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