Skip to content

Commit 9d8010f

Browse files
[DPE-6651] Update snap revisions to new builds with updated percona packages (#224)
## Issue We have new snap builds that include new versions of percona packages ## Solution Update snap revisions
1 parent 88a4857 commit 9d8010f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/snap.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
_SNAP_NAME = "charmed-mysql"
2626
REVISIONS: typing.Dict[str, str] = {
2727
# Keep in sync with `workload_version` file
28-
"x86_64": "134",
29-
"aarch64": "135",
28+
"x86_64": "139",
29+
"aarch64": "138",
3030
}
3131
revision = REVISIONS[platform.machine()]
3232
_snap = snap_lib.SnapCache()[_SNAP_NAME]

0 commit comments

Comments
 (0)