We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de076c0 commit 3a4d564Copy full SHA for 3a4d564
CHANGELOG.md
@@ -4,13 +4,18 @@ All notable changes to this project will be documented in this file.
4
5
## [Unreleased]
6
7
+### Added
8
+
9
+- Helm: Allow Pod `priorityClassName` to be configured ([#376]).
10
11
### Changed
12
13
- Reduce severity of Pod eviction errors. Previously, the operator would produce lot's of
14
`Cannot evict pod as it would violate the pod's disruption budget` errors. With this fix, the
15
error is reduced to an info instead ([#372]).
16
17
[#372]: https://github.com/stackabletech/commons-operator/pull/372
18
+[#376]: https://github.com/stackabletech/commons-operator/pull/376
19
20
## [25.7.0] - 2025-07-23
21
0 commit comments