diff --git a/charts/locust-k8s-operator/Chart.yaml b/charts/locust-k8s-operator/Chart.yaml index d15065f..c4d8da7 100644 --- a/charts/locust-k8s-operator/Chart.yaml +++ b/charts/locust-k8s-operator/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.9.0 +version: 0.9.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.9.0" +appVersion: "0.9.1" diff --git a/charts/locust-k8s-operator/templates/serviceaccount-and-roles.yaml b/charts/locust-k8s-operator/templates/serviceaccount-and-roles.yaml index 645d9a8..f1e10d3 100644 --- a/charts/locust-k8s-operator/templates/serviceaccount-and-roles.yaml +++ b/charts/locust-k8s-operator/templates/serviceaccount-and-roles.yaml @@ -45,6 +45,7 @@ rules: - create - update - delete + - patch --- apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding