From 61d3bc4abafb3951c4786767c4ec63c88ba0998e Mon Sep 17 00:00:00 2001 From: Florian Weber Date: Thu, 15 May 2025 22:57:23 +0200 Subject: [PATCH] Update description in Chart.yaml to clarify deployment details for BookStack --- bookstack/Chart.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bookstack/Chart.yaml b/bookstack/Chart.yaml index def0a67..b810501 100644 --- a/bookstack/Chart.yaml +++ b/bookstack/Chart.yaml @@ -1,6 +1,7 @@ apiVersion: v2 name: bookstack -description: A Helm chart for Kubernetes +description: | + Deploys the BookStack wiki platform on Kubernetes with optional MariaDB and Redis sub-charts. type: application