From 6e374090f0ce07c69c08b21133db1c81888fe54f Mon Sep 17 00:00:00 2001 From: Giuseppe Scuglia Date: Fri, 28 Nov 2025 18:27:23 +0100 Subject: [PATCH] fix: app version helm chart --- helm/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 88e9cf3..4f62c5d 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: toolhive-cloud-ui description: A Helm chart for ToolHive Cloud UI - Next.js application type: application -version: 0.1.0 -appVersion: "0.1.0" +version: 0.0.2 +appVersion: "0.0.2" keywords: - nextjs - react