Skip to content

Commit

Permalink
Add Ray to Studio chart
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Jul 17, 2023
1 parent 3f74159 commit 6e10e77
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Add external repositories
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add kuberay https://ray-project.github.io/kuberay-helm
- name: Run chart-testing (list-changed)
id: list-changed
Expand Down
7 changes: 5 additions & 2 deletions charts/studio/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@ dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.9.13
digest: sha256:43f49c716db04b3a2c6e055378897302818201e7d96fe4a15e9b60465d42633c
generated: "2023-07-12T16:38:51.595132379Z"
- name: kuberay-operator
repository: https://ray-project.github.io/kuberay-helm
version: 0.5.2
digest: sha256:f98919ebf6677125e34df15b5173f7f8710a75e5dc3e4241ddb28d5f753baee4
generated: "2023-07-17T10:22:18.112254921Z"
6 changes: 5 additions & 1 deletion charts/studio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.7
version: 0.2.8

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -41,3 +41,7 @@ dependencies:
condition: postgresql.enabled
version: "11.9.13"
repository: "https://charts.bitnami.com/bitnami"
- name: kuberay-operator
condition: ray.enabled
version: "0.5.2"
repository: "https://ray-project.github.io/kuberay-helm"
6 changes: 6 additions & 0 deletions charts/studio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,12 @@ postgresql:
# -- Postgres database
database: iterativeai

ray:
# -- Ray enabled
enabled: true
# -- Ray name override
fullnameOverride: studio-ray

studioUi:
# -- Studio: Additional environment variables for ui pods
envVars: {}
Expand Down

0 comments on commit 6e10e77

Please sign in to comment.