Skip to content

Commit

Permalink
Helm chart release
Browse files Browse the repository at this point in the history
  • Loading branch information
beggers committed Feb 27, 2024
1 parent 429bf29 commit ad9290d
Show file tree
Hide file tree
Showing 16 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/chroma-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,11 @@ jobs:
ref: 'main'
})
console.log(result)
- name: Install Helm
uses: azure/setup-helm@v3
- name: Release Helm Charts
uses: helm/[email protected]
with:
charts_dir: 'k8s/charts/'
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
4 changes: 2 additions & 2 deletions Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ docker_build(

k8s_yaml(
helm(
'k8s/distributed-chroma',
'k8s/charts/distributed-chroma',
namespace='chroma',
values=[
'k8s/distributed-chroma/values.yaml'
'k8s/charts/distributed-chroma/values.yaml'
]
)
)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ad9290d

Please sign in to comment.