Skip to content

Commit

Permalink
[stable/locust] Update container version (deliveryhero#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellhenke authored Mar 16, 2023
1 parent 74eb1cb commit 92f1966
Show file tree
Hide file tree
Showing 3 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,7 +1,7 @@
apiVersion: v1
name: locust
version: "0.31.1"
appVersion: 2.13.1
version: "0.31.2"
appVersion: 2.15.1
home: https://github.com/locustio/locust
icon: https://locust.io/static/img/logo.png
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions stable/locust/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# locust

![Version: 0.31.1](https://img.shields.io/badge/Version-0.31.1-informational?style=flat-square) ![AppVersion: 2.13.1](https://img.shields.io/badge/AppVersion-2.13.1-informational?style=flat-square)
![Version: 0.31.2](https://img.shields.io/badge/Version-0.31.2-informational?style=flat-square) ![AppVersion: 2.15.1](https://img.shields.io/badge/AppVersion-2.15.1-informational?style=flat-square)

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

Expand Down Expand Up @@ -68,7 +68,7 @@ helm install my-release deliveryhero/locust -f values.yaml
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"locustio/locust"` | |
| image.tag | string | `"2.13.1"` | |
| image.tag | string | `"2.15.1"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | |
Expand Down
2 changes: 1 addition & 1 deletion stable/locust/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ loadtest:

image:
repository: locustio/locust
tag: 2.13.1
tag: 2.15.1
pullPolicy: IfNotPresent

service:
Expand Down

0 comments on commit 92f1966

Please sign in to comment.