From 8849cc2b327d426d99670a11bec24d51db6f1731 Mon Sep 17 00:00:00 2001 From: Marc Hermans Date: Thu, 14 Nov 2024 10:44:05 +0100 Subject: [PATCH] Fix the chart name. --- chart/webdav/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/webdav/Chart.yaml b/chart/webdav/Chart.yaml index cf6e3ce..fb4884c 100644 --- a/chart/webdav/Chart.yaml +++ b/chart/webdav/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -name: keeweb -description: A helm chart which deploys the KeeWeb password manager. +name: nginx-web-dav +description: A helm chart which deploys a simple webdav server using nginx. Can be secured using chart properties on the ingress. type: application version: 0.1.0