From 52f4f5559326b9f6c4e76a26d4cec8764e53ff8c Mon Sep 17 00:00:00 2001
From: Syrine Neifar <syrine@greenhost.nl>
Date: Fri, 10 Mar 2023 13:57:08 +0000
Subject: [PATCH] Use the new backend image

---
 deployment/helmchart/values.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deployment/helmchart/values.yaml b/deployment/helmchart/values.yaml
index 58c293ad..521f3925 100644
--- a/deployment/helmchart/values.yaml
+++ b/deployment/helmchart/values.yaml
@@ -236,7 +236,7 @@ backend:
   image:
     registry: open.greenhost.net:4567
     repository: stackspin/dashboard/dashboard-backend
-    tag: 0.6.0
+    tag: 0.6.2
     digest: ""
     ## Optionally specify an array of imagePullSecrets.
     ## Secrets must be manually created in the namespace.
-- 
GitLab