Skip to content

Commit

Permalink
feat: Bumps MongoDB version
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume committed Oct 31, 2023
1 parent d4998dc commit dd60b0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A Charmed Operator for SD-Core's Unified Data Repository (UDR) component.
## Usage

```bash
juju deploy mongodb-k8s --trust --channel=5/edge
juju deploy mongodb-k8s --trust --channel=6/edge
juju deploy sdcore-nrf --trust --channel=edge
juju deploy sdcore-udr --trust --channel=edge
juju deploy self-signed-certificates --channel=beta
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async def _deploy_mongodb(ops_test: OpsTest):
await ops_test.model.deploy( # type: ignore[union-attr]
DB_APPLICATION_NAME,
application_name=DB_APPLICATION_NAME,
channel="5/edge",
channel="6/edge",
trust=True,
)

Expand Down

0 comments on commit dd60b0c

Please sign in to comment.