From 01aa7b3e6e1633de0f0f5836346dd6407995dd2e Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Sat, 16 Mar 2024 10:10:47 -0700 Subject: [PATCH] (fix) deploy litellm-helm --- deploy/charts/litellm-helm/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/charts/litellm-helm/Chart.yaml b/deploy/charts/litellm-helm/Chart.yaml index cc08a9921..628b76a3c 100644 --- a/deploy/charts/litellm-helm/Chart.yaml +++ b/deploy/charts/litellm-helm/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.