Skip to content

Commit

Permalink
makefile: update bundle images
Browse files Browse the repository at this point in the history
Signed-off-by: Nitin Goyal <nigoyal@redhat.com>
  • Loading branch information
iamniting committed Aug 30, 2024
1 parent fec1ac2 commit 898355c
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 60 deletions.
42 changes: 21 additions & 21 deletions catalog/cephcsi.yaml

Large diffs are not rendered by default.

31 changes: 22 additions & 9 deletions catalog/ocs-client.yaml

Large diffs are not rendered by default.

34 changes: 22 additions & 12 deletions catalog/ocs.yaml

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions catalog/rook.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion hack/install-odf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ oc wait --timeout=5m --for jsonpath='{.status.phase}'=Succeeded -n "$INSTALL_NAM
}

oc wait --timeout=5m --for condition=Available -n "$INSTALL_NAMESPACE" deployment \
ceph-csi-controller-manager \
csi-addons-controller-manager \
noobaa-operator \
ocscsi-controller-manager \
ocs-client-operator-console \
ocs-client-operator-controller-manager \
ocs-operator \
Expand Down
8 changes: 4 additions & 4 deletions hack/make-bundle-vars.mk
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ CRD_OPTIONS ?= "crd"
OCS_BUNDLE_NAME ?= ocs-operator
OCS_BUNDLE_IMG_NAME ?= $(OCS_BUNDLE_NAME)-bundle
OCS_BUNDLE_VERSION ?= v4.17.0
OCS_BUNDLE_IMG_TAG ?= main-b18b234
OCS_BUNDLE_IMG_TAG ?= release-4.17-772eb9c
OCS_BUNDLE_IMG_LOCATION ?= quay.io/ocs-dev
OCS_BUNDLE_IMG ?= $(OCS_BUNDLE_IMG_LOCATION)/$(OCS_BUNDLE_IMG_NAME):$(OCS_BUNDLE_IMG_TAG)

OCS_CLIENT_BUNDLE_NAME ?= ocs-client-operator
OCS_CLIENT_BUNDLE_IMG_NAME ?= $(OCS_CLIENT_BUNDLE_NAME)-bundle
OCS_CLIENT_BUNDLE_VERSION ?= v4.17.0
OCS_CLIENT_BUNDLE_IMG_TAG ?= main-1e930
OCS_CLIENT_BUNDLE_IMG_TAG ?= main-5595a28
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 All @@ -102,7 +102,7 @@ CSIADDONS_BUNDLE_IMG ?= $(CSIADDONS_BUNDLE_IMG_LOCATION)/$(CSIADDONS_BUNDLE_IMG_
CEPHCSI_BUNDLE_NAME ?= cephcsi-operator
CEPHCSI_BUNDLE_IMG_NAME ?= $(CEPHCSI_BUNDLE_NAME)-bundle
CEPHCSI_BUNDLE_VERSION ?= v4.17.0
CEPHCSI_BUNDLE_IMG_TAG ?= main-ecba5f6
CEPHCSI_BUNDLE_IMG_TAG ?= release-4.17-fb535da
CEPHCSI_BUNDLE_IMG_LOCATION ?= quay.io/ocs-dev
CEPHCSI_BUNDLE_IMG ?= $(CEPHCSI_BUNDLE_IMG_LOCATION)/$(CEPHCSI_BUNDLE_IMG_NAME):$(CEPHCSI_BUNDLE_IMG_TAG)

Expand All @@ -121,7 +121,7 @@ ODF_CONSOLE_IMG ?= $(ODF_CONSOLE_IMG_LOCATION)/$(ODF_CONSOLE_IMG_NAME):$(ODF_CON
ROOK_BUNDLE_NAME ?= rook-ceph-operator
ROOK_BUNDLE_IMG_NAME ?= $(ROOK_BUNDLE_NAME)-bundle
ROOK_BUNDLE_VERSION ?= v4.17.0
ROOK_BUNDLE_IMG_TAG ?= master-75180f4f3
ROOK_BUNDLE_IMG_TAG ?= release-4.17-91cc5780b
ROOK_BUNDLE_IMG_LOCATION ?= quay.io/ocs-dev
ROOK_BUNDLE_IMG ?= $(ROOK_BUNDLE_IMG_LOCATION)/$(ROOK_BUNDLE_IMG_NAME):$(ROOK_BUNDLE_IMG_TAG)

Expand Down

0 comments on commit 898355c

Please sign in to comment.