Skip to content

Commit

Permalink
Use DVCX_CH_DSN everywhere (#382)
Browse files Browse the repository at this point in the history
* Use DVCX_CH_DSN everywhere

* Update configmap-studio.yaml

* Update Chart.yaml

* Helm-Docs update

---------

Co-authored-by: 0x2b3bfa0 <[email protected]>
  • Loading branch information
0x2b3bfa0 and 0x2b3bfa0 authored Apr 12, 2024
1 parent 174cfc8 commit 71de9a2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 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.7
version: 0.13.8
appVersion: "v2.105.5"
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.7](https://img.shields.io/badge/Version-0.13.7-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.8](https://img.shields.io/badge/Version-0.13.8-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
3 changes: 0 additions & 3 deletions charts/studio/templates/configmap-studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,3 @@ data:
{{- if ((.Values.ray).enabled) }}
DVCX_RAY_URL: "http://{{ .Release.Name }}-ray-head-svc.{{ .Release.Namespace }}.svc.cluster.local:8265"
{{- end }}

DVCX_CH_HOST: {{ $dvcxClickhouse.host | default "" | quote }}
DVCX_CH_DATABASE: {{ $dvcxClickhouse.database | default "" | quote }}
3 changes: 1 addition & 2 deletions charts/studio/templates/secret-studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,4 @@ stringData:

{{- $dvcx := .Values.global.dvcx | default dict }}
{{- $dvcxClickhouse := $dvcx.clickHouse | default dict }}
DVCX_CH_USER: {{ $dvcxClickhouse.user | default "" | quote }}
DVCX_CH_PASSWORD: {{ $dvcxClickhouse.password | default "" | quote }}
DVCX_CH_DSN: {{ $dvcxClickhouse.dsn | default "" | quote }}

0 comments on commit 71de9a2

Please sign in to comment.