From 00d43073469e90d1e19a3c64d2295487d1938f2e Mon Sep 17 00:00:00 2001 From: mrhid6 Date: Thu, 13 Aug 2026 09:29:01 +0000 Subject: [PATCH] fix: Fixed chart for ingress --- deploy/chart/vantage/Chart.yaml | 4 ++-- deploy/chart/vantage/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/chart/vantage/Chart.yaml b/deploy/chart/vantage/Chart.yaml index 4c70144..56147dc 100644 --- a/deploy/chart/vantage/Chart.yaml +++ b/deploy/chart/vantage/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: vantage description: Helm chart for the Vantage stack (Redis, MongoDB, guacd, server, web) type: application -version: 1.0.7 -appVersion: "1.0.7" +version: 1.0.8 +appVersion: "1.0.8" diff --git a/deploy/chart/vantage/values.yaml b/deploy/chart/vantage/values.yaml index 2cd258b..2222c0a 100644 --- a/deploy/chart/vantage/values.yaml +++ b/deploy/chart/vantage/values.yaml @@ -92,8 +92,8 @@ ingress: api: enabled: false paths: - - /api - - /auth + - /api/ + - /auth/ - /update - /install - /update.ps1