Skip to content

Commit

Permalink
chore: move to channel 6/stable in mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciareinoso committed Nov 21, 2024
1 parent 6e3d019 commit beb3492
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 @@ -6,7 +6,7 @@ A Charmed Operator for Aether SD-Core's Policy Control Function (PCF) component
## Usage

```bash
juju deploy mongodb-k8s --channel=6/beta --trust
juju deploy mongodb-k8s --channel=6/stable --trust
juju deploy sdcore-nrf-k8s --channel=1.5/edge
juju deploy sdcore-pcf-k8s --channel=1.5/edge
juju deploy sdcore-nms-k8s --channel=1.5/edge
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 @@ -19,7 +19,7 @@
NMS_CHARM_NAME = "sdcore-nms-k8s"
NMS_CHARM_CHANNEL = "1.5/edge"
DATABASE_CHARM_NAME = "mongodb-k8s"
DATABASE_CHARM_CHANNEL = "6/beta"
DATABASE_CHARM_CHANNEL = "6/stable"
TLS_CHARM_NAME = "self-signed-certificates"
TLS_CHARM_CHANNEL = "latest/stable"
GRAFANA_AGENT_CHARM_NAME = "grafana-agent-k8s"
Expand Down

0 comments on commit beb3492

Please sign in to comment.