Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
107 changes: 96 additions & 11 deletions marketplaces/addon_manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ metadata:
namespace: datadog-agent
labels:
app.kubernetes.io/name: datadog-operator
helm.sh/chart: datadog-operator-2.18.1
helm.sh/chart: datadog-operator-2.19.1
app.kubernetes.io/instance: operator-eks-addon
app.kubernetes.io/version: "1.23.1"
app.kubernetes.io/version: "1.24.0"
app.kubernetes.io/managed-by: eks-addon
---
# Source: operator-eks-addon/charts/datadog-operator/charts/datadogCRDs/templates/datadoghq.com_datadogagentinternals_v1.yaml
Expand All @@ -20,7 +20,7 @@ metadata:
controller-gen.kubebuilder.io/version: v0.17.3
name: datadogagentinternals.datadoghq.com
labels:
helm.sh/chart: 'datadogCRDs-2.16.0'
helm.sh/chart: 'datadogCRDs-2.17.0'
app.kubernetes.io/managed-by: eks-addon
app.kubernetes.io/name: 'datadogCRDs'
app.kubernetes.io/instance: 'operator-eks-addon'
Expand Down Expand Up @@ -1173,6 +1173,12 @@ spec:
Default: true
type: boolean
type: object
runInSystemProbe:
description: |-
RunInSystemProbe configures CSPM to send payloads directly from the system-probe, without using the security-agent.
This is an experimental feature. Contact support before using.
Default: false
type: boolean
type: object
cws:
description: CWS (Cloud Workload Security) configuration.
Expand Down Expand Up @@ -1358,6 +1364,7 @@ spec:
tagCardinality:
description: |-
TagCardinality configures tag cardinality for the metrics collected using origin detection (`low`, `orchestrator` or `high`).
This setting only applies when OriginDetectionEnabled is true.
See also: https://docs.datadoghq.com/getting_started/tagging/assigning_tags/?tab=containerizedenvironments#environment-variables
Cardinality default: low
type: string
Expand Down Expand Up @@ -1869,6 +1876,11 @@ spec:
CollectDNSStats enables DNS stat collection.
Default: false
type: boolean
directSend:
description: |-
DirectSend enables CNM/USM to send data directly to the backend
Default: false
type: boolean
enableConntrack:
description: |-
EnableConntrack enables the system-probe agent to connect to the netlink/conntrack subsystem to add NAT information to connection data.
Expand Down Expand Up @@ -9166,6 +9178,12 @@ spec:
Default: true
type: boolean
type: object
runInSystemProbe:
description: |-
RunInSystemProbe configures CSPM to send payloads directly from the system-probe, without using the security-agent.
This is an experimental feature. Contact support before using.
Default: false
type: boolean
type: object
cws:
description: CWS (Cloud Workload Security) configuration.
Expand Down Expand Up @@ -9351,6 +9369,7 @@ spec:
tagCardinality:
description: |-
TagCardinality configures tag cardinality for the metrics collected using origin detection (`low`, `orchestrator` or `high`).
This setting only applies when OriginDetectionEnabled is true.
See also: https://docs.datadoghq.com/getting_started/tagging/assigning_tags/?tab=containerizedenvironments#environment-variables
Cardinality default: low
type: string
Expand Down Expand Up @@ -9862,6 +9881,11 @@ spec:
CollectDNSStats enables DNS stat collection.
Default: false
type: boolean
directSend:
description: |-
DirectSend enables CNM/USM to send data directly to the backend
Default: false
type: boolean
enableConntrack:
description: |-
EnableConntrack enables the system-probe agent to connect to the netlink/conntrack subsystem to add NAT information to connection data.
Expand Down Expand Up @@ -10404,7 +10428,7 @@ metadata:
controller-gen.kubebuilder.io/version: v0.17.3
name: datadogagents.datadoghq.com
labels:
helm.sh/chart: 'datadogCRDs-2.16.0'
helm.sh/chart: 'datadogCRDs-2.17.0'
app.kubernetes.io/managed-by: eks-addon
app.kubernetes.io/name: 'datadogCRDs'
app.kubernetes.io/instance: 'operator-eks-addon'
Expand Down Expand Up @@ -11025,6 +11049,8 @@ spec:
enabled:
type: boolean
type: object
runInSystemProbe:
type: boolean
type: object
cws:
properties:
Expand Down Expand Up @@ -11420,6 +11446,8 @@ spec:
properties:
collectDNSStats:
type: boolean
directSend:
type: boolean
enableConntrack:
type: boolean
enabled:
Expand Down Expand Up @@ -15164,6 +15192,8 @@ spec:
enabled:
type: boolean
type: object
runInSystemProbe:
type: boolean
type: object
cws:
properties:
Expand Down Expand Up @@ -15559,6 +15589,8 @@ spec:
properties:
collectDNSStats:
type: boolean
directSend:
type: boolean
enableConntrack:
type: boolean
enabled:
Expand Down Expand Up @@ -15861,7 +15893,7 @@ metadata:
controller-gen.kubebuilder.io/version: v0.17.3
name: datadogmetrics.datadoghq.com
labels:
helm.sh/chart: 'datadogCRDs-2.16.0'
helm.sh/chart: 'datadogCRDs-2.17.0'
app.kubernetes.io/managed-by: eks-addon
app.kubernetes.io/name: 'datadogCRDs'
app.kubernetes.io/instance: 'operator-eks-addon'
Expand Down Expand Up @@ -15989,7 +16021,7 @@ metadata:
controller-gen.kubebuilder.io/version: v0.17.3
name: datadogpodautoscalers.datadoghq.com
labels:
helm.sh/chart: 'datadogCRDs-2.16.0'
helm.sh/chart: 'datadogCRDs-2.17.0'
app.kubernetes.io/managed-by: eks-addon
app.kubernetes.io/name: 'datadogCRDs'
app.kubernetes.io/instance: 'operator-eks-addon'
Expand Down Expand Up @@ -17481,6 +17513,24 @@ spec:
minItems: 1
type: array
x-kubernetes-list-type: atomic
options:
description: Options defines optional behavior modifications for the autoscaler.
properties:
outOfMemory:
description: OutOfMemory configures behavior when OOM events are detected.
properties:
bumpUpRatio:
anyOf:
- type: integer
- type: string
description: |-
BumpUpRatio defines the ratio to multiply memory by when OOM is detected.
For example, "1.2" means increase memory by 20%.
Represented as a resource.Quantity to avoid floating point in CRDs.
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
type: object
type: object
owner:
description: |-
Owner defines the source of truth for this object (local or remote).
Expand Down Expand Up @@ -17725,9 +17775,9 @@ metadata:
name: operator-eks-addon-datadog-operator
labels:
app.kubernetes.io/name: datadog-operator
helm.sh/chart: datadog-operator-2.18.1
helm.sh/chart: datadog-operator-2.19.1
app.kubernetes.io/instance: operator-eks-addon
app.kubernetes.io/version: "1.23.1"
app.kubernetes.io/version: "1.24.0"
app.kubernetes.io/managed-by: eks-addon
rules:
- nonResourceURLs:
Expand Down Expand Up @@ -17847,6 +17897,14 @@ rules:
- get
- list
- watch
- apiGroups:
- argoproj.io
resources:
- applications
- applicationsets
verbs:
- list
- watch
- apiGroups:
- argoproj.io
resources:
Expand Down Expand Up @@ -18000,6 +18058,7 @@ rules:
- watch
- apiGroups:
- datadoghq.com
- eks.amazonaws.com
- karpenter.azure.com
resources:
- '*'
Expand All @@ -18014,6 +18073,7 @@ rules:
- list
- watch
- apiGroups:
- eks.amazonaws.com
- external.metrics.k8s.io
- karpenter.k8s.aws
resources:
Expand Down Expand Up @@ -18062,6 +18122,13 @@ rules:
- patch
- update
- watch
- apiGroups:
- kustomize.toolkit.fluxcd.io
resources:
- kustomizations
verbs:
- list
- watch
- apiGroups:
- metrics.eks.amazonaws.com
resources:
Expand Down Expand Up @@ -18152,6 +18219,18 @@ rules:
- securitycontextconstraints
verbs:
- use
- apiGroups:
- source.toolkit.fluxcd.io
resources:
- buckets
- externalartifacts
- gitrepositories
- helmcharts
- helmrepositories
- ocirepositories
verbs:
- list
- watch
- apiGroups:
- storage.k8s.io
resources:
Expand Down Expand Up @@ -18223,9 +18302,9 @@ metadata:
namespace: datadog-agent
labels:
app.kubernetes.io/name: datadog-operator
helm.sh/chart: datadog-operator-2.18.1
helm.sh/chart: datadog-operator-2.19.1
app.kubernetes.io/instance: operator-eks-addon
app.kubernetes.io/version: "1.23.1"
app.kubernetes.io/version: "1.24.0"
app.kubernetes.io/managed-by: eks-addon
spec:
replicas: 1
Expand All @@ -18251,7 +18330,7 @@ spec:
serviceAccountName: operator-eks-addon-datadog-operator
containers:
- name: datadog-operator
image: "709825985650.dkr.ecr.us-east-1.amazonaws.com/datadog/operator:1.23.1"
image: "709825985650.dkr.ecr.us-east-1.amazonaws.com/datadog/operator:1.24.0"
imagePullPolicy: IfNotPresent
env:
- name: WATCH_NAMESPACE
Expand All @@ -18272,6 +18351,10 @@ spec:
fieldPath: metadata.namespace
- name: DD_TOOL_VERSION
value: eks-addon
- name: DD_REGISTRY_OVERRIDE_ASIA
value: "true"
- name: DD_REGISTRY_OVERRIDE_EU
value: "true"
args:
- "-supportExtendedDaemonset=false"
- "-logEncoder=json"
Expand Down Expand Up @@ -18300,4 +18383,6 @@ spec:
resources:
{}
volumeMounts:
nodeSelector:
kubernetes.io/os: linux
Comment thread
tbavelier marked this conversation as resolved.
volumes:
4 changes: 4 additions & 0 deletions marketplaces/charts/operator-eks-addon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.25

