File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : locust
3
- version : " 0.31.7 "
3
+ version : " 0.31.8 "
4
4
appVersion : 2.32.1
5
5
home : https://github.com/locustio/locust
6
6
icon : https://locust.io/static/img/logo.png
@@ -24,7 +24,7 @@ description: |
24
24
And then install the chart passing the names of those configmaps as values:
25
25
26
26
```console
27
- helm install locust deliveryhero/locust \
27
+ helm install locust oci://ghcr.io/ deliveryhero/helm-charts /locust \
28
28
--set loadtest.name=my-loadtest \
29
29
--set loadtest.locust_locustfile_configmap=my-loadtest-locustfile \
30
30
--set loadtest.locust_lib_configmap=my-loadtest-lib
Original file line number Diff line number Diff line change 1
1
# locust
2
2
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 )
4
4
5
5
A chart to install Locust, a scalable load testing tool written in Python.
6
6
@@ -18,7 +18,7 @@ kubectl create configmap my-loadtest-lib --from-file path/to/your/lib/
18
18
And then install the chart passing the names of those configmaps as values:
19
19
20
20
``` console
21
- helm install locust deliveryhero/locust \
21
+ helm install locust oci://ghcr.io/ deliveryhero/helm-charts /locust \
22
22
--set loadtest.name=my-loadtest \
23
23
--set loadtest.locust_locustfile_configmap=my-loadtest-locustfile \
24
24
--set loadtest.locust_lib_configmap=my-loadtest-lib
@@ -37,7 +37,7 @@ helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/locust
37
37
To install a specific version of this chart:
38
38
39
39
``` 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
41
41
```
42
42
43
43
To install the chart with the release name ` my-release ` :
You can’t perform that action at this time.
0 commit comments