Skip to content

Commit

Permalink
chore: Bumps mongodb version to 6/beta (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume authored Jan 3, 2024
1 parent bda3330 commit 12ecdbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ A Charmed Operator for SD-Core's Policy Control Function (PCF) component for K8s
## Usage

```bash
juju deploy mongodb-k8s --channel 5/edge --trust
juju deploy mongodb-k8s --channel 6/beta --trust
juju deploy sdcore-nrf-k8s --channel edge
juju deploy sdcore-pcf-k8s --channel edge

juju deploy self-signed-certificates --channel=beta

juju integrate sdcore-pcf-k8s 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 @@ -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/beta",
trust=True,
)

Expand Down

0 comments on commit 12ecdbb

Please sign in to comment.