Skip to content

Commit 900987e

Browse files
authored
EKS add-on release for 1.18.0 (#2181)
* Update EKS add-on for 1.18.0 * 0.1.17 as 0.1.16 already exists * 0.1.18 as 0.1.17 cancelled, missing schema changes * upload 0.1.18 archive * do not commit chart archive
1 parent da95e2b commit 900987e

File tree

3 files changed

+63
-24
lines changed

3 files changed

+63
-24
lines changed

marketplaces/addon_manifest.yaml

Lines changed: 59 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ metadata:
77
namespace: datadog-agent
88
labels:
99
app.kubernetes.io/name: datadog-operator
10-
helm.sh/chart: datadog-operator-2.12.1
10+
helm.sh/chart: datadog-operator-2.13.1
1111
app.kubernetes.io/instance: operator-eks-addon
12-
app.kubernetes.io/version: "1.17.0"
12+
app.kubernetes.io/version: "1.18.0"
1313
app.kubernetes.io/managed-by: eks-addon
1414
---
1515
# Source: operator-eks-addon/charts/datadog-operator/charts/datadogCRDs/templates/datadoghq.com_datadogagents_v1.yaml
@@ -20,7 +20,7 @@ metadata:
2020
controller-gen.kubebuilder.io/version: v0.16.3
2121
name: datadogagents.datadoghq.com
2222
labels:
23-
helm.sh/chart: 'datadogCRDs-2.10.0'
23+
helm.sh/chart: 'datadogCRDs-2.11.0'
2424
app.kubernetes.io/managed-by: eks-addon
2525
app.kubernetes.io/name: 'datadogCRDs'
2626
app.kubernetes.io/instance: 'operator-eks-addon'
@@ -591,6 +591,11 @@ spec:
591591
useClusterChecksRunners:
592592
type: boolean
593593
type: object
594+
controlPlaneMonitoring:
595+
properties:
596+
enabled:
597+
type: boolean
598+
type: object
594599
cspm:
595600
properties:
596601
checkInterval:
@@ -809,6 +814,8 @@ spec:
809814
properties:
810815
enabled:
811816
type: boolean
817+
privilegedMode:
818+
type: boolean
812819
requiredRuntimeClassName:
813820
type: string
814821
type: object
@@ -1170,6 +1177,11 @@ spec:
11701177
type: object
11711178
criSocketPath:
11721179
type: string
1180+
csi:
1181+
properties:
1182+
enabled:
1183+
type: boolean
1184+
type: object
11731185
disableNonResourceRules:
11741186
type: boolean
11751187
dockerSocketPath:
@@ -4460,6 +4472,11 @@ spec:
44604472
useClusterChecksRunners:
44614473
type: boolean
44624474
type: object
4475+
controlPlaneMonitoring:
4476+
properties:
4477+
enabled:
4478+
type: boolean
4479+
type: object
44634480
cspm:
44644481
properties:
44654482
checkInterval:
@@ -4678,6 +4695,8 @@ spec:
46784695
properties:
46794696
enabled:
46804697
type: boolean
4698+
privilegedMode:
4699+
type: boolean
46814700
requiredRuntimeClassName:
46824701
type: string
46834702
type: object
@@ -5009,7 +5028,7 @@ metadata:
50095028
controller-gen.kubebuilder.io/version: v0.16.3
50105029
name: datadogmetrics.datadoghq.com
50115030
labels:
5012-
helm.sh/chart: 'datadogCRDs-2.10.0'
5031+
helm.sh/chart: 'datadogCRDs-2.11.0'
50135032
app.kubernetes.io/managed-by: eks-addon
50145033
app.kubernetes.io/name: 'datadogCRDs'
50155034
app.kubernetes.io/instance: 'operator-eks-addon'
@@ -5137,7 +5156,7 @@ metadata:
51375156
controller-gen.kubebuilder.io/version: v0.16.3
51385157
name: datadogpodautoscalers.datadoghq.com
51395158
labels:
5140-
helm.sh/chart: 'datadogCRDs-2.10.0'
5159+
helm.sh/chart: 'datadogCRDs-2.11.0'
51415160
app.kubernetes.io/managed-by: eks-addon
51425161
app.kubernetes.io/name: 'datadogCRDs'
51435162
app.kubernetes.io/instance: 'operator-eks-addon'
@@ -5306,9 +5325,9 @@ spec:
53065325
periodSeconds:
53075326
description: |-
53085327
PeriodSeconds specifies the window of time for which the policy should hold true.
5309-
PeriodSeconds must be greater than zero less than or equal to 1800 (30 min).
5328+
PeriodSeconds must be greater than zero less than or equal to 3600 (1 hour).
53105329
format: int32
5311-
maximum: 1800
5330+
maximum: 3600
53125331
minimum: 1
53135332
type: integer
53145333
type:
@@ -5336,7 +5355,7 @@ spec:
53365355
StabilizationWindowSeconds is the number of seconds the controller should lookback at previous recommendations
53375356
before deciding to apply a new one. Defaults to 0.
53385357
format: int32
5339-
maximum: 1800
5358+
maximum: 3600
53405359
minimum: 0
53415360
type: integer
53425361
strategy:
@@ -5372,9 +5391,9 @@ spec:
53725391
periodSeconds:
53735392
description: |-
53745393
PeriodSeconds specifies the window of time for which the policy should hold true.
5375-
PeriodSeconds must be greater than zero less than or equal to 1800 (30 min).
5394+
PeriodSeconds must be greater than zero less than or equal to 3600 (1 hour).
53765395
format: int32
5377-
maximum: 1800
5396+
maximum: 3600
53785397
minimum: 1
53795398
type: integer
53805399
type:
@@ -5402,7 +5421,7 @@ spec:
54025421
StabilizationWindowSeconds is the number of seconds the controller should lookback at previous recommendations
54035422
before deciding to apply a new one. Defaults to 0.
54045423
format: int32
5405-
maximum: 1800
5424+
maximum: 3600
54065425
minimum: 0
54075426
type: integer
54085427
strategy:
@@ -5461,6 +5480,8 @@ spec:
54615480
properties:
54625481
type:
54635482
description: 'Type specifies how the value is expressed (possible values: Utilization).'
5483+
enum:
5484+
- Utilization
54645485
type: string
54655486
utilization:
54665487
description: Utilization defines a percentage of the target compared to requested workload
@@ -5489,6 +5510,8 @@ spec:
54895510
properties:
54905511
type:
54915512
description: 'Type specifies how the value is expressed (possible values: Utilization).'
5513+
enum:
5514+
- Utilization
54925515
type: string
54935516
utilization:
54945517
description: Utilization defines a percentage of the target compared to requested workload
@@ -5791,9 +5814,9 @@ spec:
57915814
periodSeconds:
57925815
description: |-
57935816
PeriodSeconds specifies the window of time for which the policy should hold true.
5794-
PeriodSeconds must be greater than zero less than or equal to 1800 (30 min).
5817+
PeriodSeconds must be greater than zero less than or equal to 3600 (1 hour).
57955818
format: int32
5796-
maximum: 1800
5819+
maximum: 3600
57975820
minimum: 1
57985821
type: integer
57995822
type:
@@ -5821,7 +5844,7 @@ spec:
58215844
StabilizationWindowSeconds is the number of seconds the controller should lookback at previous recommendations
58225845
before deciding to apply a new one. Defaults to 0.
58235846
format: int32
5824-
maximum: 1800
5847+
maximum: 3600
58255848
minimum: 0
58265849
type: integer
58275850
strategy:
@@ -5847,9 +5870,9 @@ spec:
58475870
periodSeconds:
58485871
description: |-
58495872
PeriodSeconds specifies the window of time for which the policy should hold true.
5850-
PeriodSeconds must be greater than zero less than or equal to 1800 (30 min).
5873+
PeriodSeconds must be greater than zero less than or equal to 3600 (1 hour).
58515874
format: int32
5852-
maximum: 1800
5875+
maximum: 3600
58535876
minimum: 1
58545877
type: integer
58555878
type:
@@ -5877,7 +5900,7 @@ spec:
58775900
StabilizationWindowSeconds is the number of seconds the controller should lookback at previous recommendations
58785901
before deciding to apply a new one. Defaults to 0.
58795902
format: int32
5880-
maximum: 1800
5903+
maximum: 3600
58815904
minimum: 0
58825905
type: integer
58835906
strategy:
@@ -6004,6 +6027,8 @@ spec:
60046027
properties:
60056028
type:
60066029
description: 'Type specifies how the value is expressed (possible values: Utilization).'
6030+
enum:
6031+
- Utilization
60076032
type: string
60086033
utilization:
60096034
description: Utilization defines a percentage of the target compared to requested workload
@@ -6032,6 +6057,8 @@ spec:
60326057
properties:
60336058
type:
60346059
description: 'Type specifies how the value is expressed (possible values: Utilization).'
6060+
enum:
6061+
- Utilization
60356062
type: string
60366063
utilization:
60376064
description: Utilization defines a percentage of the target compared to requested workload
@@ -6283,9 +6310,9 @@ metadata:
62836310
name: operator-eks-addon-datadog-operator
62846311
labels:
62856312
app.kubernetes.io/name: datadog-operator
6286-
helm.sh/chart: datadog-operator-2.12.1
6313+
helm.sh/chart: datadog-operator-2.13.1
62876314
app.kubernetes.io/instance: operator-eks-addon
6288-
app.kubernetes.io/version: "1.17.0"
6315+
app.kubernetes.io/version: "1.18.0"
62896316
app.kubernetes.io/managed-by: eks-addon
62906317
rules:
62916318
- nonResourceURLs:
@@ -6412,6 +6439,15 @@ rules:
64126439
verbs:
64136440
- create
64146441
- get
6442+
- apiGroups:
6443+
- auto.gke.io
6444+
resources:
6445+
- allowlistsynchronizers
6446+
verbs:
6447+
- create
6448+
- get
6449+
- list
6450+
- watch
64156451
- apiGroups:
64166452
- autoscaling
64176453
resources:
@@ -6664,9 +6700,9 @@ metadata:
66646700
namespace: datadog-agent
66656701
labels:
66666702
app.kubernetes.io/name: datadog-operator
6667-
helm.sh/chart: datadog-operator-2.12.1
6703+
helm.sh/chart: datadog-operator-2.13.1
66686704
app.kubernetes.io/instance: operator-eks-addon
6669-
app.kubernetes.io/version: "1.17.0"
6705+
app.kubernetes.io/version: "1.18.0"
66706706
app.kubernetes.io/managed-by: eks-addon
66716707
spec:
66726708
replicas: 1
@@ -6692,7 +6728,7 @@ spec:
66926728
serviceAccountName: operator-eks-addon-datadog-operator
66936729
containers:
66946730
- name: datadog-operator
6695-
image: "709825985650.dkr.ecr.us-east-1.amazonaws.com/datadog/operator:1.17.0"
6731+
image: "709825985650.dkr.ecr.us-east-1.amazonaws.com/datadog/operator:1.18.0"
66966732
imagePullPolicy: IfNotPresent
66976733
env:
66986734
- name: WATCH_NAMESPACE
@@ -6731,6 +6767,7 @@ spec:
67316767
httpGet:
67326768
path: /healthz/
67336769
port: 8081
6770+
initialDelaySeconds: 15
67346771
periodSeconds: 10
67356772
resources:
67366773
{}

marketplaces/charts/operator-eks-addon/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: operator-eks-addon
3-
version: 0.1.16
3+
version: 0.1.18
44
appVersion: 0.1.0
55
description: Datadog Operator Wrapper
66
home: https://www.datadoghq.com
@@ -11,4 +11,4 @@ maintainers:
1111
dependencies:
1212
- name: datadog-operator
1313
alias: datadog-operator
14-
version: 2.12.1
14+
version: 2.13.1

marketplaces/charts/operator-eks-addon/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ This is a wrapper chart for installing EKS add-on. Charts required for the add-o
1414
| 0.1.13 | 2.9.1 | 2.7.0 | 1.14.0 | 7.64.3 | 7.64.3 |
1515
| 0.1.15 | 2.11.0 | 2.9.0 | 1.16.0 | 7.67.0 | 7.67.0 |
1616
| 0.1.16 | 2.12.1 | 2.10.0 | 1.17.0 | 7.68.2 | 7.68.2 |
17+
| 0.1.18 | 2.13.1 | 2.11.0 | 1.18.0 | 7.70.0 | 7.70.0 |
1718

1819
* 0.1.8 failed validation and didn't go through.
1920
* 0.1.11 failed validation and didn't go through.
2021
* 0.1.14 skipped due to delays in submission.
22+
* 0.1.17 cancelled as it was missing changes from 0.1.16.
2123

2224
## Pushing Add-on Chart
2325

0 commit comments

Comments
 (0)