diff --git a/README.md b/README.md index be9273b..9e75fe7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Charmed Operator for the SD-Core Session Management Function (SMF) for K8s. # Usage ```bash -juju deploy mongodb-k8s --channel 5/edge --trust +juju deploy mongodb-k8s --channel 6/beta --trust juju deploy sdcore-smf-k8s --channel edge juju deploy sdcore-nrf-k8s --channel edge juju deploy self-signed-certificates --channel=beta diff --git a/tests/integration/test_integration.py b/tests/integration/test_integration.py index 145f828..45a4046 100644 --- a/tests/integration/test_integration.py +++ b/tests/integration/test_integration.py @@ -27,7 +27,7 @@ async def _deploy_database(ops_test: OpsTest): await ops_test.model.deploy( DATABASE_APP_NAME, application_name=DATABASE_APP_NAME, - channel="5/edge", + channel="6/beta", trust=True, )