From 2ce238a1a3e65470fb052b6f8010ddcd853fa1f9 Mon Sep 17 00:00:00 2001 From: Rewant Soni Date: Wed, 13 Nov 2024 13:51:26 +0530 Subject: [PATCH] bundle: update versions - update noobaa version - update cephcsi-operator version - update the csi-addons version - CSV from 4.17 to 4.18 Signed-off-by: Rewant Soni --- .../ocs-client-operator.clusterserviceversion.yaml | 6 +++--- bundle/metadata/dependencies.yaml | 4 ++-- config/metadata/dependencies.yaml | 4 ++-- hack/make-bundle-vars.mk | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bundle/manifests/ocs-client-operator.clusterserviceversion.yaml b/bundle/manifests/ocs-client-operator.clusterserviceversion.yaml index 5eaa6f839..3364af75e 100644 --- a/bundle/manifests/ocs-client-operator.clusterserviceversion.yaml +++ b/bundle/manifests/ocs-client-operator.clusterserviceversion.yaml @@ -7,7 +7,7 @@ metadata: categories: Storage console.openshift.io/plugins: '["odf-client-console"]' containerImage: quay.io/ocs-dev/ocs-client-operator:latest - createdAt: "2024-11-10T14:44:36Z" + createdAt: "2024-11-13T08:28:34Z" description: OpenShift Data Foundation client operator enables consumption of storage services from a remote centralized OpenShift Data Foundation provider cluster. @@ -21,7 +21,7 @@ metadata: support: Red Hat labels: operatorframework.io/arch.amd64: supported - name: ocs-client-operator.v4.17.0 + name: ocs-client-operator.v4.18.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -661,4 +661,4 @@ spec: maturity: alpha provider: name: Red Hat - version: 4.17.0 + version: 4.18.0 diff --git a/bundle/metadata/dependencies.yaml b/bundle/metadata/dependencies.yaml index 16044a9b1..b3fa8f58f 100644 --- a/bundle/metadata/dependencies.yaml +++ b/bundle/metadata/dependencies.yaml @@ -6,8 +6,8 @@ dependencies: - type: olm.package value: packageName: cephcsi-operator - version: 4.17.0 + version: 4.18.0 - type: olm.package value: packageName: noobaa-operator - version: ">=5.16.0 <=5.17.0" + version: ">=5.17.0 <=5.18.0" diff --git a/config/metadata/dependencies.yaml b/config/metadata/dependencies.yaml index 16044a9b1..b3fa8f58f 100644 --- a/config/metadata/dependencies.yaml +++ b/config/metadata/dependencies.yaml @@ -6,8 +6,8 @@ dependencies: - type: olm.package value: packageName: cephcsi-operator - version: 4.17.0 + version: 4.18.0 - type: olm.package value: packageName: noobaa-operator - version: ">=5.16.0 <=5.17.0" + version: ">=5.17.0 <=5.18.0" diff --git a/hack/make-bundle-vars.mk b/hack/make-bundle-vars.mk index 17c71bbaa..43fcc60d4 100644 --- a/hack/make-bundle-vars.mk +++ b/hack/make-bundle-vars.mk @@ -3,7 +3,7 @@ # To re-generate a bundle for another specific version without changing the standard setup, you can: # - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2) # - use environment variables to overwrite this value (e.g export VERSION=0.0.2) -VERSION ?= 4.17.0 +VERSION ?= 4.18.0 # DEFAULT_CHANNEL defines the default channel used in the bundle. # Add a new line here if you would like to change its default config. (E.g DEFAULT_CHANNEL = "stable")