diff --git a/stable/redis-ha/Chart.yaml b/stable/redis-ha/Chart.yaml index 6f983e1689..df3adadd2d 100644 --- a/stable/redis-ha/Chart.yaml +++ b/stable/redis-ha/Chart.yaml @@ -5,7 +5,7 @@ keywords: - redis - keyvalue - database -version: 3.3.3 +version: 3.3.4 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/README.md b/stable/redis-ha/README.md index c367409740..1a60ef846b 100644 --- a/stable/redis-ha/README.md +++ b/stable/redis-ha/README.md @@ -81,6 +81,7 @@ The following table lists the configurable parameters of the Redis chart and the | `exporter.tag` | Exporter tag | `v0.31.0` | | `exporter.annotations` | Prometheus scrape annotations | `{prometheus.io/path: /metrics, prometheus.io/port: "9121", prometheus.io/scrape: "true"}` | | `exporter.extraArgs` | Additional args for the exporter | `{}` | +| `podDisruptionBudget` | Pod Disruption Budget rules | `{}` | | `hostPath.path` | Use this path on the host for data storage | not set | | `hostPath.chown` | Run an init-container as root to set ownership on the hostPath | true |