perf-sentinel chart v0.2.63
·
1 commit
to main
since this release
What's new in chart-v0.2.63
A chart-only patch that advances appVersion to track the new daemon release. It moves appVersion from 0.8.13 to 0.8.14, with no chart template change, so an upgrade renders the same manifest set as chart-v0.2.62 apart from the daemon image tag.
Changed
appVersionbumped from0.8.13to0.8.14, and theartifacthub.io/imagestag follows toghcr.io/robintra/perf-sentinel:0.8.14. The 0.8.14 daemon ships a cosmetic HTML dashboard change, its dark theme darkens the secondary panel background from#2c2c2cto#212121, with no daemon, wire, configuration, or metric change. See the v0.8.14 release.
Behavior
- No template change. The rendered manifest set is identical to chart-v0.2.62 apart from the image tag, so an upgrade changes nothing an operator configures.
- The appVersion bump rolls the pod to the 0.8.14 image. An upgrade that keeps the default empty
image.tagresolves the image toghcr.io/robintra/perf-sentinel:0.8.14and reschedules the pod. The 0.8.14 change is a dashboard-only cosmetic edit, behavior-identical to 0.8.13 on every daemon and machine surface, no/api/*route, OTLP wire shape, configuration key, or Prometheus metric is removed or changed.
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.2.63Upgrade an existing release:
helm upgrade perf-sentinel oci://ghcr.io/robintra/charts/perf-sentinel --version 0.2.63Full Changelog: chart-v0.2.62...chart-v0.2.63