diff --git a/deployment/helmchart/CHANGELOG.md b/deployment/helmchart/CHANGELOG.md
index 7d31389448a088cb66ce6bae7458bc6dd1da998b..0d195a82d061fe3116eed95467eb0ef38b848f7f 100644
--- a/deployment/helmchart/CHANGELOG.md
+++ b/deployment/helmchart/CHANGELOG.md
@@ -1,5 +1,15 @@
+# [1.0.3]
+
+## Features
+
+* Update frontend to 0.2.5
+
 # [1.0.2]
 
+## Features
+
+* Update backend to 0.2.5
+
 ## Bug fixes
 
 * Check if app exists before inserting into DB on initialization #64
diff --git a/deployment/helmchart/Chart.yaml b/deployment/helmchart/Chart.yaml
index 8c9db1692d661992964056e63d9f22b1bc0049f1..fb408a554cc4916ed4c8f3639fcf155010cbdab8 100644
--- a/deployment/helmchart/Chart.yaml
+++ b/deployment/helmchart/Chart.yaml
@@ -23,4 +23,4 @@ name: stackspin-dashboard
 sources:
   - https://open.greenhost.net/stackspin/dashboard/
   - https://open.greenhost.net/stackspin/dashboard-backend/
-version: 1.0.2
+version: 1.0.3
diff --git a/deployment/helmchart/values.yaml b/deployment/helmchart/values.yaml
index 58f22cd3015185789349b085629f4fa03ca0814c..4af6af4a00ff61dda136c3e246d8318ee0029ebf 100644
--- a/deployment/helmchart/values.yaml
+++ b/deployment/helmchart/values.yaml
@@ -68,7 +68,7 @@ dashboard:
   image:
     registry: open.greenhost.net:4567
     repository: stackspin/dashboard/dashboard
-    tag: 0-1-9
+    tag: 0-2-5
     ## Optionally specify an array of imagePullSecrets.
     ## Secrets must be manually created in the namespace.
     ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/