Skip to content

Commit

Permalink
[stable/locust] update chart readme to remove old repo (#626)
Browse files Browse the repository at this point in the history
Co-authored-by: Max Williams <max-rocket-internet@users.noreply.github.com>
  • Loading branch information
max-rocket-internet and max-rocket-internet authored Nov 7, 2024
1 parent 7eb5025 commit 498555c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions stable/locust/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: locust
version: "0.31.7"
version: "0.31.8"
appVersion: 2.32.1
home: https://github.com/locustio/locust
icon: https://locust.io/static/img/logo.png
Expand All @@ -24,7 +24,7 @@ description: |
And then install the chart passing the names of those configmaps as values:
```console
helm install locust deliveryhero/locust \
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
Expand Down
6 changes: 3 additions & 3 deletions stable/locust/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# locust

![Version: 0.31.7](https://img.shields.io/badge/Version-0.31.7-informational?style=flat-square) ![AppVersion: 2.32.1](https://img.shields.io/badge/AppVersion-2.32.1-informational?style=flat-square)
![Version: 0.31.8](https://img.shields.io/badge/Version-0.31.8-informational?style=flat-square) ![AppVersion: 2.32.1](https://img.shields.io/badge/AppVersion-2.32.1-informational?style=flat-square)

A chart to install Locust, a scalable load testing tool written in Python.

Expand All @@ -18,7 +18,7 @@ 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 deliveryhero/locust \
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
Expand All @@ -37,7 +37,7 @@ helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/locust
To install a specific version of this chart:

```console
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/locust --version 0.31.7
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/locust --version 0.31.8
```

To install the chart with the release name `my-release`:
Expand Down

0 comments on commit 498555c

Please sign in to comment.