From 4a28438dea30f5eaad779f435abf14bfaf459cad Mon Sep 17 00:00:00 2001 From: KlviG <78801020+KlviG@users.noreply.github.com> Date: Tue, 4 Aug 2026 11:13:47 +0300 Subject: [PATCH 1/4] Update .env.gui --- .env.gui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.gui b/.env.gui index 76e8fb5..c7723e9 100644 --- a/.env.gui +++ b/.env.gui @@ -1,4 +1,4 @@ RELEASE=gui VERSION=1 BUILD=1 -FIX=3 +FIX=4 From 68a9ceb1c0b6096b3288c7856db94e617b2653e3 Mon Sep 17 00:00:00 2001 From: KlviG <78801020+KlviG@users.noreply.github.com> Date: Tue, 4 Aug 2026 11:16:04 +0300 Subject: [PATCH 2/4] Update .env.llm_orchestration_service --- .env.llm_orchestration_service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.llm_orchestration_service b/.env.llm_orchestration_service index c961f84..7ec10e0 100644 --- a/.env.llm_orchestration_service +++ b/.env.llm_orchestration_service @@ -1,4 +1,4 @@ RELEASE=orchestration VERSION=1 BUILD=1 -FIX=4 +FIX=5 From 2297bbb0fb801b19a6b3fbcbdca0da8c80efbf55 Mon Sep 17 00:00:00 2001 From: KlviG <78801020+KlviG@users.noreply.github.com> Date: Tue, 4 Aug 2026 11:16:16 +0300 Subject: [PATCH 3/4] Update .env.notification --- .env.notification | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.notification b/.env.notification index 96c0fb9..529cd14 100644 --- a/.env.notification +++ b/.env.notification @@ -1,5 +1,5 @@ RELEASE=notification-server VERSION=1 BUILD=1 -FIX=2 +FIX=5 From 3ad7ef01b087c80bb4cb33cf95e2827deffbed84 Mon Sep 17 00:00:00 2001 From: Varmo <101868197+varmoh@users.noreply.github.com> Date: Fri, 7 Aug 2026 14:33:38 +0300 Subject: [PATCH 4/4] fix: - Added a ingress path to gui-vault-agent, so it would work with external URL's --- kubernetes/charts/GUI/templates/ingress-byk-gui.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/kubernetes/charts/GUI/templates/ingress-byk-gui.yaml b/kubernetes/charts/GUI/templates/ingress-byk-gui.yaml index cda59a7..15deedd 100644 --- a/kubernetes/charts/GUI/templates/ingress-byk-gui.yaml +++ b/kubernetes/charts/GUI/templates/ingress-byk-gui.yaml @@ -18,3 +18,10 @@ spec: name: gui port: number: 3001 + - path: /vault-agent-gui + pathType: Prefix + backend: + service: + name: gui + port: + number: 3001