[stable/datadog] adding init container resource requests to the system probe init container (#21532)

* ISSUE-20035 - adding initi container resource requests to the system probe init container

Signed-off-by: Brandon Kimbrough <bkimbrough@bandwidth.com>

* ISSUE-20035 - bumping chart version

Signed-off-by: Brandon Kimbrough <bkimbrough@bandwidth.com>

* bumping version and adding changelog

Signed-off-by: Brandon Kimbrough <bkimbrough@bandwidth.com>
This commit is contained in:
Brandon Kimbrough
2020-05-06 10:13:08 -07:00
committed by GitHub
parent c5283c7aa8
commit c3c38c80d9
3 changed files with 7 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
# Datadog changelog
## 2.2.12
* Adding resources for `system-probe` init container
## 2.2.11
* Add documentations around secret management in the datadog helm chart. It is to upstream
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: datadog
version: 2.2.11
version: 2.2.12
appVersion: "7"
description: Datadog Agent
keywords:
@@ -10,4 +10,6 @@
mountPath: /etc/config
- name: seccomp-root
mountPath: /host/var/lib/kubelet/seccomp
resources:
{{ toYaml .Values.agents.containers.initContainers.resources | indent 4 }}
{{- end -}}