Skip to content

Commit f156e61

Browse files
[stable/locust] update chart readme to remove old repo
1 parent 7eb5025 commit f156e61

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

stable/locust/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: locust
3-
version: "0.31.7"
3+
version: "0.31.8"
44
appVersion: 2.32.1
55
home: https://github.com/locustio/locust
66
icon: https://locust.io/static/img/logo.png
@@ -24,7 +24,7 @@ description: |
2424
And then install the chart passing the names of those configmaps as values:
2525
2626
```console
27-
helm install locust deliveryhero/locust \
27+
helm install locust oci://ghcr.io/deliveryhero/helm-charts/locust \
2828
--set loadtest.name=my-loadtest \
2929
--set loadtest.locust_locustfile_configmap=my-loadtest-locustfile \
3030
--set loadtest.locust_lib_configmap=my-loadtest-lib

stable/locust/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# locust
22

3-
![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)
3+
![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)
44

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

@@ -18,7 +18,7 @@ kubectl create configmap my-loadtest-lib --from-file path/to/your/lib/
1818
And then install the chart passing the names of those configmaps as values:
1919

2020
```console
21-
helm install locust deliveryhero/locust \
21+
helm install locust oci://ghcr.io/deliveryhero/helm-charts/locust \
2222
--set loadtest.name=my-loadtest \
2323
--set loadtest.locust_locustfile_configmap=my-loadtest-locustfile \
2424
--set loadtest.locust_lib_configmap=my-loadtest-lib
@@ -37,7 +37,7 @@ helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/locust
3737
To install a specific version of this chart:
3838

3939
```console
40-
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/locust --version 0.31.7
40+
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/locust --version 0.31.8
4141
```
4242

4343
To install the chart with the release name `my-release`:

0 commit comments

Comments
 (0)