Skip to content

Commit

Permalink
chore: Bumps mondodb version to 6/edge
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume committed Jan 2, 2024
1 parent 9cbc4cb commit fa374a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Juju model on a Kubernetes Cluster.

```bash
juju deploy sdcore-amf-k8s --trust --channel=edge
juju deploy mongodb-k8s --trust --channel=5/edge
juju deploy mongodb-k8s --trust --channel=6/beta
juju deploy sdcore-nrf-k8s --channel=edge
juju deploy self-signed-certificates --channel=beta
juju integrate sdcore-nrf-k8s:database mongodb-k8s
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async def build_and_deploy(ops_test: OpsTest):
await ops_test.model.deploy(
DB_CHARM_NAME,
application_name=DB_CHARM_NAME,
channel="5/edge",
channel="6/edge",
trust=True,
)
await ops_test.model.deploy(
Expand Down Expand Up @@ -141,7 +141,7 @@ async def test_restore_database_and_wait_for_active_status(ops_test: OpsTest, bu
await ops_test.model.deploy(
DB_CHARM_NAME,
application_name=DB_CHARM_NAME,
channel="5/edge",
channel="6/edge",
trust=True,
)
await ops_test.model.integrate(relation1=APP_NAME, relation2=DB_CHARM_NAME)
Expand Down

0 comments on commit fa374a4

Please sign in to comment.