diff --git a/helm/api/Chart.yaml b/helm/api/Chart.yaml
index 8bc50c1b0216a2dcf5a6bd40b542a1eab6e531d2..39e74c3368970b707425f78e7b685a5039adf073 100644
--- a/helm/api/Chart.yaml
+++ b/helm/api/Chart.yaml
@@ -15,10 +15,10 @@ type: application
 # This is the chart version. This version number should be incremented each time you make changes
 # to the chart and its templates, including the app version.
 # Versions are expected to follow Semantic Versioning (https://semver.org/)
-version: 0.3.0
+version: 0.3.1
 
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application. Versions are not expected to
 # follow Semantic Versioning. They should reflect the version the application is using.
 # It is recommended to use it with quotes.
-appVersion: "2.2.0"
+appVersion: "2.2.4"
diff --git a/package.json b/package.json
index 490e5b3129ffcddcb18e624dcac90f162f1e8a7e..d71f47cf4f24e3ca9171028d71d0f5f28f8adc80 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "jetsam-api",
-  "version": "2.2.2",
+  "version": "2.2.3",
   "description": "The Jetsam App API Server",
   "main": "server.js",
   "scripts": {
@@ -8,6 +8,7 @@
     "watch:queue": "NODE_PATH=src QUEUE_ACTION=consumer DEBUG=server:* nodemon worker --ignore './client/src' --ignore './certs' --ignore 'google-storage.json'",
     "exec:env": "docker-compose -p jetenv up",
     "exec:ngrok": "ngrok http 7124 --hostname trash.4l2.uk",
+    "exec:check_img": "NODE_PATH=src node scripts/exec-boot 'node scripts/check_img.js'",
     "test": "NODE_ENV=testing NODE_PATH=src node scripts/jest.js",
     "start": "NODE_PATH=src node server",
     "cmd": "NODE_PATH=src node run",