From a2c6e880219c8aed6a9045c70fd0437ea1172869 Mon Sep 17 00:00:00 2001 From: f-w Date: Thu, 19 Dec 2024 15:23:20 -0800 Subject: [PATCH] fix helm issues --- helm/Chart.yaml | 2 +- helm/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 7cc37471e..e9d71a4a1 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -22,7 +22,7 @@ version: 1.1.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: '5.1' +appVersion: '6.0' dependencies: - name: mongodb diff --git a/helm/values.yaml b/helm/values.yaml index e8d0d9769..d17b94833 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -150,8 +150,8 @@ cronJob: redis: sentinel: enabled: true - # downAfterMilliseconds: 4000 - # failoverTimeout: 2000 + downAfterMilliseconds: 4000 + failoverTimeout: 2000 master: persistence: enabled: false