From cc28eeffdacd24c05b4023e57b2e9a6ee462783c Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Tue, 21 Jun 2022 17:08:12 +0200
Subject: [PATCH] Update dashboard to v0.2.5

---
 deployment/helmchart/CHANGELOG.md | 10 ++++++++++
 deployment/helmchart/Chart.yaml   |  2 +-
 deployment/helmchart/values.yaml  |  2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/deployment/helmchart/CHANGELOG.md b/deployment/helmchart/CHANGELOG.md
index 7d313894..0d195a82 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 8c9db169..fb408a55 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 58f22cd3..4af6af4a 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/
-- 
GitLab