feat: update DatadogAgent CRD v2alpha1 to operator v1.21.0 with CSI support #749
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update DatadogAgent CRD v2alpha1 to Datadog Operator v1.21.0
Summary
This PR updates the DatadogAgent Custom Resource Definition (CRD) schema for version
v2alpha1to match the latest stable release v1.21.0 of the Datadog Operator (released December 17, 2025).Version Details
Key Improvements
1. CSI Driver Support ✨
The CSI (Container Storage Interface) driver configuration is now included under
spec.global.csi:2. Added 1,740 Field Descriptions 📝
The original schema in the catalog had zero field descriptions. This update adds comprehensive descriptions for all fields, dramatically improving the developer experience when using validation tools or IDE integrations.
3. Complete Feature Set 🚀
Updates the schema to include all features from Datadog Operator v1.21.0, ensuring full compatibility with current deployments.
Method
Following the repository guidelines, this update was performed using the CRD Extractor utility:
Usage Example
With this update, users can now:
Configure CSI driver:
Mount Datadog sockets via CSI:
Statistics
Testing
openapi2jsonschema.pyutilityspec.global.csiNotes