mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-17 22:48:35 +00:00
7515f179e7
Replace independent auto-incrementing chart versioning with 1-1 sync to LiteLLM version. This allows users to easily map Helm chart versions to LiteLLM versions without needing to inspect appVersion. Changes: - Remove auto-increment logic that read from OCI registry - Chart version now equals LiteLLM tag without 'v' prefix (v1.81.0 -> 1.81.0) - appVersion equals full Docker tag (v1.81.0) - Update both ghcr_deploy.yml and ghcr_helm_deploy.yml workflows Before: helm chart 0.1.837 -> user has to guess LiteLLM version After: helm chart 1.81.0 -> matches LiteLLM v1.81.0 References: - https://codefresh.io/docs/docs/ci-cd-guides/helm-best-practices/