Skip to content

Commit

Permalink
Update rayproject/ray Docker tag to v2.9.3 (#346)
Browse files Browse the repository at this point in the history
* Update rayproject/ray Docker tag to v2.9.3

* Helm-Docs update

* Update Chart.yaml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: Helio Machado <0x2b3bfa0+git@googlemail.com>
  • Loading branch information
3 people committed Apr 10, 2024
1 parent 745838f commit 9371c41
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/studio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: studio
description: A Helm chart for Kubernetes
type: application
version: 0.13.4
version: 0.13.5
appVersion: "v2.105.5"
maintainers:
- name: iterative
Expand Down
6 changes: 3 additions & 3 deletions charts/studio/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# studio

![Version: 0.13.4](https://img.shields.io/badge/Version-0.13.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.105.5](https://img.shields.io/badge/AppVersion-v2.105.5-informational?style=flat-square)
![Version: 0.13.5](https://img.shields.io/badge/Version-0.13.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.105.5](https://img.shields.io/badge/AppVersion-v2.105.5-informational?style=flat-square)

A Helm chart for Kubernetes

Expand Down Expand Up @@ -106,9 +106,9 @@ A Helm chart for Kubernetes
| postgresql.fullnameOverride | string | `"studio-postgresql"` | Postgres name override |
| postgresql.global.postgresql.auth.database | string | `"iterativeai"` | Postgres database |
| postgresql.global.postgresql.auth.postgresPassword | string | `"postgres"` | Postgres password |
| ray | object | `{"enabled":false,"head":{"resources":{"cpu":"500m","memory":"512M"}},"image":"rayproject/ray:2.4.0-py310-cpu","version":"2.4.0","worker":{"replicas":{"maximum":4,"minimum":1},"resources":{"cpu":"500m","memory":"512M"}}}` | Ray cluster settings group used by DVCx |
| ray | object | `{"enabled":false,"head":{"resources":{"cpu":"500m","memory":"512M"}},"image":"rayproject/ray:2.9.3-py310-cpu","version":"2.4.0","worker":{"replicas":{"maximum":4,"minimum":1},"resources":{"cpu":"500m","memory":"512M"}}}` | Ray cluster settings group used by DVCx |
| ray.enabled | bool | `false` | Ray enabled |
| ray.image | string | `"rayproject/ray:2.4.0-py310-cpu"` | Container image used for Ray nodes |
| ray.image | string | `"rayproject/ray:2.9.3-py310-cpu"` | Container image used for Ray nodes |
| ray.version | string | `"2.4.0"` | Ray version |
| redis.auth | object | `{"enabled":false}` | Redis authentication settings |
| redis.auth.enabled | bool | `false` | Redis authentication disabled |
Expand Down
2 changes: 1 addition & 1 deletion charts/studio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ ray:
version: 2.4.0

# -- Container image used for Ray nodes
image: rayproject/ray:2.4.0-py310-cpu
image: rayproject/ray:2.9.3-py310-cpu

# Recommendation: adjust resources (i.e. combined requests & limits) so a
# single Ray node (e.g. head or worker) is scheduled on each Kubernetes node,
Expand Down

0 comments on commit 9371c41

Please sign in to comment.