diff --git a/charts/redisoperator/Chart.yaml b/charts/redisoperator/Chart.yaml index 5a6350180..0c4e456a1 100644 --- a/charts/redisoperator/Chart.yaml +++ b/charts/redisoperator/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 description: A Helm chart for the Spotahome Redis Operator name: redisoperator -version: 2.0.0 +version: 2.1.0 diff --git a/charts/redisoperator/templates/deployment.yaml b/charts/redisoperator/templates/deployment.yaml index 200623a50..0ef33eef3 100644 --- a/charts/redisoperator/templates/deployment.yaml +++ b/charts/redisoperator/templates/deployment.yaml @@ -21,7 +21,7 @@ spec: serviceAccountName: {{ include "name" . | quote }} {{- end }} containers: - - name: app + - name: "{{ .Values.containerName }}" image: {{ include "image" . | quote }} imagePullPolicy: {{ .Values.pullPolicy }} resources: diff --git a/charts/redisoperator/values.yaml b/charts/redisoperator/values.yaml index 5d873621d..49a6f9061 100644 --- a/charts/redisoperator/values.yaml +++ b/charts/redisoperator/values.yaml @@ -3,6 +3,7 @@ image: quay.io/spotahome/redis-operator tag: latest pullPolicy: Always team: devops +containerName: redisoperator resources: requests: cpu: 10m