Skip to content

Commit

Permalink
bundle: update ocs-client version
Browse files Browse the repository at this point in the history
Signed-off-by: Nitin Goyal <[email protected]>
  • Loading branch information
iamniting committed May 20, 2024
1 parent 21e275f commit 9da0070
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ data:
OCS_CLIENT_SUBSCRIPTION_CHANNEL: alpha
OCS_CLIENT_SUBSCRIPTION_NAME: ocs-client-operator
OCS_CLIENT_SUBSCRIPTION_PACKAGE: ocs-client-operator
OCS_CLIENT_SUBSCRIPTION_STARTINGCSV: ocs-client-operator.v4.16.0
OCS_CLIENT_SUBSCRIPTION_STARTINGCSV: ocs-client-operator.v4.17.0
OCS_SUBSCRIPTION_CATALOGSOURCE: odf-catalogsource
OCS_SUBSCRIPTION_CATALOGSOURCE_NAMESPACE: openshift-marketplace
OCS_SUBSCRIPTION_CHANNEL: alpha
Expand Down
2 changes: 1 addition & 1 deletion bundle/metadata/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- type: olm.package
value:
packageName: ocs-client-operator
version: ">=4.15.0 <=4.16.0"
version: ">=4.16.0 <=4.17.0"
- type: olm.package
value:
packageName: noobaa-operator
Expand Down
2 changes: 1 addition & 1 deletion catalog/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ schema: olm.channel
package: ocs-client-operator
name: alpha
entries:
- name: ocs-client-operator.v4.16.0
- name: ocs-client-operator.v4.17.0

---
defaultChannel: alpha
Expand Down
12 changes: 6 additions & 6 deletions catalog/ocs-client.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion config/manager/manager.env
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ OCS_SUBSCRIPTION_CATALOGSOURCE_NAMESPACE=openshift-marketplace
OCS_CLIENT_SUBSCRIPTION_NAME=ocs-client-operator
OCS_CLIENT_SUBSCRIPTION_PACKAGE=ocs-client-operator
OCS_CLIENT_SUBSCRIPTION_CHANNEL=alpha
OCS_CLIENT_SUBSCRIPTION_STARTINGCSV=ocs-client-operator.v4.16.0
OCS_CLIENT_SUBSCRIPTION_STARTINGCSV=ocs-client-operator.v4.17.0
OCS_CLIENT_SUBSCRIPTION_CATALOGSOURCE=odf-catalogsource
OCS_CLIENT_SUBSCRIPTION_CATALOGSOURCE_NAMESPACE=openshift-marketplace
IBM_SUBSCRIPTION_NAME=ibm-storage-odf-operator
Expand Down
2 changes: 1 addition & 1 deletion controllers/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var (
"OCS_CLIENT_SUBSCRIPTION_NAME": "ocs-client-operator",
"OCS_CLIENT_SUBSCRIPTION_PACKAGE": "ocs-client-operator",
"OCS_CLIENT_SUBSCRIPTION_CHANNEL": "alpha",
"OCS_CLIENT_SUBSCRIPTION_STARTINGCSV": "ocs-client-operator.v4.16.0",
"OCS_CLIENT_SUBSCRIPTION_STARTINGCSV": "ocs-client-operator.v4.17.0",
"OCS_CLIENT_SUBSCRIPTION_CATALOGSOURCE": "odf-catalogsource",
"OCS_CLIENT_SUBSCRIPTION_CATALOGSOURCE_NAMESPACE": "openshift-marketplace",

Expand Down
4 changes: 2 additions & 2 deletions hack/make-bundle-vars.mk
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ OCS_BUNDLE_IMG ?= $(OCS_BUNDLE_IMG_LOCATION)/$(OCS_BUNDLE_IMG_NAME):$(OCS_BUNDLE

OCS_CLIENT_BUNDLE_NAME ?= ocs-client-operator
OCS_CLIENT_BUNDLE_IMG_NAME ?= $(OCS_CLIENT_BUNDLE_NAME)-bundle
OCS_CLIENT_BUNDLE_VERSION ?= v4.16.0
OCS_CLIENT_BUNDLE_IMG_TAG ?= release-4.16-7c5526d
OCS_CLIENT_BUNDLE_VERSION ?= v4.17.0
OCS_CLIENT_BUNDLE_IMG_TAG ?= main-1e930
OCS_CLIENT_BUNDLE_IMG_LOCATION ?= quay.io/ocs-dev
OCS_CLIENT_BUNDLE_IMG ?= $(OCS_CLIENT_BUNDLE_IMG_LOCATION)/$(OCS_CLIENT_BUNDLE_IMG_NAME):$(OCS_CLIENT_BUNDLE_IMG_TAG)

Expand Down

0 comments on commit 9da0070

Please sign in to comment.