diff --git a/stable/redis-ha/Chart.yaml b/stable/redis-ha/Chart.yaml index d07a8f73fa..179ab774f4 100644 --- a/stable/redis-ha/Chart.yaml +++ b/stable/redis-ha/Chart.yaml @@ -5,7 +5,7 @@ keywords: - redis - keyvalue - database -version: 3.1.5 +version: 3.1.6 appVersion: 5.0.3 description: Highly available Kubernetes implementation of Redis icon: https://upload.wikimedia.org/wikipedia/en/thumb/6/6b/Redis_Logo.svg/1200px-Redis_Logo.svg.png diff --git a/stable/redis-ha/templates/redis-ha-statefulset.yaml b/stable/redis-ha/templates/redis-ha-statefulset.yaml index 3eb1547aeb..1fc9062e72 100644 --- a/stable/redis-ha/templates/redis-ha-statefulset.yaml +++ b/stable/redis-ha/templates/redis-ha-statefulset.yaml @@ -187,7 +187,7 @@ spec: timeoutSeconds: 1 periodSeconds: 15 resources: - {{ toYaml .Values.exporter.resources | indent 10 }} +{{ toYaml .Values.exporter.resources | indent 10 }} ports: - name: exporter-port containerPort: {{ .Values.exporter.port }}