From 9121fc461ff0176f5731bb936b98339d201f559d Mon Sep 17 00:00:00 2001 From: mrhid6 Date: Fri, 31 Jul 2026 12:03:45 +0100 Subject: [PATCH] fix: Fixed chart api routes for update --- deploy/chart/vantage/Chart.yaml | 4 ++-- deploy/chart/vantage/values.yaml | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/deploy/chart/vantage/Chart.yaml b/deploy/chart/vantage/Chart.yaml index 5b4d103..1dcc513 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.4 -appVersion: "1.0.4" +version: 1.0.5 +appVersion: "1.0.5" diff --git a/deploy/chart/vantage/values.yaml b/deploy/chart/vantage/values.yaml index e833fcb..44f6992 100644 --- a/deploy/chart/vantage/values.yaml +++ b/deploy/chart/vantage/values.yaml @@ -90,6 +90,10 @@ ingress: paths: - /api - /auth + - /update + - /install + - /update.ps1 + - /install.ps1 grpc: enabled: true host: ""