What's new in chart-v0.9.2
A chart-only release that advances appVersion to the current daemon release 0.9.2. The chart version and appVersion stay in lockstep at 0.9.2, with no chart template change.
Changed
appVersionadvanced from0.9.1to0.9.2, and theartifacthub.io/imagestag follows toghcr.io/robintra/perf-sentinel:0.9.2. The 0.9.2 daemon adds Ruby and Active Record suggested-fix coverage, drops non-SQL datastore spans (Redis, MongoDB and similar) at ingestion under a dedicatednon_sql_datastoreOTLP filter reason, tokenizes MySQL backtick identifiers, and stops embedding the rawdb.statementin the self-contained HTML report. See the v0.9.2 release.
Behavior
- No template change. The rendered manifest set is identical to chart-v0.9.1 apart from the image tag, so an upgrade changes nothing an operator configures.
- The appVersion bump rolls the pod to the 0.9.2 image. An upgrade that keeps the default empty
image.tagresolves the image toghcr.io/robintra/perf-sentinel:0.9.2and reschedules the pod. No/api/*route, OTLP wire shape, or configuration key is removed or changed.perf_sentinel_otlp_spans_filtered_totalgains anon_sql_datastorevalue on itsreasonlabel, an additive change detailed in the linked daemon release.
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.2Upgrade an existing release:
helm upgrade perf-sentinel oci://ghcr.io/robintra/charts/perf-sentinel --version 0.9.2Full Changelog: chart-v0.9.1...chart-v0.9.2