Skip to content

Commit

Permalink
bundle: update versions
Browse files Browse the repository at this point in the history
- update noobaa version
- update cephcsi-operator version
- update the csi-addons version
- CSV from 4.17 to 4.18

Signed-off-by: Rewant Soni <[email protected]>
  • Loading branch information
rewantsoni committed Nov 13, 2024
1 parent 13fdfb2 commit 2ce238a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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: {}
Expand Down Expand Up @@ -661,4 +661,4 @@ spec:
maturity: alpha
provider:
name: Red Hat
version: 4.17.0
version: 4.18.0
4 changes: 2 additions & 2 deletions bundle/metadata/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions config/metadata/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion hack/make-bundle-vars.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 2ce238a

Please sign in to comment.