Skip to content

Commit

Permalink
remove DVCX_ROOT_DIR variable (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Apr 10, 2024
1 parent 2a1248d commit 7c4af89
Show file tree
Hide file tree
Showing 4 changed files with 2 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.1
version: 0.13.2
appVersion: "v2.105.3"
maintainers:
- name: iterative
Expand Down
2 changes: 1 addition & 1 deletion charts/studio/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# studio

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

A Helm chart for Kubernetes

Expand Down
1 change: 0 additions & 1 deletion charts/studio/templates/configmap-studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,5 @@ data:
DVCX_RAY_URL: "http://{{ .Release.Name }}-ray-head-svc.{{ .Release.Namespace }}.svc.cluster.local:8265"
{{- end }}

DVCX_ROOT_DIR: {{ $dvcx.rootDir | default "/tmp" | quote }}
DVCX_CH_HOST: {{ $dvcxClickhouse.host | default "" | quote }}
DVCX_CH_DATABASE: {{ $dvcxClickhouse.database | default "" | quote }}
2 changes: 0 additions & 2 deletions charts/studio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ global:

# -- Studio: Settings related to DVCX
dvcx: {}
# -- Place where DVCX will store its temporary files
# rootDir: "/tmp"

ingress:
enabled: true
Expand Down

0 comments on commit 7c4af89

Please sign in to comment.