Skip to content

Commit

Permalink
[BLD]: fix Helm package directory in workflow (#3251)
Browse files Browse the repository at this point in the history
## Description of changes


## Test plan
*How are these changes tested?*

- [ ] Tests pass locally with `pytest` for python, `yarn test` for js,
`cargo test` for rust

## Documentation Changes
*Are all docstrings for user-facing APIs updated if required? Do we need
to make documentation changes in the [docs
repository](https://github.com/chroma-core/docs)?*
  • Loading branch information
codetheweb authored Dec 5, 2024
1 parent 32ff9f5 commit f824329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
- name: Setup Helm
uses: azure/setup-helm@v4
- name: Package Helm chart
run: helm package chart
run: helm package k8s/distributed-chroma
- name: Publish Helm chart
run: helm push distributed-chroma-${{ needs.detect-version-change.outputs.version }}.tgz oci://${{ vars.AWS_ECR_ACCOUNT_ID }}.dkr.ecr.${{ env.AWS_REGION }}.amazonaws.com/charts

0 comments on commit f824329

Please sign in to comment.