Skip to content

Commit

Permalink
fix: incorrect flownode replicas (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyy17 authored Jul 11, 2024
1 parent 6ecba07 commit 320f79a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/greptimedb-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: greptimedb-cluster
description: A Helm chart for deploying GreptimeDB cluster in Kubernetes.
type: application
version: 0.1.33
version: 0.1.34
appVersion: 0.8.2
home: https://github.com/GreptimeTeam/greptimedb
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/greptimedb-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A Helm chart for deploying GreptimeDB cluster in Kubernetes.

![Version: 0.1.33](https://img.shields.io/badge/Version-0.1.33-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.2](https://img.shields.io/badge/AppVersion-0.8.2-informational?style=flat-square)
![Version: 0.1.34](https://img.shields.io/badge/Version-0.1.34-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.2](https://img.shields.io/badge/AppVersion-0.8.2-informational?style=flat-square)

## Source Code

Expand Down
2 changes: 1 addition & 1 deletion charts/greptimedb-cluster/templates/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ spec:
walDir: {{ .Values.datanode.storage.walDir }}
{{- if .Values.flownode.enabled }}
flownode:
replicas: {{ .Values.frontend.replicas }}
replicas: {{ .Values.flownode.replicas }}
{{- if .Values.flownode.config }}
config: |-
{{ .Values.flownode.config | nindent 6 }}
Expand Down

0 comments on commit 320f79a

Please sign in to comment.