mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
@@ -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,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 -}}
|
||||
|
||||
Reference in New Issue
Block a user