Skip to content

Commit 2ecb005

Browse files
authored
test(resources): Update the assertion from #796 (#797)
* test(resources): Update the assertion from #796 * chore: Update changelog
1 parent 2bbc2d4 commit 2ecb005

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
1010
- Support objectOverrides using `.spec.objectOverrides`.
1111
See [objectOverrides concepts page](https://docs.stackable.tech/home/nightly/concepts/overrides/#object-overrides) for details ([#782]).
1212
- Enable the [restart-controller](https://docs.stackable.tech/home/nightly/commons-operator/restarter/), so that the Pods are automatically restarted on config changes ([#785]).
13+
- Add Druid 35.0.1 ([#786]).
1314

1415
[#782]: https://github.com/stackabletech/druid-operator/pull/782
1516
[#785]: https://github.com/stackabletech/druid-operator/pull/785
@@ -19,8 +20,14 @@ All notable changes to this project will be documented in this file.
1920
- Bump stackable-operator to 0.106.2, and strum to 0.28 ([#794]).
2021
- Gracefully shutdown all concurrent tasks by forwarding the SIGTERM signal ([#788]).
2122
- Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#780]).
23+
- Increase default CPU request/limit to 300m/1200m for the router role ([#786]).
24+
25+
### Removed
26+
27+
- Remove Druid 33.0.0 ([#786]).
2228

2329
[#780]: https://github.com/stackabletech/druid-operator/pull/780
30+
[#786]: https://github.com/stackabletech/druid-operator/pull/786
2431
[#788]: https://github.com/stackabletech/druid-operator/pull/788
2532
[#790]: https://github.com/stackabletech/druid-operator/pull/790
2633
[#794]: https://github.com/stackabletech/druid-operator/pull/794

tests/templates/kuttl/resources/30-assert.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ spec:
130130
cpu: 100m
131131
memory: 1Gi
132132
limits:
133-
cpu: "1"
133+
cpu: 1200m
134134
memory: 1Gi
135135
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
136136
- name: vector

0 commit comments

Comments
 (0)