From a2feef9e623a285a10c3680fe0d1962d31fa1f23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20J=2E=20Salmer=C3=B3n-Garc=C3=ADa?= Date: Fri, 18 Oct 2019 10:24:16 +0200 Subject: [PATCH] [stable/redis] Update prerequisites (#18026) * [stable/redis] Update prerequisites Signed-off-by: Javier J. Salmeron Garcia * Rebump chart Signed-off-by: Javier J. Salmeron Garcia --- stable/redis/Chart.yaml | 2 +- stable/redis/README.md | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/stable/redis/Chart.yaml b/stable/redis/Chart.yaml index 1b1de21af3..a6dfcd861c 100644 --- a/stable/redis/Chart.yaml +++ b/stable/redis/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: redis -version: 9.3.1 +version: 9.3.2 appVersion: 5.0.5 description: Open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. keywords: diff --git a/stable/redis/README.md b/stable/redis/README.md index f44cd39db5..f7aa40b58b 100644 --- a/stable/redis/README.md +++ b/stable/redis/README.md @@ -23,7 +23,8 @@ Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment ## Prerequisites -- Kubernetes 1.8+ +- Kubernetes 1.12+ +- Helm 2.11+ or Helm 3.0-beta3+ - PV provisioner support in the underlying infrastructure ## Installing the Chart @@ -137,7 +138,7 @@ The following table lists the configurable parameters of the Redis chart and the | `cluster.enabled` | Use master-slave topology | `true` | | `cluster.slaveCount` | Number of slaves | `1` | | `existingSecret` | Name of existing secret object (for password authentication) | `nil` | -| `existingSecretPasswordKey` | Name of key containing password to be retrieved from the existing secret | `nil` | +| `existingSecretPasswordKey` | Name of key containing password to be retrieved from the existing secret | `nil` | | `usePassword` | Use password | `true` | | `usePasswordFile` | Mount passwords as files instead of environment variables | `false` | | `password` | Redis password (ignored if existingSecret set) | Randomly generated | @@ -423,7 +424,7 @@ securityContext: value: "10000" ``` -Note that this will not disable transparent huge tables. +Note that this will not disable transparent huge tables. ## Cluster topologies