diff --git a/stable/redis-ha/Chart.yaml b/stable/redis-ha/Chart.yaml index e4735e420b..331e6b4025 100644 --- a/stable/redis-ha/Chart.yaml +++ b/stable/redis-ha/Chart.yaml @@ -6,7 +6,7 @@ keywords: - redis - keyvalue - database -version: 3.7.7 +version: 3.7.8 appVersion: 5.0.5 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/ci/haproxy-enabled-values.yaml b/stable/redis-ha/ci/haproxy-enabled-values.yaml index f0a487c4d1..21e9152cba 100644 --- a/stable/redis-ha/ci/haproxy-enabled-values.yaml +++ b/stable/redis-ha/ci/haproxy-enabled-values.yaml @@ -2,6 +2,8 @@ ## Enable HAProxy to manage Load Balancing haproxy: enabled: true + annotations: + any.domain/key: "value" serviceAccount: create: true exporter: diff --git a/stable/redis-ha/templates/redis-haproxy-deployment.yaml b/stable/redis-ha/templates/redis-haproxy-deployment.yaml index e071229358..81b0549467 100644 --- a/stable/redis-ha/templates/redis-haproxy-deployment.yaml +++ b/stable/redis-ha/templates/redis-haproxy-deployment.yaml @@ -26,7 +26,7 @@ spec: prometheus.io/scrape: "true" checksum/config: {{ include (print $.Template.BasePath "/redis-ha-configmap.yaml") . | sha256sum }} {{- if .Values.haproxy.annotations }} -{{ toYaml .Values.haproxy.annotations . | indent 8 }} +{{ toYaml .Values.haproxy.annotations | indent 8 }} {{- end }} spec: # Needed when using unmodified rbac-setup.yml