Closed apoddany closed 2 years ago
closing as :
It sounds like an issue with the MongoDB Helm Chart introduced by this particular commit https://github.com/helm/charts/commit/79190dbf2ecd1b3b214561a8a48a14f02459b35f#diff-a5278149ee6f9c7573a1d34a447b63ecf43fde2d8d0e9e777495952ced01f8dbR210 SuccessThreshold can't be 2 and so pod are not starting.
For the time being, can you please update your values with this:
mongodb-replicaset:
enabled: true
startupProbe:
initialDelaySeconds: 5
timeoutSeconds: 5
failureThreshold: 60
periodSeconds: 10
successThreshold: 1
We are looking at upgrading mongodb and elasticsearch dependencies soon.
:collision: Describe the bug
When trying to deploy helm charts with Chart version 3.1.35, mongodb replicaset are no more deployed They are correctly deployed with 3.1.32.
:sunrise_over_mountains: To Reproduce
Steps to reproduce the behaviour:
:rainbow: Expected behaviour
A clear and concise description of what you expected to happen.
Current behaviour
A clear and concise description of what is currently happening.
:movie_camera: Useful information
Screenshot, video, logs, other supporting material Archive.zip
:computer: Desktop:
Please complete the following information:
:warning: Potential impacts
Which other features may be impacted by this fix. This could be populated after fix
What are the impacted versions?
:link: Dependencies
Link a story or other related things...