* 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>
* Comments out JCasC welcome message
Allows users to override welcome-message as JCasC doesn't handle conflicting
configurations.
Fixes#13333
Signed-off-by: Weston Johnson <wes@futureprefect.com>
* Bumping patch version to satisfy lint-charts
Signed-off-by: Weston Johnson <wes@futureprefect.com>
* Updates changelog for #17372
Signed-off-by: Weston Johnson <wes@futureprefect.com>
* Update api versions to support k8s 1.16
Signed-off-by: Anton Gorkovenko <gostom@gmail.com>
* Update api versions to support k8s 1.16
Signed-off-by: Anton Gorkovenko <gostom@gmail.com>
* Update api versions to support k8s 1.16
Signed-off-by: Anton Gorkovenko <gostom@gmail.com>
* [stable/rabbitmq] Move healthchecks into configmap
Signed-off-by: Paul Farver <paulfarver@gmail.com>
* [stable/rabbitmq] Bump chart version
Signed-off-by: Paul Farver <paulfarver@gmail.com>
* [stable/rabbitmq] reversed startup check
Signed-off-by: Paul Farver <paulfarver@gmail.com>
* [stable/rabbitmq] env is set during healthchecks
Signed-off-by: Paul Farver <paulfarver@gmail.com>
* [stable/rabbitmq] clean edits in branch
For minimal changeset in squashed merge commit
Signed-off-by: Paul Farver <paulfarver@gmail.com>
* Revert "[stable/rabbitmq] reversed startup check"
This reverts commit 8c39fe86f1.
Signed-off-by: Paul Farver <paulfarver@gmail.com>
* [stable/rabbitmq] Allow healthcheck execution
Allow all users to execute healthchecks
Signed-off-by: Paul Farver <paulfarver@gmail.com>
* [stable/rabbitmq] Bump chart version
Signed-off-by: Paul Farver <paulfarver@gmail.com>
* [stable/prometheus-operator] Update grafana to 3.8.15
Signed-off-by: Samuel Wyma <sam@landtech.co>
* [stable/prometheus-operator] Update chart version and grafana version
Signed-off-by: Samuel Wyma <sam@landtech.co>
* Kong - prometheus-operator service monitor selector addition
Signed-off-by: garland <garlandk@gmail.com>
* Kong - bumping chart version for the prometheus-operator selector update
Signed-off-by: garland <garlandk@gmail.com>
* bumping chart version number
Signed-off-by: garland <garlandk@gmail.com>
* Kong - simplifying variable name
Signed-off-by: garland <garlandk@gmail.com>
* [stable/prometheus-operator] Only use alpha feature if available
Fixes#17076
Signed-off-by: Emil Marklund <emil.marklund@vkmedia.se>
* [stable/prometheus-operator] Bump version
Signed-off-by: Emil Marklund <emil.marklund@vkmedia.se>
* Add newline to render correctly
Signed-off-by: Emil Marklund <emil.marklund@vkmedia.se>
* [stable/external-dns] Add support for creating Azure secret
This commit allows Azure users to only use chart values when deploying
external-dns with azure provider.
Similar to AWS credentials, it adds helper template for azure.json file,
appropriate new values and logic.
azure.secretName is always preferred over new values to keep backward
compatibility. if azure.secretName is not set and new values are not
satisfied, template will fallback to hosts /etc/kubernetes/azure.json
file.
Also fixed table formatting in README.md
Signed-off-by: Mateusz Gozdek <mateusz@kinvolk.io>
* [stable/external-dns] Fix typos in README.md
Signed-off-by: Mateusz Gozdek <mateusz@kinvolk.io>
* [stable/external-dns] Add Azure parameters validation and simplify logic
Signed-off-by: Mateusz Gozdek <mateusz@kinvolk.io>