From 883953ee72b7f1412ed6058c73709f2a51aeae4f Mon Sep 17 00:00:00 2001 From: Giuseppe Scuglia Date: Mon, 1 Dec 2025 10:44:32 +0100 Subject: [PATCH] fix: helm chart appVersion --- helm/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 88e9cf3..705136e 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.4 +appVersion: "0.0.4" keywords: - nextjs - react