Skip to content

Commit

Permalink
Merge pull request #132 from leelavg/update-csi-addons
Browse files Browse the repository at this point in the history
update csi-addons dependency from 0.5.0 to 0.8.0
  • Loading branch information
openshift-merge-bot[bot] authored Apr 4, 2024
2 parents 18969c7 + b27e92b commit 1083b74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bundle/metadata/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ dependencies:
- type: olm.package
value:
packageName: csi-addons
version: 0.5.0
version: 0.8.0
2 changes: 1 addition & 1 deletion config/metadata/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ dependencies:
- type: olm.package
value:
packageName: csi-addons
version: 0.5.0
version: 0.8.0
4 changes: 2 additions & 2 deletions hack/make-bundle-vars.mk
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ 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.5.0
CSI_ADDONS_BUNDLE_IMAGE_TAG ?= v0.8.0
CATALOG_IMAGE_NAME ?= $(IMAGE_NAME)-catalog

OCS_CLIENT_CONSOLE_IMG_NAME ?= ocs-client-console
Expand Down Expand Up @@ -99,7 +99,7 @@ endif

# csi-addons dependencies
CSI_ADDONS_PACKAGE_NAME ?= csi-addons
CSI_ADDONS_PACKAGE_VERSION ?= 0.5.0
CSI_ADDONS_PACKAGE_VERSION ?= 0.8.0

## CSI driver images
# The following variables define the default CSI container images to deploy
Expand Down

0 comments on commit 1083b74

Please sign in to comment.