StackRadar

locust 0.32.4 Helm chart

helm-charts-nr

Scored 14 Sept 2026

A chart to install Locust, a scalable load testing tool written in Python. This chart will setup everything required to run a full distributed locust environment with any amount of workers. This chart will also create configmaps for storing the locust files in Kubernetes, this way there is no need to build custom docker images. By default it will install using an example locustfile and lib from [stable/locust/locustfiles/example](https://github.com/deliveryhero/helm-charts/tree/master/stable/locust/locustfiles/example). When you want to provide your own locustfile, you will need to create 2 configmaps using the structure from that example: ```console kubectl create configmap my-loadtest-locustfile --from-file path/to/your/main.py kubectl create configmap my-loadtest-lib --from-file path/to/your/lib/ ``` And then install the chart passing the names of those configmaps as values: ```console helm install locust oci://ghcr.io/deliveryhero/helm-charts/locust \ --set loadtest.name=my-loadtest \ --set loadtest.locust_locustfile_configmap=my-loadtest-locustfile \ --set loadtest.locust_lib_configmap=my-loadtest-lib ```

Version 0.32.4 1 year agoapp version 2.32.2 0Artifact Hub

locust 0.32.4 deploys 1 container image: locustio/locust. Across them, 243 findings1 critical, 1 high. The highest contribution is DEBIAN-CVE-2025-6965 in sqlite3 3.40.1-2, fixed in 3.40.1-2+deb12u2.

Radar Score

2,8001147194

243 findings over 1 of 1 images measured

Radar Score is the sum of every finding’s contribution; the colour is the worst finding’s band.

Container images

1 image
ImageTagVulnerabilitiesRadar Score
locustio/locust×22.32.211471942,800

Rendered with the chart’s default values for linux/amd64. Optional subcharts, images set by operator flags and images inside CRD payloads are not seen and are counted as unmeasured.

Critical findings

1 distinct across the version’s images

Critical: findings whose contribution to the Radar Score is 70–100. Show every band

SeverityAdvisoryPackageFixed in
CriticalDEBIAN-CVE-2025-6965sqlite3@3.40.1-23.40.1-2+deb12u2

Indexed versions

VersionPublishedApp versionVulnerabilitiesRadar Score
0.32.4latest1 year ago2.32.211471942,800

The latest version and the previous major, as selected nightly from the repository’s index.

README badge
[![Radar Score](https://charts.stackradar.io/badge/helm-charts-nr/locust.svg)](https://charts.stackradar.io/charts/helm-charts-nr/locust)

Markdown. The badge shows the latest version’s band and Radar Score, refreshed daily.

helm v3.16.4 · syft 1.42.1 · rendered 13 Sept 2026 · scanned 14 Sept 2026 · advisories as of 14 Sept 2026

Corrections: contact@stackradar.io

Catalogue: Artifact Hub · Advisories: OSV · Exploitation: FIRST EPSS, CISA KEV.