From 5665234b86908b420c88f20b45c19c679aa4bcce Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 16 Mar 2024 10:40:49 -0700 Subject: [PATCH] (fix) rename chart --- deploy/charts/litellm/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/charts/litellm/Chart.yaml b/deploy/charts/litellm/Chart.yaml index cc08a9921e..628b76a3c9 100644 --- a/deploy/charts/litellm/Chart.yaml +++ b/deploy/charts/litellm/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 # We can't call ourselves just "litellm" because then we couldn't publish to the # same OCI repository as the "litellm" OCI image -name: litellm +name: litellm-helm description: Call all LLM APIs using the OpenAI format # A chart can be either an 'application' or a 'library' chart.