Skip to content

Commit

Permalink
Bump snap revision to add ulimit value (#392)
Browse files Browse the repository at this point in the history
## Issue
Bump snap revision to incorporate new version of snap with Ulimit values
set
  • Loading branch information
Mehdi-Bendriss committed Apr 5, 2024
1 parent ebce329 commit 44223eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Config:
MONGODB_SNAP_DATA_DIR = "/var/snap/charmed-mongodb/current"
MONGOD_CONF_DIR = f"{MONGODB_SNAP_DATA_DIR}/etc/mongod"
MONGOD_CONF_FILE_PATH = f"{MONGOD_CONF_DIR}/mongod.conf"
SNAP_PACKAGES = [("charmed-mongodb", "6/edge", 117)]
SNAP_PACKAGES = [("charmed-mongodb", "6/edge", 118)]

# Keep these alphabetically sorted
class Actions:
Expand Down

0 comments on commit 44223eb

Please sign in to comment.