From f39ce62de4af2fac6d845322f9b474973590b85d Mon Sep 17 00:00:00 2001 From: Rajendra Indukuri <82365588+rajendraindukuri@users.noreply.github.com> Date: Tue, 28 May 2024 19:14:20 +0530 Subject: [PATCH] Updated final manifests (#574) --- README.md | 2 +- bundle.Dockerfile | 4 ++-- .../manifests/dell-csm-operator.clusterserviceversion.yaml | 5 ++--- bundle/metadata/annotations.yaml | 4 ++-- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f501bcad..039708bd 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ For any CSM Operator and driver issues, questions or feedback, join the [Dell Te Dell Container Storage Modules Operator has been tested and qualified with * Upstream Kubernetes cluster v1.27, v1.28, v1.29 - * OpenShift Clusters 4.13, 4.14 with RHEL 8.x & RHCOS worker nodes + * OpenShift Clusters 4.13, 4.14, 4.15 with RHEL 8.x & RHCOS worker nodes ## Installation diff --git a/bundle.Dockerfile b/bundle.Dockerfile index 27bc1770..f5268118 100644 --- a/bundle.Dockerfile +++ b/bundle.Dockerfile @@ -8,14 +8,14 @@ LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/ LABEL operators.operatorframework.io.bundle.package.v1=dell-csm-operator LABEL operators.operatorframework.io.bundle.channels.v1=stable LABEL operators.operatorframework.io.bundle.channel.default.v1=stable -LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.34.1 +LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.34.2 LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1 LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3 # Labels for testing. LABEL operators.operatorframework.io.test.mediatype.v1=scorecard+v1 LABEL operators.operatorframework.io.test.config.v1=tests/scorecard/ -LABEL com.redhat.openshift.versions=v4.13-v4.14 +LABEL com.redhat.openshift.versions=v4.13-v4.15 LABEL com.redhat.delivery.backport=false LABEL com.redhat.delivery.operator.bundle=true diff --git a/bundle/manifests/dell-csm-operator.clusterserviceversion.yaml b/bundle/manifests/dell-csm-operator.clusterserviceversion.yaml index 42101a04..302455c0 100644 --- a/bundle/manifests/dell-csm-operator.clusterserviceversion.yaml +++ b/bundle/manifests/dell-csm-operator.clusterserviceversion.yaml @@ -1393,7 +1393,7 @@ metadata: capabilities: Seamless Upgrades categories: Storage containerImage: docker.io/dellemc/dell-csm-operator:v1.5.1 - createdAt: "2024-03-19T11:05:35Z" + createdAt: "2024-05-28T13:19:03Z" description: Easily install and manage Dell’s CSI Drivers and CSM features.operators.openshift.io/disconnected: "true" features.operators.openshift.io/fips-compliant: "false" @@ -1402,7 +1402,7 @@ metadata: features.operators.openshift.io/token-auth-aws: "false" features.operators.openshift.io/token-auth-azure: "false" features.operators.openshift.io/token-auth-gcp: "false" - operators.operatorframework.io/builder: operator-sdk-v1.34.1 + operators.operatorframework.io/builder: operator-sdk-v1.34.2 operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: https://github.com/dell/csm-operator support: Dell Technologies @@ -3861,4 +3861,3 @@ spec: skips: - dell-csm-operator.v1.5.0 version: 1.5.1 - diff --git a/bundle/metadata/annotations.yaml b/bundle/metadata/annotations.yaml index 76590667..2fd29fb7 100644 --- a/bundle/metadata/annotations.yaml +++ b/bundle/metadata/annotations.yaml @@ -6,7 +6,7 @@ annotations: operators.operatorframework.io.bundle.package.v1: dell-csm-operator operators.operatorframework.io.bundle.channels.v1: stable operators.operatorframework.io.bundle.channel.default.v1: stable - operators.operatorframework.io.metrics.builder: operator-sdk-v1.34.1 + operators.operatorframework.io.metrics.builder: operator-sdk-v1.34.2 operators.operatorframework.io.metrics.mediatype.v1: metrics+v1 operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3 @@ -15,4 +15,4 @@ annotations: operators.operatorframework.io.test.config.v1: tests/scorecard/ # Annotations to specify supported OCP versions. - com.redhat.openshift.versions: v4.13-v4.14 \ No newline at end of file + com.redhat.openshift.versions: v4.13-v4.15 \ No newline at end of file