Skip to content

Commit

Permalink
chore: Bumps mongodb version to 6/beta (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume authored Jan 3, 2024
1 parent 12e0e85 commit 4fd909b
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 @@ -7,7 +7,7 @@ Charmed Operator for the SD-Core Network Repository Function (NRF) for K8s.

```bash
juju deploy sdcore-nrf-k8s --channel=edge
juju deploy mongodb-k8s --trust --channel=5/edge
juju deploy mongodb-k8s --trust --channel=6/beta
juju deploy self-signed-certificates --channel=beta

juju integrate sdcore-nrf-k8s:database mongodb-k8s
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 @@ -25,7 +25,7 @@
@pytest.mark.abort_on_fail
async def deploy_mongodb(ops_test):
await ops_test.model.deploy(
DB_CHARM_NAME, application_name=DB_APPLICATION_NAME, channel="5/edge", trust=True
DB_CHARM_NAME, application_name=DB_APPLICATION_NAME, channel="6/beta", trust=True
)


Expand Down

0 comments on commit 4fd909b

Please sign in to comment.