From beb34922675a0b0d4f24db57e90d921451eabdbf Mon Sep 17 00:00:00 2001 From: Patricia Reinoso Date: Thu, 21 Nov 2024 16:49:56 +0100 Subject: [PATCH] chore: move to channel 6/stable in mongodb --- README.md | 2 +- tests/integration/test_integration.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c6dda8..5a8aeb4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/tests/integration/test_integration.py b/tests/integration/test_integration.py index 10fd152..19c2c75 100644 --- a/tests/integration/test_integration.py +++ b/tests/integration/test_integration.py @@ -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"