File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
releases/v2.12.0/bundle/manifests Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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']" \
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments