diff --git a/README.md b/README.md index abd216b..7929126 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A Charmed Operator for SD-Core's Policy Control Function (PCF) component. ## Usage ```bash -juju deploy mongodb-k8s --channel 5/edge --trust +juju deploy mongodb-k8s --channel 6/edge --trust juju deploy sdcore-nrf --channel edge --trust juju deploy sdcore-pcf --channel edge --trust juju deploy self-signed-certificates --channel=beta diff --git a/tests/integration/test_integration.py b/tests/integration/test_integration.py index 0729d7f..7cda263 100644 --- a/tests/integration/test_integration.py +++ b/tests/integration/test_integration.py @@ -24,7 +24,7 @@ async def _deploy_database(ops_test: OpsTest): await ops_test.model.deploy( # type: ignore[union-attr] DATABASE_APP_NAME, application_name=DATABASE_APP_NAME, - channel="5/edge", + channel="6/edge", trust=True, )