diff --git a/oci/charmed-mongodb/contacts.yaml b/oci/charmed-mongodb/contacts.yaml new file mode 100644 index 00000000..43d74ca8 --- /dev/null +++ b/oci/charmed-mongodb/contacts.yaml @@ -0,0 +1,4 @@ +# Who and how to notify about the build progress. +notify: + mattermost-channels: # These are channel IDs and not names. + - 5dom1psz9bbzfcff8kzdei7p5h # data platform alerts diff --git a/oci/charmed-mongodb/documentation.yaml b/oci/charmed-mongodb/documentation.yaml new file mode 100644 index 00000000..89f1a219 --- /dev/null +++ b/oci/charmed-mongodb/documentation.yaml @@ -0,0 +1,7 @@ +version: 1 + +application: charmed-mongodb +is_chiselled: False +description: | + MongoDB is a source-available cross-platform document-oriented database program. Classified as + a NoSQL database program, MongoDB uses JSON-like documents with optional schemas. diff --git a/oci/charmed-mongodb/image.yaml b/oci/charmed-mongodb/image.yaml new file mode 100644 index 00000000..269f437a --- /dev/null +++ b/oci/charmed-mongodb/image.yaml @@ -0,0 +1,12 @@ +version: 1 + +upload: + - source: "canonical/charmed-mongodb-rock" + commit: 815cacbc449fdce1a278a55b3a78816fbc102d17 + directory: . + release: + 5-22.04: + end-of-life: "2024-09-01T00:00:00Z" + risks: + - candidate + - edge