Skip to content

Commit d5780ac

Browse files
authored
CLOUDP-362278: Fix RH bundle channel replaces (#2976)
1 parent b5041c4 commit d5780ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ bundle: prepare-dirs $(CSV_FILE) release
830830

831831
@echo "Patching CSV with replaces: $(CURRENT_VERSION)"; \
832832
$(AWK) '!/replaces:/' $(CSV_FILE) > $(CSV_FILE).tmp && mv $(CSV_FILE).tmp $(CSV_FILE); \
833-
echo " replaces: $(CURRENT_VERSION)" >> $(CSV_FILE);
833+
echo " replaces: mongodb-atlas-kubernetes.v$(CURRENT_VERSION)" >> $(CSV_FILE);
834834

835835
@echo "Patching CSV with WATCH_NAMESPACE..."; \
836836
value="metadata.annotations['olm.targetNamespaces']" \

releases/v2.12.0/bundle/manifests/mongodb-atlas-kubernetes.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ metadata:
534534
]
535535
capabilities: Full Lifecycle
536536
categories: Database
537-
createdAt: "2025-12-02T16:26:30Z"
537+
createdAt: "2025-12-03T08:37:51Z"
538538
description: The MongoDB Atlas Kubernetes Operator enables easy management of Clusters in MongoDB Atlas
539539
features.operators.openshift.io/disconnected: "false"
540540
features.operators.openshift.io/fips-compliant: "false"
@@ -863,4 +863,4 @@ spec:
863863
provider:
864864
name: MongoDB, Inc
865865
version: 2.12.0
866-
replaces: 2.11.1
866+
replaces: mongodb-atlas-kubernetes.v2.11.1

0 commit comments

Comments
 (0)