Skip to content

Commit

Permalink
fix helm issues
Browse files Browse the repository at this point in the history
  • Loading branch information
f-w committed Dec 19, 2024
1 parent 76df2c9 commit a2c6e88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ cronJob:
redis:
sentinel:
enabled: true
# downAfterMilliseconds: 4000
# failoverTimeout: 2000
downAfterMilliseconds: 4000
failoverTimeout: 2000
master:
persistence:
enabled: false
Expand Down

0 comments on commit a2c6e88

Please sign in to comment.