Skip to content

Commit 24f0b24

Browse files
authored
Update README (#4)
1 parent c6cfcaa commit 24f0b24

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/helm-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ jobs:
3232
uses: helm/chart-releaser-action@v1.6.0
3333
with:
3434
charts_dir: kubernetes
35+
skip_existing: true
3536
env:
3637
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

kubernetes/code-interpreter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This Helm chart deploys the Code Interpreter service on a Kubernetes cluster. Th
1414
### Add the repository (if published)
1515

1616
```bash
17-
helm repo add code-interpreter https://charts.example.com/code-interpreter
17+
helm repo add code-interpreter https://onyx-dot-app.github.io/code-interpreter/
1818
helm repo update
1919
```
2020

0 commit comments

Comments
 (0)