Initial release of the perf-sentinel Helm chart.
Added
- Helm chart deployable as Deployment (default), DaemonSet or StatefulSet via
workload.kind. - ConfigMap-backed
.perf-sentinel.tomlwith rolling update on content change viachecksum/configpod annotation. - ClusterIP Service exposing OTLP gRPC (4317) and OTLP HTTP (4318).
- Optional ServiceMonitor for Prometheus Operator users (
serviceMonitor.enabled). - Optional NetworkPolicy (
networkPolicy.enabled), fail-closed by default when enabled. - Liveness and readiness probes wired to the lock-free
/healthendpoint. - Extension hooks:
extraEnv,extraEnvFrom,extraVolumes,extraVolumeMounts,extraArgs. - Values schema (
values.schema.json) validating theworkload.kindenum and shape of the main keys.