From 5aeb4e8e66b72ab000c8e447307fbcbf6000b692 Mon Sep 17 00:00:00 2001 From: bery Date: Sat, 28 Dec 2019 00:35:38 +0100 Subject: [PATCH] Update README.md (#19763) bump chart version Signed-off-by: David J. M. Karlsen --- stable/redis-ha/Chart.yaml | 2 +- stable/redis-ha/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/redis-ha/Chart.yaml b/stable/redis-ha/Chart.yaml index 5d7432b785..369e01edcf 100644 --- a/stable/redis-ha/Chart.yaml +++ b/stable/redis-ha/Chart.yaml @@ -6,7 +6,7 @@ keywords: - redis - keyvalue - database -version: 4.3.0 +version: 4.3.1 appVersion: 5.0.6 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/README.md b/stable/redis-ha/README.md index 286d06a7b6..04cf649a82 100644 --- a/stable/redis-ha/README.md +++ b/stable/redis-ha/README.md @@ -27,7 +27,7 @@ Please note that there have been a number of changes simplifying the redis manag ### Upgrading the chart from 3.x to 4.x -Starting from version `4.x` HAProxy sidecar prometheus-exporter removed and replaced by by the embedded [HAProxy metrics endpoint](https://github.com/haproxy/haproxy/tree/master/contrib/prometheus-exporter), as a result when upgrading from version 3.x to 4.x section `haproxy.exporter` should be removed and the `haproxy.metrics` need to be configured for fit your needs. +Starting from version `4.x` HAProxy sidecar prometheus-exporter removed and replaced by the embedded [HAProxy metrics endpoint](https://github.com/haproxy/haproxy/tree/master/contrib/prometheus-exporter), as a result when upgrading from version 3.x to 4.x section `haproxy.exporter` should be removed and the `haproxy.metrics` need to be configured for fit your needs. ## Installing the Chart