File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
deploy/helm/commons-operator/templates Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1212 min-spaces-from-content : 1 # Needed due to https://github.com/adrienverge/yamllint/issues/443
1313 indentation :
1414 indent-sequences : consistent
15+ comments-indentation : disable # This is generally useless and interferes with commented example values
Original file line number Diff line number Diff line change @@ -4,13 +4,18 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ### Added
8+
9+ - Helm: Allow Pod ` priorityClassName ` to be configured ([ #376 ] ).
10+
711### Changed
812
913- Reduce severity of Pod eviction errors. Previously, the operator would produce lot's of
1014 ` Cannot evict pod as it would violate the pod's disruption budget ` errors. With this fix, the
1115 error is reduced to an info instead ([ #372 ] ).
1216
1317[ #372 ] : https://github.com/stackabletech/commons-operator/pull/372
18+ [ #376 ] : https://github.com/stackabletech/commons-operator/pull/376
1419
1520## [ 25.7.0] - 2025-07-23
1621
Original file line number Diff line number Diff line change 9595 tolerations :
9696 {{- toYaml . | nindent 8 }}
9797 {{- end }}
98+ {{- with .Values.priorityClassName }}
99+ priorityClassName : {{ . }}
100+ {{- end }}
You can’t perform that action at this time.
0 commit comments