Skip to content

Commit

Permalink
feat: Reduce CRD size (#584)
Browse files Browse the repository at this point in the history
* feat: Reduce CRD size by omitting extraVolumes schema

* bump to op-rs 0.63.0

* lockfiles

* changelog
  • Loading branch information
sbernauer authored Aug 13, 2024
1 parent 6ddefe0 commit 18953df
Show file tree
Hide file tree
Showing 7 changed files with 2,810 additions and 37,729 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ All notable changes to this project will be documented in this file.

### Changed

- Reduce CRD size from `2.4MB` to `183KB` by accepting arbitrary YAML input instead of the underlying schema for the following fields ([#584]):
- `podOverrides`
- `affinity`
- `extraVolumes`
- Replace `lazy_static` with `std::cell::LazyCell` ([#604]).

[#584]: https://github.com/stackabletech/druid-operator/pull/584
[#604]: https://github.com/stackabletech/druid-operator/pull/604

## [24.7.0] - 2024-07-24
Expand Down
Loading

0 comments on commit 18953df

Please sign in to comment.