(fix) helm deploy litellm

This commit is contained in:
Ishaan Jaff 2024-03-16 10:55:23 -07:00
parent fe200cfb07
commit 4e49ca2588

View file

@ -165,7 +165,7 @@ jobs:
with:
name: ${{ env.CHART_NAME }}
repository: ${{ env.REPO_OWNER }}
tag: ${{ github.event.inputs.chartVersion || steps.bump_version.outputs.next-version || '0.1.0' }}, ${{ steps.meta.outputs.tags }}-latest
tag: ${{ github.event.inputs.chartVersion || steps.bump_version.outputs.next-version || '0.1.0' }}
app_version: ${{ steps.current_app_tag.outputs.tag || 'latest' }}
path: deploy/charts/${{ env.CHART_NAME }}
registry: ${{ env.REGISTRY }}