Skip to content

Commit

Permalink
Merge pull request #73 from juicedata/fix/dashboard-leaderelection
Browse files Browse the repository at this point in the history
make dashboard leader lection disbale by default & set dashboard replicas 1
  • Loading branch information
zwwhdls authored Dec 4, 2023
2 parents 063dc77 + 7b1be3d commit 90d4f48
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/juicefs-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: juicefs-csi-driver
description: A Helm chart for JuiceFS CSI Driver
type: application
version: 0.19.2
version: 0.19.3
appVersion: 0.23.0
kubeVersion: ">=1.14.0-0"
home: https://github.com/juicedata/juicefs-csi-driver
Expand Down
2 changes: 1 addition & 1 deletion charts/juicefs-csi-driver/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# juicefs-csi-driver

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

A Helm chart for JuiceFS CSI Driver

Expand Down
4 changes: 2 additions & 2 deletions charts/juicefs-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,10 @@ node:
dashboard:
# CSI Dashboard helps with CSI Driver observation, disabled by default
enabled: true
replicas: 2
replicas: 1
leaderElection:
# Enable leader election for dashboard.
enabled: true
enabled: false
# The namespace where the leader election resource lives. Defaults to the pod namespace if not set
leaderElectionNamespace: ""
# The duration that non-leader candidates will wait to force acquire leadership. This is measured against time of last observed ack
Expand Down

0 comments on commit 90d4f48

Please sign in to comment.