* [stable/cerebro] Add ability to disable livenessProbe/readinessProbe.
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
* Add myself as maintainer.
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
* [stable/jenkins] Remove stale ssh key references in JCasC auto-reload
Update JCasC auto-reload docs and remove stale ssh key references from version "1.8.0 JCasC auto reload works without ssh keys"
Removes:
`master.adminSshKey`
`master.sidecars.configAutoReload.sshTcpPort`
Signed-off-by: Aaron McDonald <wmcdona89@gmail.com>
* remove template `jenkins.gen-key`
Signed-off-by: Aaron McDonald <wmcdona89@gmail.com>
This change makes the annotations for service accounts configurable.
This change is useful when you need to set specific annotations to
service accounts, for example when using IAM Roles for service accounts
in AWS EKS.
Signed-off-by: Hyeonseop Lee <hyeonseop@ls-al.me>
* Added logic to allow loading secrets from ENV Vars and apply pod annotations
Signed-off-by: cten <cxtenberge5@gmail.com>
* Added logic to allow loading secrets from ENV Vars and apply pod annotations
Signed-off-by: cten <cxtenberge5@gmail.com>
* Bumped version
Signed-off-by: cten <cxtenberge5@gmail.com>
* enable deployment annotations, bump chart version (#21502)
Signed-off-by: Ryan Holt <ryan@ryanholt.net>
Signed-off-by: Omer Lifshitz <omer.lifshitz@datadoghq.com>
* [stable/datalog] Do not enable the `cri` check when running on a `docker` setup (#21476)
Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>
Signed-off-by: Omer Lifshitz <omer.lifshitz@datadoghq.com>
* [stable/datadog] Add some missing syscalls to the `system-probe` seccomp profile (#21456)
The added syscalls are syscalls that an unconfined `system-probe` would do.
Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>
Signed-off-by: Omer Lifshitz <omer.lifshitz@datadoghq.com>
* [stable/minio] corrected syntax error in statefulset (#21503)
* corrected syntax error in statefulset
Signed-off-by: Thomas Wilkinson <thomas.wilkinson@us.ibm.com>
* chart version bump
Signed-off-by: Thomas Wilkinson <thomas.wilkinson@us.ibm.com>
Signed-off-by: Omer Lifshitz <omer.lifshitz@datadoghq.com>
* [stable/redis-ha] Make emptyDir configurable from values (#21489)
Signed-off-by: Jeroen Castelein <jeroencastelein11@gmail.com>
Signed-off-by: Omer Lifshitz <omer.lifshitz@datadoghq.com>
* Set DD_APM_ENABLED
With the new Helm chart, even if `datadog.apm.enabled` is set to false, it reverts to the docker defaults (true).
Having the trace-agent running in the background is pretty harmless from a resource overhead standpoint, however, the logic of the helm chart will automatically do the 8126 port-forwarding, and since we don't want non-apm customers to have this port exposed, we need to respect the chart settings.
Signed-off-by: Omer Lifshitz <omer.lifshitz@datadoghq.com>
* Bumped version
Signed-off-by: Omer Lifshitz <omer.lifshitz@datadoghq.com>
* 2.0.12
Fixed a bug where datadog.apm.enabled was not being respected
Signed-off-by: Omer Lifshitz <omer.lifshitz@datadoghq.com>
* re-applying the changes
Signed-off-by: Omer Lifshitz <omer.lifshitz@datadoghq.com>
Co-authored-by: Ryan Holt <ryan@ryanholt.net>
Co-authored-by: Lénaïc Huard <L3n41c@users.noreply.github.com>
Co-authored-by: Thomas Wilkinson <thomas@capnajax.com>
Co-authored-by: Jeroen Castelein <jeroen.castelein@kpn.com>
Right now node exporter exposes the user defined port on all the
interfaces using `0.0.0.0`.
This commit changes the behavior by adding a boolean
`service.listenOnAllInterfaces` which lets user decide if it should
expose the node exporter pod on all interfaces or only on the IP which
pod is assigned.
Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>
Here is the error that this change fixes:
```
State: Waiting
Reason: CrashLoopBackOff
Last State: Terminated
Reason: StartError
Message: failed to create containerd task: OCI runtime create failed: container_linux.go:349: starting container process caused "close exec fds: ensure /proc/self/fd is on procfs: operation not permitted": unknown
Exit Code: 128
```
Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>
* Correct handling of processAgent.processCollection setting
This addresses the issue when process agent would terminate if `processAgent.processCollection` was set to `false`.
Setting `DD_PROCESS_AGENT_ENABLED` to `false` results in termination of process agent. To disable process collection we need to leave this env var as not set on this container.
Signed-off-by: Ivan Ilichev <ivan.ilichev@datadoghq.com>
* Bump chart version
Signed-off-by: Ivan Ilichev <ivan.ilichev@datadoghq.com>
- support additionalPorts
- vseditor changed logic for no passwords
- support to enable access to editor when home assistant does not start
Signed-off-by: Vegetto <git@angelnu.com>
* [stable/graylog] Add support for a single LB for all inputs
Opens up the option to host all inputs behind a single service instead
of requiring n+2 services for UDP and TCP
Signed-off-by: Chris Barton <chris.barton@recurly.com>
* [stable/graylog] Add support for sidecar containers
There are cases when a sidecar container is appropriate to run with the
Graylog server. One such use case is mounting a FUSE backend for
enterprise archives
Signed-off-by: Chris Barton <chris.barton@recurly.com>
* [stable/graylog] Allow to run as privileged
Signed-off-by: Chris Barton <chris.barton@recurly.com>
* Revert "[stable/grafana] move datasource provider to containers (#20985)"
This reverts commit 18e4853bfixes#20909
Signed-off-by: Dan Vulpe <dvulpe@gmail.com>
* updated version to 5.0.7
Signed-off-by: Dan Vulpe <dvulpe@gmail.com>
* [stable/jenkins] Add `master.jenkinsHome` and `master.jenkinsRef` options
Signed-off-by: Victor J. Diaz <victorjadiaz@outlook.com>
* [stable/jenkins] Update README with `master.jenkinsHome` and `master.jenkinsRef` options
Signed-off-by: Victor J. Diaz <victorjadiaz@outlook.com>