We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6cfcaa commit 24f0b24Copy full SHA for 24f0b24
2 files changed
.github/workflows/helm-release.yml
@@ -32,5 +32,6 @@ jobs:
32
uses: helm/chart-releaser-action@v1.6.0
33
with:
34
charts_dir: kubernetes
35
+ skip_existing: true
36
env:
37
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
kubernetes/code-interpreter/README.md
@@ -14,7 +14,7 @@ This Helm chart deploys the Code Interpreter service on a Kubernetes cluster. Th
14
### Add the repository (if published)
15
16
```bash
17
-helm repo add code-interpreter https://charts.example.com/code-interpreter
+helm repo add code-interpreter https://onyx-dot-app.github.io/code-interpreter/
18
helm repo update
19
```
20
0 commit comments