What's new in chart-v0.2.54
This is a metadata-only chart bump: appVersion advances from 0.8.8 to 0.8.9, the default image.tag now resolves to ghcr.io/robintra/perf-sentinel:0.8.9, and the artifacthub.io/images annotation is updated to keep the Artifact Hub display card in lockstep. No chart-level template diff, no values.yaml schema change, no new RBAC, no new optional ConfigMap or Secret, no .perf-sentinel.toml review required to upgrade. The chart-v0.2.53 surface is preserved byte-for-byte.
The 0.8.9 daemon image is a CLI-only change. perf-sentinel demo now marks its quality-gate verdict as informational, so a first-run user does not mistake the demo's Quality gate: FAILED line for an error, and the install docs recommend cargo install perf-sentinel --locked. There is no daemon-side change at all, no new endpoint, no metric, no wire-format change, and no configuration change. Full release notes for the daemon at v0.8.9. None of this touches a chart-level template, a daemon HTTP route, or the OTLP listener wire format.
Changed
appVersionbumped from0.8.8to0.8.9, defaultimage.tagnow resolves toghcr.io/robintra/perf-sentinel:0.8.9.artifacthub.io/imagesannotation updated toghcr.io/robintra/perf-sentinel:0.8.9. Runtime image selection is unaffected (templates already resolve to.Chart.AppVersionwhenvalues.yamlimage.tagis empty).- No chart-level config change.
values.yaml, every template, theServiceMonitorrendering, theNetworkPolicyrendering, the optional[daemon.ack]and[daemon.cors]plumbing, and theack-toml-baselinemount are byte-for-byte identical to chart-v0.2.53.
Behavior
- Daemon binary side: no runtime change. The 0.8.9 image only annotates the
democommand's console output and updates documentation. It serves the same/api/*routes, the same OTLP HTTP and gRPC routes, the same detection findings, the same Prometheus series, and the same daemon HTTP shapes as the 0.8.8 image.query monitorand every existing surface are unchanged. - No daemon runtime change at the chart surface. No upgrade hook, no on-disk migration, the runtime ack store JSONL schema is unchanged and existing acks survive the upgrade.
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.54Upgrade an existing release:
helm upgrade perf-sentinel oci://ghcr.io/robintra/charts/perf-sentinel --version 0.2.54Full Changelog: chart-v0.2.53...chart-v0.2.54