diff --git a/helm/api/Chart.yaml b/helm/api/Chart.yaml
index 39e74c3368970b707425f78e7b685a5039adf073..a072fe46dd74f5a265d5ba48f84125527d5a64a3 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.1
+version: 0.3.2
 
 # 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.4"
+appVersion: "2.3.0"
diff --git a/package.json b/package.json
index 07e7d2566b3d78886342fddcfafd1d8ec4c4b291..603a3087f53bb68860dadd2c0103a15f4085bf75 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "jetsam-api",
-  "version": "2.2.3",
+  "version": "2.3.0",
   "description": "The Jetsam App API Server",
   "main": "server.js",
   "scripts": {