mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Use minideb as initContainer to change volumes permissions (#8737)
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
bc14827b62
commit
75c54f9489
@@ -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:
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user