Skip to content

Commit

Permalink
Remove IS_DATACHAIN_CLUSTER from beat (#440)
Browse files Browse the repository at this point in the history
* Remove `IS_DATACHAIN_CLUSTER` to `beat`

* Update Chart.yaml

* Helm-Docs update

---------

Co-authored-by: 0x2b3bfa0 <[email protected]>
  • Loading branch information
0x2b3bfa0 and 0x2b3bfa0 authored Jul 16, 2024
1 parent ed210d4 commit 9093dbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/studio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: studio
description: A Helm chart for Kubernetes
type: application
version: 0.16.6
appVersion: "v2.127.0"
version: 0.16.7
appVersion: "v2.128.3"
maintainers:
- name: iterative
email: [email protected]
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.6](https://img.shields.io/badge/Version-0.16.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.127.0](https://img.shields.io/badge/AppVersion-v2.127.0-informational?style=flat-square)
![Version: 0.16.7](https://img.shields.io/badge/Version-0.16.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.128.3](https://img.shields.io/badge/AppVersion-v2.128.3-informational?style=flat-square)

A Helm chart for Kubernetes

Expand Down
1 change: 0 additions & 1 deletion charts/studio/templates/configmap-studio-beat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ 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 9093dbe

Please sign in to comment.