Skip to content

Commit

Permalink
fix: Use 1.5.0 version of rocks (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainbourgeois authored Nov 28, 2024
1 parent dd2d6ea commit 54ee54a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

4 changes: 2 additions & 2 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/templates/upf.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/expected_upf.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 54ee54a

Please sign in to comment.