diff --git a/README.md b/README.md index ac41d2b0..f8731225 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ service port with the load balancer upon install of the charm. ## Image -- **bessd**: ghcr.io/canonical/sdcore-upf-bess:1.4.0 -- **routectl**: ghcr.io/canonical/sdcore-upf-bess:1.4.0 -- **pfcp-agent**: ghcr.io/canonical/sdcore-upf-pfcpiface:1.4.0 +- **bessd**: ghcr.io/canonical/sdcore-upf-bess:1.5.0 +- **routectl**: ghcr.io/canonical/sdcore-upf-bess:1.5.0 +- **pfcp-agent**: ghcr.io/canonical/sdcore-upf-pfcpiface:1.5.0 diff --git a/charmcraft.yaml b/charmcraft.yaml index a723da6b..f879bda8 100644 --- a/charmcraft.yaml +++ b/charmcraft.yaml @@ -30,12 +30,12 @@ resources: bessd-image: type: oci-image description: OCI image for 5G upf bessd - upstream-source: ghcr.io/canonical/sdcore-upf-bess:1.4.0 + upstream-source: ghcr.io/canonical/sdcore-upf-bess:1.5.0 pfcp-agent-image: type: oci-image description: OCI image for 5G upf pfcp-agent - upstream-source: ghcr.io/canonical/sdcore-upf-pfcpiface:1.4.0 + upstream-source: ghcr.io/canonical/sdcore-upf-pfcpiface:1.5.0 storage: config: diff --git a/src/templates/upf.json.j2 b/src/templates/upf.json.j2 index 13324d78..1f3b17f4 100644 --- a/src/templates/upf.json.j2 +++ b/src/templates/upf.json.j2 @@ -15,7 +15,7 @@ "enable_notify_bess": true, "gtppsc": true, "hwcksum": {{ hwcksum }}, - "log_level": "trace", + "log_level": "info", "max_sessions": 50000, "measure_flow": false, "measure_upf": true, diff --git a/tests/unit/expected_upf.json b/tests/unit/expected_upf.json index 340f7269..5f46d8d0 100644 --- a/tests/unit/expected_upf.json +++ b/tests/unit/expected_upf.json @@ -15,7 +15,7 @@ "enable_notify_bess": true, "gtppsc": true, "hwcksum": true, - "log_level": "trace", + "log_level": "info", "max_sessions": 50000, "measure_flow": false, "measure_upf": true,