Skip to content

perf-sentinel chart v0.1.0

Choose a tag to compare

@github-actions github-actions released this 22 Apr 20:09
· 685 commits to main since this release

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.toml with rolling update on content change via checksum/config pod 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 /health endpoint.
  • Extension hooks: extraEnv, extraEnvFrom, extraVolumes, extraVolumeMounts, extraArgs.
  • Values schema (values.schema.json) validating the workload.kind enum and shape of the main keys.