Skip to content

Commit

Permalink
Add IS_DATACHAIN_CLUSTER to beat (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Jul 3, 2024
1 parent 28592d7 commit 39d0dfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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.16.2
version: 0.16.3
appVersion: "v2.126.1"
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.16.2](https://img.shields.io/badge/Version-0.16.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.126.1](https://img.shields.io/badge/AppVersion-v2.126.1-informational?style=flat-square)
![Version: 0.16.3](https://img.shields.io/badge/Version-0.16.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.126.1](https://img.shields.io/badge/AppVersion-v2.126.1-informational?style=flat-square)

A Helm chart for Kubernetes

Expand Down
1 change: 1 addition & 0 deletions charts/studio/templates/configmap-studio-beat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ data:
{{- with .Values.studioBeat.envVars}}
{{- toYaml . | nindent 2 }}
{{- end }}
IS_DATACHAIN_CLUSTER: {{ (or .Values.studioDatachainWorker.autoscaling.enabled .Values.studioDatachainWorker.replicaCount) | quote | title }}

0 comments on commit 39d0dfe

Please sign in to comment.