Compare commits

...

1 Commits

Author SHA1 Message Date
Nik
48e7428069 chore(helm): remove broken code-interpreter dependency
The code-interpreter Helm chart repo at
https://onyx-dot-app.github.io/code-interpreter/ returns 404,
causing ct lint to fail in CI. Remove it from Chart.yaml
dependencies, Chart.lock, ct.yaml chart-repos, and the CI
workflow's helm repo add step.
2026-02-19 20:17:14 -08:00
4 changed files with 4 additions and 13 deletions

View File

@@ -91,7 +91,6 @@ jobs:
helm repo add cloudnative-pg https://cloudnative-pg.github.io/charts
helm repo add ot-container-kit https://ot-container-kit.github.io/helm-charts
helm repo add minio https://charts.min.io/
helm repo add code-interpreter https://onyx-dot-app.github.io/code-interpreter/
helm repo update
- name: Install Redis operator

View File

@@ -12,8 +12,7 @@ chart-repos:
- postgresql=https://cloudnative-pg.github.io/charts
- redis=https://ot-container-kit.github.io/helm-charts
- minio=https://charts.min.io/
- code-interpreter=https://onyx-dot-app.github.io/code-interpreter/
# have seen postgres take 10 min to pull ... so 15 min seems like a good timeout?
helm-extra-args: --debug --timeout 900s

View File

@@ -17,8 +17,5 @@ dependencies:
- name: minio
repository: https://charts.min.io/
version: 5.4.0
- name: code-interpreter
repository: https://onyx-dot-app.github.io/code-interpreter/
version: 0.2.0
digest: sha256:65e3aad0189907ff35e1532374ca0b4a5c32c7356c8af55f646a6e3c59e574cd
generated: "2026-01-21T11:06:55.190114-08:00"
digest: sha256:e3e3df4464d00165d63e5aa150b768c0957e5eab2b310414ce5d7381d00dbd2e
generated: "2026-02-19T20:17:06.462195-08:00"

View File

@@ -5,7 +5,7 @@ home: https://www.onyx.app/
sources:
- "https://github.com/onyx-dot-app/onyx"
type: application
version: 0.4.31
version: 0.4.32
appVersion: latest
annotations:
category: Productivity
@@ -44,7 +44,3 @@ dependencies:
version: 5.4.0
repository: https://charts.min.io/
condition: minio.enabled
- name: code-interpreter
version: 0.2.0
repository: https://onyx-dot-app.github.io/code-interpreter/
condition: codeInterpreter.enabled