Use minideb as initContainer to change volumes permissions (#8737)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
This commit is contained in:
Carlos Rodríguez Hernández
2018-10-25 06:13:19 -07:00
committed by k8s-ci-robot
parent bc14827b62
commit 75c54f9489
4 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: redis
version: 4.2.4
version: 4.2.5
appVersion: 4.0.11
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:
+2 -2
View File
@@ -150,8 +150,8 @@ The following table lists the configurable parameters of the Redis chart and the
| `master.readinessProbe.successThreshold` | Minimum consecutive successes for the probe to be considered successful after having failed (redis master pod) | `1` |
| `master.readinessProbe.failureThreshold` | Minimum consecutive failures for the probe to be considered failed after having succeeded. | `5` |
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
| `volumePermissions.image.repository` | Init container volume-permissions image name | `alpine` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `3.8` |
| `volumePermissions.image.repository` | Init container volume-permissions image name | `bitnami/minideb` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `latest` |
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` |
| `slave.serviceType` | Kubernetes Service type (redis slave) | `LoadBalancer` |
| `slave.service.nodePort` | Kubernetes Service nodePort (redis slave) | `nil` |
+1 -2
View File
@@ -327,11 +327,10 @@ metrics:
## Init containers parameters:
## volumePermissions: Change the owner of the persist volume mountpoint to RunAsUser:fsGroup
##
volumePermissions:
image:
registry: docker.io
repository: busybox
repository: bitnami/minideb
tag: latest
pullPolicy: IfNotPresent
+1 -2
View File
@@ -342,11 +342,10 @@ metrics:
## Init containers parameters:
## volumePermissions: Change the owner of the persist volume mountpoint to RunAsUser:fsGroup
##
volumePermissions:
image:
registry: docker.io
repository: busybox
repository: bitnami/minideb
tag: latest
pullPolicy: IfNotPresent