Skip to content

Commit 97173ae

Browse files
authored
Merge pull request #10 from onyx-dot-app/nikg/bump-code-interpreter-helm-version
chore: bump helm chart version and update repo references
2 parents 836d96d + 196cb2e commit 97173ae

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This is ideal for:
4747

4848
```bash
4949
# Clone the repository
50-
git clone https://github.com/onyx-dot-app/code-interpreter.git
50+
git clone https://github.com/onyx-dot-app/python-sandbox.git
5151
cd code-interpreter
5252

5353
# Activate a virtual environment

kubernetes/code-interpreter/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ apiVersion: v2
22
name: code-interpreter
33
description: A Helm chart for Code Interpreter - FastAPI service to execute Python code in isolated environments
44
type: application
5-
version: 0.2.0
5+
version: 0.2.1
66
appVersion: latest
77
keywords:
88
- code-execution
99
- python
1010
- fastapi
1111
- sandbox
12-
home: https://github.com/onyx-dot-app/code-interpreter
12+
home: https://github.com/onyx-dot-app/python-sandbox
1313
sources:
14-
- https://github.com/onyx-dot-app/code-interpreter
14+
- https://github.com/onyx-dot-app/python-sandbox
1515
maintainers:
1616
- name: Onyx
1717
email: hello@onyx.app

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://onyx-dot-app.github.io/code-interpreter/
17+
helm repo add code-interpreter https://onyx-dot-app.github.io/python-sandbox/
1818
helm repo update
1919
```
2020

0 commit comments

Comments
 (0)