perf-sentinel chart v0.9.13
What's new in chart-v0.9.13
This chart release carries no template change. It advances appVersion to the current daemon release 0.9.13, which adds a measured database energy-waste figure driven by Alumet. The chart version and appVersion stay in lockstep at 0.9.13.
Changed
appVersionadvanced from0.9.12to0.9.13, and theartifacthub.io/imagestag follows toghcr.io/robintra/perf-sentinel:0.9.13. The 0.9.13 binary adds[green.alumet.database], an opt-in daemon figure that multiplies the Alumet-measured database cgroup energy by the SQL-only waste ratio and reports it asgreen_summary.database_waste, a CPU-only lower bound excluded from every energy and carbon total.green_summaryalso gainstotal_sql_io_opsandavoidable_sql_io_ops, and unknown keys under[green.alumet]now fail config load instead of being silently ignored. See the v0.9.13 release.
Behavior
- The rendered manifest set is unchanged apart from the image tag. No template changed in this release, no default value changes, and no configuration key changes its meaning.
- The appVersion bump rolls the pod to the 0.9.13 image, and nothing changes for an operator who does not enable
[green.alumet.database]. The database figure is daemon-only and absent from the default configuration. - One upgrade-time behavior change comes from the binary. A daemon whose mounted configuration carried an unknown or mistyped key under
[green.alumet]now fails to start instead of ignoring the key, remove the stray key before upgrading. No route disappears, no metric loses a label value, acknowledgment signatures do not reset, and no daemon knob changes its default.
Install
The chart is published as an OCI artifact on GHCR, install it directly with no helm repo add step:
helm install perf-sentinel oci://ghcr.io/robintra/charts/perf-sentinel --version 0.9.13Upgrade an existing release:
helm upgrade perf-sentinel oci://ghcr.io/robintra/charts/perf-sentinel --version 0.9.13Full Changelog: chart-v0.9.12...chart-v0.9.13