diff --git a/stable/locust/Chart.yaml b/stable/locust/Chart.yaml index 35245cdcf1..2e5d9417cf 100644 --- a/stable/locust/Chart.yaml +++ b/stable/locust/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: locust description: A modern load testing framework -version: 1.1.2 +version: 1.1.3 appVersion: 0.9.0 maintainers: - name: haugene diff --git a/stable/locust/templates/master-deploy.yaml b/stable/locust/templates/master-deploy.yaml index 98e2aa6d56..b22269e8dd 100644 --- a/stable/locust/templates/master-deploy.yaml +++ b/stable/locust/templates/master-deploy.yaml @@ -31,7 +31,7 @@ spec: image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" imagePullPolicy: {{ .Values.image.pullPolicy }} resources: -{{ toYaml .Values.worker.resources | indent 10 }} +{{ toYaml .Values.master.resources | indent 10 }} env: {{- range $key, $value := .Values.master.config }} - name: {{ $key | upper | replace "-" "_" }}