What's new in chart-v0.9.1
The first chart release on the realigned version line. From this release the chart version tracks the perf-sentinel application version rather than the earlier independent 0.2.x line, so the chart version and appVersion now move in lockstep, both at 0.9.1. It is a chart-only change that advances appVersion to the current daemon release, with no chart template change.
Changed
- Chart
versionrealigned to track the daemon. It moves from the independent0.2.63to0.9.1, matchingappVersion. From now on the chart version equals the perf-sentinel application version it ships. appVersionadvanced from0.8.14to0.9.1, and theartifacthub.io/imagestag follows toghcr.io/robintra/perf-sentinel:0.9.1. The 0.9.x daemon rebuilds the self-contained HTML dashboard as an application shell and adds alocal_batchconfidence value (0.9.0), then updatesopentelemetry_sdkto 0.32.1 to resolve CVE-2026-48504 (0.9.1). See the v0.9.0 and v0.9.1 releases.
Behavior
- No template change. The rendered manifest set is identical to chart-v0.2.63 apart from the image tag, so an upgrade changes nothing an operator configures.
- The appVersion bump rolls the pod to the 0.9.1 image. An upgrade that keeps the default empty
image.tagresolves the image toghcr.io/robintra/perf-sentinel:0.9.1and reschedules the pod. No/api/*route, OTLP wire shape, configuration key, or Prometheus metric is removed or changed. The daemon-visible additions in this range are the redesigned HTML report and the newlocal_batchconfidence value, both detailed in the linked daemon releases.
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.1Upgrade an existing release:
helm upgrade perf-sentinel oci://ghcr.io/robintra/charts/perf-sentinel --version 0.9.1Full Changelog: chart-v0.2.63...chart-v0.9.1