What's new in chart-v0.9.4
A chart-only release that advances appVersion to the current daemon release 0.9.4. The chart version and appVersion stay in lockstep at 0.9.4, with no chart template change.
Changed
appVersionadvanced from0.9.3to0.9.4, and theartifacthub.io/imagestag follows toghcr.io/robintra/perf-sentinel:0.9.4. The 0.9.4 daemon adds framework-awaresuggested_fixfor PHP: findings on Laravel/Eloquent and Symfony/Doctrine services instrumented with the native OpenTelemetry PHP libraries carry an idiomatic remediation, and an obfuscated Eloquent or Doctrine N+1 is classified asn_plus_one_sqlunder the defaultautomode. See the v0.9.4 release.
Behavior
- No template change. The rendered manifest set is identical to chart-v0.9.3 apart from the image tag, so an upgrade changes nothing an operator configures.
- The appVersion bump rolls the pod to the 0.9.4 image. An upgrade that keeps the default empty
image.tagresolves the image toghcr.io/robintra/perf-sentinel:0.9.4and reschedules the pod. No/api/*route, OTLP wire shape, configuration key, or Prometheus metric is removed or changed. The daemon changes are additive detection inputs, 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.4Upgrade an existing release:
helm upgrade perf-sentinel oci://ghcr.io/robintra/charts/perf-sentinel --version 0.9.4Full Changelog: chart-v0.9.3...chart-v0.9.4