Skip to content

Commit

Permalink
Merge pull request #269 from rewantsoni/version
Browse files Browse the repository at this point in the history
bundle: update versions
  • Loading branch information
openshift-merge-bot[bot] authored Nov 13, 2024
2 parents 13fdfb2 + 1eadb18 commit f027087
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 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:34:27Z"
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
6 changes: 3 additions & 3 deletions bundle/metadata/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ dependencies:
- type: olm.package
value:
packageName: csi-addons
version: '>=0.9.1'
version: '>=0.10.0'
- 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"
6 changes: 3 additions & 3 deletions config/metadata/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ dependencies:
- type: olm.package
value:
packageName: csi-addons
version: '>=0.9.1'
version: '>=0.10.0'
- 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"
8 changes: 4 additions & 4 deletions 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 Expand Up @@ -49,12 +49,12 @@ IMAGE_TAG ?= latest
IMAGE_NAME ?= ocs-client-operator
BUNDLE_IMAGE_NAME ?= $(IMAGE_NAME)-bundle
CSI_ADDONS_BUNDLE_IMAGE_NAME ?= k8s-bundle
CSI_ADDONS_BUNDLE_IMAGE_TAG ?= v0.9.1
CSI_ADDONS_BUNDLE_IMAGE_TAG ?= v0.10.0
CATALOG_IMAGE_NAME ?= $(IMAGE_NAME)-catalog

NOOBAA_BUNDLE_NAME ?= noobaa-operator
NOOBAA_BUNDLE_IMG_NAME ?= $(NOOBAA_BUNDLE_NAME)-bundle
NOOBAA_BUNDLE_VERSION ?= v5.17.0
NOOBAA_BUNDLE_VERSION ?= v5.18.0
NOOBAA_BUNDLE_IMG_TAG ?= master-20240514
NOOBAA_BUNDLE_IMG_NAMESPACE ?= noobaa
NOOBAA_BUNDLE_IMG ?= $(IMAGE_REGISTRY)/$(NOOBAA_BUNDLE_IMG_NAMESPACE)/$(NOOBAA_BUNDLE_IMG_NAME):$(NOOBAA_BUNDLE_IMG_TAG)
Expand Down Expand Up @@ -106,7 +106,7 @@ endif

# csi-addons dependencies
CSI_ADDONS_PACKAGE_NAME ?= csi-addons
CSI_ADDONS_PACKAGE_VERSION ?= 0.9.1
CSI_ADDONS_PACKAGE_VERSION ?= 0.10.0

# The following variables are here as a convenience for developers so we don't have
# to retype things, because we're lazy.
Expand Down

0 comments on commit f027087

Please sign in to comment.