* [stable/datadog] allow dogstatsd port to be variable
Signed-off-by: John Pekcan <johnpekcan@gmail.com>
* need to uncomment customAgentConfig
Signed-off-by: John Pekcan <johnpekcan@gmail.com>
* leave dogstatsd port empty in values.yaml
Signed-off-by: John Pekcan <johnpekcan@gmail.com>
* spacing for comments
Signed-off-by: John Pekcan <johnpekcan@gmail.com>
* need to leave dogstatsd_port uncommented
Signed-off-by: John Pekcan <johnpekcan@gmail.com>
* taking feedback, moving var around
Signed-off-by: John Pekcan <johnpekcan@gmail.com>
* fixing camelCase, and adding env var for statsd
Signed-off-by: John Pekcan <johnpekcan@gmail.com>
* bumping version with sign off
Signed-off-by: John Pekcan <johnpekcan@gmail.com>
* relocating the param in readme
Signed-off-by: John Pekcan <johnpekcan@gmail.com>
I just found that python Redis client (Sentry, Weblate) is having trouble with HAProxy + Redis HA scheme.
It seems like HAProxy balance source + hash-type consistent does the trick.
Signed-off-by: Andrey Voronkov <avoronkov@enapter.com>
When using a replicaset for the server (for redundancy purposes),
this allows to select which replica the service will talk to in
order to have a consistent view of the data.
Signed-off-by: rabadin <rvbadin@gmail.com>
Bumping Chart version to 4.0.0 since this MinIO release wouldn't support rolling
upgrade from the previous version.
Note: rolling upgrades would become possible with subsequent MinIO server
releases.
Signed-off-by: Krishnan Parthasarathi <krishnan.parthasarathi@gmail.com>
* Add option to configure Prometheus AlertManagers for Prometheus server
Signed-off-by: Fredrik Haugseth <fredhaug93@gmail.com>
* Bump chart version
Signed-off-by: Fredrik Haugseth <fredhaug93@gmail.com>
* Set default to list instead of set
Signed-off-by: Fredrik Haugseth <fredhaug93@gmail.com>
* Adding the option the set deployment annotations
Signed-off-by: Elad Kaplan <kaplan.elad@gmail.com>
* Bump version to 1.27.0
Signed-off-by: Elad Kaplan <kaplan.elad@gmail.com>
* Support MongoDB Exporter v0.10.x (TLS via connection string)
Signed-off-by: Kai Timmer <kai@staffbase.com>
* Removing unsupported fsGroup from security context at container spec level for metrics
Signed-off-by: Kai Timmer <kai@staffbase.com>
* Bumped chart version
Signed-off-by: Kai Timmer <kai@staffbase.com>
* fix intendation
Signed-off-by: Kai Timmer <kai@staffbase.com>
* use toString instead of cat
Signed-off-by: Kai Timmer <kai@staffbase.com>
The template uses securityContext.enabled to set whether the securityContext should be added. This fails the validation in Helm 3 because 'enabled' isn't a valid field in io.k8s.api.core.v1.PodSecurityContext, so keep using that key for the switch to maintain back compat, but don't add it to the output.
Signed-off-by: Mark Rydstrom <mark.rydstrom@sage.com>
* [stable/coredns] Add support for customLabels
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
* [stable/coredns] Version bump to 1.6.6
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
* Datadog: remove hard coded names
* The new system-probe container and config used hard coded CongigMap
names meaning only one installation is possible per cluster and
namespace.
Signed-off-by: Matt Klich <matt@elementalvoid.com>
* bump version
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
* [stable/rethinkdb] stateful migrate api version from depreciated, add required selector
Signed-off-by: Jacob Dent <jdent@tacyarg.com>
* [stable/rethinkdb] deployment migrate api version from depreciated, add required selector
Signed-off-by: Jacob Dent <jdent@tacyarg.com>
* [stable/rethinkdb] bump minor version
Signed-off-by: Jacob Dent <jdent@tacyarg.com>
* changing the flag podLabels to extraLabels in order to change also the Deployment resource
Signed-off-by: Thiago Dias <nullck@gmail.com>
* rolling back podLabels and adding extraLabels in all the others resources
Signed-off-by: Thiago Dias <nullck@gmail.com>
* bumping the version to 5.3.0
Signed-off-by: Thiago Dias <nullck@gmail.com>
* [stable/prometheus-blackbox-exporter] Able to mount extra secrets into the Pod, for example certificates.
Signed-off-by: Hung Do <hdo@infodation.nl>
* [stable/prometheus-blackbox-exporter] Able to mount extra configmaps
Signed-off-by: Hung Do <hdo@infodation.nl>
* [stable/prometheus-blackbox-exporter] Bump up minor version and configmap and secret variables are on par with each other
Signed-off-by: Hung Do <hdo@infodation.nl>
* [stable/prometheus-blackbox-exporter] Improved configmap/secrets examples in the values.yaml
Signed-off-by: Hung Do <hdo@infodation.nl>
* [stable/pomerium] Added the extra values that are needed to pass helm lint --strict
Signed-off-by: Alexios Polyzos <a.polyzos@thebeat.co>
* [stable/pomerium] Added the extra variables to the Pomerium configuration list
Signed-off-by: Alexios Polyzos <a.polyzos@thebeat.co>
* [stable/pomerium] Bump chart version
Signed-off-by: Alexios Polyzos <a.polyzos@thebeat.co>
* [stable/pomerium] Default name overrides to empty string
Signed-off-by: Alexios Polyzos <a.polyzos@thebeat.co>
* fix the logic to determine master node.
When container was recreated or restart or other conditions, pod is not bing removed, then the master node may becomes a coordinator .
This commit add a condition to check if master ip equals the ip of pod itself. If master ip equals the ip of pod itself, it is master node.
fix https://github.com/helm/charts/issues/17550
Signed-off-by: fuyuan.chu <fuyuan.chu@daocloud.io>
* fix unexpected new line
Signed-off-by: fuyuan.chu <fuyuan.chu@daocloud.io>
* Add resource limits to sysctlImage
Signed-off-by: Bob Violier <bob@violier.eu>
* Fix description in README
Signed-off-by: Bob Violier <bob@violier.eu>