Helm
Connect Helm to the Pagerly SRE Agent to check release history and deploy status.
Last updated
Connect Helm to the Pagerly SRE Agent to check release history and deploy status.
List all Helm releases across the cluster β chart name, version, status, namespace
Get revision history β when each version was deployed and its status
Helm stores release metadata as Kubernetes Secrets (labeled owner=helm). The agent queries these secrets to reconstruct your release history β no Helm binary needed.
Uses your existing Kubernetes credentials
Provide the same K8s API URL and service account token used for your Kubernetes integration
The service account needs get and list permissions on Secrets with label owner=helm
Service Account Token
K8s service account token
eyJhbGciOiJSUzI1NiIs...
Kubernetes API URL
Same K8s API URL as your K8s integration
https://kubernetes.example.com:6443
"Our Helm releases are in the production namespace. Main charts: api, worker, cron."
Last updated