Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CRDs from Operator v1.2.0 tag #1194

Merged
merged 1 commit into from
Oct 4, 2023
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
3 changes: 3 additions & 0 deletions charts/datadog-crds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.2.0
* Update CRDs from Datadog Operator v1.2.0 tag.

## 1.1.0
* Update CRDs from Datadog Operator v1.1.0-rc.1 tag.

Expand Down
2 changes: 1 addition & 1 deletion charts/datadog-crds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: datadog-crds
description: Datadog Kubernetes CRDs chart
version: 1.1.0
version: 1.2.0
appVersion: "1"
keywords:
- monitoring
Expand Down
2 changes: 1 addition & 1 deletion charts/datadog-crds/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Datadog CRDs

![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![AppVersion: 1](https://img.shields.io/badge/AppVersion-1-informational?style=flat-square)
![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=flat-square) ![AppVersion: 1](https://img.shields.io/badge/AppVersion-1-informational?style=flat-square)

This chart was designed to allow other "datadog" charts to share `CustomResourceDefinitions` such as the `DatadogMetric`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5904,6 +5904,8 @@ spec:
type: boolean
serviceName:
type: string
webhookName:
type: string
type: object
apm:
properties:
Expand Down Expand Up @@ -5966,6 +5968,11 @@ spec:
type: object
enabled:
type: boolean
hostBenchmarks:
properties:
enabled:
type: boolean
type: object
type: object
cws:
properties:
Expand Down Expand Up @@ -6004,6 +6011,11 @@ spec:
enabled:
type: boolean
type: object
remoteConfiguration:
properties:
enabled:
type: boolean
type: object
securityProfiles:
properties:
enabled:
Expand Down Expand Up @@ -6060,6 +6072,11 @@ spec:
type: string
type: object
type: object
ebpfCheck:
properties:
enabled:
type: boolean
type: object
eventCollection:
properties:
collectKubernetesEvents:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5893,6 +5893,8 @@ spec:
type: boolean
serviceName:
type: string
webhookName:
type: string
type: object
apm:
properties:
Expand Down Expand Up @@ -5955,6 +5957,11 @@ spec:
type: object
enabled:
type: boolean
hostBenchmarks:
properties:
enabled:
type: boolean
type: object
type: object
cws:
properties:
Expand Down Expand Up @@ -5993,6 +6000,11 @@ spec:
enabled:
type: boolean
type: object
remoteConfiguration:
properties:
enabled:
type: boolean
type: object
securityProfiles:
properties:
enabled:
Expand Down Expand Up @@ -6049,6 +6061,11 @@ spec:
type: string
type: object
type: object
ebpfCheck:
properties:
enabled:
type: boolean
type: object
eventCollection:
properties:
collectKubernetesEvents:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,13 @@ spec:
items:
type: string
type: array
x-kubernetes-list-type: set
tags:
description: Tags is the monitor tags associated with your monitor
items:
type: string
type: array
x-kubernetes-list-type: set
type:
description: Type is the monitor type
type: string
Expand Down Expand Up @@ -261,8 +263,13 @@ spec:
state:
description: DatadogMonitorState represents the overall DatadogMonitor state
type: string
required:
- monitorGroup
type: object
type: array
x-kubernetes-list-map-keys:
- monitorGroup
x-kubernetes-list-type: map
type: object
type: object
served: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,13 @@ spec:
items:
type: string
type: array
x-kubernetes-list-type: set
tags:
description: Tags is the monitor tags associated with your monitor
items:
type: string
type: array
x-kubernetes-list-type: set
type:
description: Type is the monitor type
type: string
Expand Down Expand Up @@ -261,8 +263,13 @@ spec:
state:
description: DatadogMonitorState represents the overall DatadogMonitor state
type: string
required:
- monitorGroup
type: object
type: array
x-kubernetes-list-map-keys:
- monitorGroup
x-kubernetes-list-type: map
type: object
type: object
version: v1alpha1
Expand Down
17 changes: 17 additions & 0 deletions crds/datadoghq.com_datadogagents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5878,6 +5878,8 @@ spec:
type: boolean
serviceName:
type: string
webhookName:
type: string
type: object
apm:
properties:
Expand Down Expand Up @@ -5940,6 +5942,11 @@ spec:
type: object
enabled:
type: boolean
hostBenchmarks:
properties:
enabled:
type: boolean
type: object
type: object
cws:
properties:
Expand Down Expand Up @@ -5978,6 +5985,11 @@ spec:
enabled:
type: boolean
type: object
remoteConfiguration:
properties:
enabled:
type: boolean
type: object
securityProfiles:
properties:
enabled:
Expand Down Expand Up @@ -6034,6 +6046,11 @@ spec:
type: string
type: object
type: object
ebpfCheck:
properties:
enabled:
type: boolean
type: object
eventCollection:
properties:
collectKubernetesEvents:
Expand Down
Loading
Loading