* Release for Operator 1.24.0

## 0.1.24

* Release for Operator 1.23.1
Expand Down
4 changes: 2 additions & 2 deletions marketplaces/charts/operator-eks-addon/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: operator-eks-addon
version: 0.1.24
version: 0.1.25
appVersion: 0.1.0
description: Datadog Operator Wrapper
home: https://www.datadoghq.com
Expand All @@ -11,4 +11,4 @@ maintainers:
dependencies:
- name: datadog-operator
alias: datadog-operator
version: 2.18.1
version: 2.19.1
1 change: 1 addition & 0 deletions marketplaces/charts/operator-eks-addon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This is a wrapper chart for installing EKS add-on. Charts required for the add-o
| 0.1.21 | 2.16.0 | 2.14.0 | 1.21.0 | 7.73.0 | 7.73.0 |
| 0.1.23 | 2.17.0 | 2.15.0 | 1.22.0 | 7.74.0 | 7.74.0 |
| 0.1.24 | 2.18.1 | 2.16.0 | 1.23.1 | 7.75.0 | 7.75.0 |
| 0.1.25 | 2.19.1 | 2.17.0 | 1.24.0 | 7.76.1 | 7.76.1 |

* 0.1.8 failed validation and didn't go through.
* 0.1.11 failed validation and didn't go through.
Expand Down
2 changes: 1 addition & 1 deletion marketplaces/charts/operator-eks-addon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ datadog-operator:
datadogMonitors: false
image:
repository: 709825985650.dkr.ecr.us-east-1.amazonaws.com/datadog/operator
tag: 1.23.1
tag: 1.24.0
operatorMetricsEnabled: false
Loading