From 754e0541a830aab265b9b951f118137d01be4079 Mon Sep 17 00:00:00 2001
From: Kalin Daskalov <kalin.daskalov@vereign.com>
Date: Mon, 6 Nov 2023 14:10:23 +0200
Subject: [PATCH] update submodule and new task

---
 Chart.yaml  | 4 ++--
 app         | 2 +-
 values.yaml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Chart.yaml b/Chart.yaml
index fc3e7cf..d37b825 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -1,6 +1,6 @@
 apiVersion: v1
-appVersion: v1.2.1
+appVersion: v1.2.2
 description: infohub deployment
 name: infohub
-version: 1.2.1
+version: 1.2.2
 icon: "https://www.vereign.com/wp-content/themes/vereign2020/images/vereign-logo.svg"
diff --git a/app b/app
index d4caff8..8f92322 160000
--- a/app
+++ b/app
@@ -1 +1 @@
-Subproject commit d4caff859968d1499817805715b81e6bde583ffb
+Subproject commit 8f923225d4c63bb8f0a415b6ba8b260935ae2d40
diff --git a/values.yaml b/values.yaml
index 5aae78f..9adc7d7 100644
--- a/values.yaml
+++ b/values.yaml
@@ -8,7 +8,7 @@ nameOverride: ""
 image:
   repository: eu.gcr.io/vrgn-infra-prj
   # -- Image name
-  name: gaiax/infohub
+  name: tsa/infohub
   # -- Image tag
   # Uses .Chart.AppVersion if empty
   tag: ""
-- 
GitLab