mirror of
https://github.com/helm/charts.git
synced 2026-08-22 13:57:51 +00:00
* fix failing liveness probe during long running mongodb recovery
this fix lets the livenes probe succeed during a long running recovery.
The new liveness probe looks for the running mongod process inside the
container, which allows a successful request. The pod will still only be
ready once the recovery is finished and only then traffic will be served
to this pod.
bumped chart version
fix #17501
Signed-off-by: Jonny Langefeld <jonny.langefeld@gmail.com>
* Rebase on master and bump chart version
because of [2a63b08df1](https://github.com/helm/charts/commit/2a63b08df140003b427e0b349c2b4b350d7d4089)
Signed-off-by: Jonny Langefeld <jonny.langefeld@gmail.com>