Releases: detectify/helm-charts
Releases · detectify/helm-charts
internal-scanning-agent v1.1.0
What's Changed
Added
- Redis persistence with PVC, volumeMounts, and
redis.deploytoggle Recreatedeployment strategy for Redis when persistence is enabled (prevents RWO PVC deadlock)wait-for-redisinit containers on scan-scheduler and scan-manager- PriorityClass for redis and scan-scheduler to protect critical components under resource pressure
Fixed
- Autoscaling config keys not applied to Helm chart
internal-scanning-agent v1.0.0
Installation
helm repo add detectify https://detectify.github.io/helm-charts
helm repo update
helm install scanner detectify/internal-scanning-agent --version 1.0.0What's Changed
Added
- Initial release of Detectify Internal Scanning Helm Chart
- scan-scheduler: API entry point, license validation, job queuing
- scan-manager: Job orchestration, scan-worker pod management
- scan-worker: Ephemeral pods for security scanning
- chrome-controller: Browser instance management
- Redis: Persistent job queue with optional external Redis support
- Horizontal Pod Autoscaling (HPA) for scan-scheduler and scan-manager
- Prometheus metrics and Pushgateway integration
- Configurable resource limits and requests
- Support for Kubernetes 1.24+
Documentation
See the README for full documentation.