Synchronize upstreamed folder to b8eb647c4

This commit is contained in:
bitnami-bot
2019-09-02 10:35:11 +00:00
parent ac5d6faa2d
commit 12f4e028ab
7 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: redis
version: 9.1.3
version: 9.1.4
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:

View File

@@ -211,7 +211,7 @@ The following table lists the configurable parameters of the Redis chart and the
| `volumePermissions.enabled` | Enable init container that changes volume permissions in the registry (for cases where the default k8s `runAsUser` and `fsUser` values do not work) | `false` |
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
| `volumePermissions.image.repository` | Init container volume-permissions image name | `bitnami/minideb` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `latest` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `stretch` |
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `Always` |
| `volumePermissions.resources ` | Init container volume-permissions CPU/Memory resource requests/limits | {} |
| `slave.service.type` | Kubernetes Service type (redis slave) | `ClusterIP` |
@@ -288,7 +288,7 @@ The following table lists the configurable parameters of the Redis chart and the
| `sysctlImage.command` | sysctlImage command to execute | [] |
| `sysctlImage.registry` | sysctlImage Init container registry | `docker.io` |
| `sysctlImage.repository` | sysctlImage Init container name | `bitnami/minideb` |
| `sysctlImage.tag` | sysctlImage Init container tag | `latest` |
| `sysctlImage.tag` | sysctlImage Init container tag | `stretch` |
| `sysctlImage.pullPolicy` | sysctlImage Init container pull policy | `Always` |
| `sysctlImage.mountHostSys` | Mount the host `/sys` folder to `/host-sys` | `false` |
| `sysctlImage.resources` | sysctlImage Init container CPU/Memory resource requests/limits | {} |
@@ -403,7 +403,7 @@ sysctlImage:
- /bin/sh
- -c
- |-
install_packages systemd
install_packages procps
sysctl -w net.core.somaxconn=10000
echo never > /host-sys/kernel/mm/transparent_hugepage/enabled
```

View File

@@ -475,7 +475,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/minideb
tag: latest
tag: stretch
pullPolicy: Always
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
@@ -502,7 +502,7 @@ sysctlImage:
command: []
registry: docker.io
repository: bitnami/minideb
tag: latest
tag: stretch
pullPolicy: Always
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.

View File

@@ -476,7 +476,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/minideb
tag: latest
tag: stretch
pullPolicy: Always
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
@@ -503,7 +503,7 @@ sysctlImage:
command: []
registry: docker.io
repository: bitnami/minideb
tag: latest
tag: stretch
pullPolicy: Always
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.

View File

@@ -162,7 +162,7 @@ Return sysctl image
{{- define "redis.sysctl.image" -}}
{{- $registryName := default "docker.io" .Values.sysctlImage.registry -}}
{{- $repositoryName := .Values.sysctlImage.repository -}}
{{- $tag := default "latest" .Values.sysctlImage.tag | toString -}}
{{- $tag := default "stretch" .Values.sysctlImage.tag | toString -}}
{{/*
Helm 2.11 supports the assignment of a value to a variable defined in a different scope,
but Helm 2.9 and 2.10 doesn't support it, so we need to implement this if-else logic.

View File

@@ -498,7 +498,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/minideb
tag: latest
tag: stretch
pullPolicy: Always
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
@@ -528,7 +528,7 @@ sysctlImage:
command: []
registry: docker.io
repository: bitnami/minideb
tag: latest
tag: stretch
pullPolicy: Always
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.

View File

@@ -498,7 +498,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/minideb
tag: latest
tag: stretch
pullPolicy: Always
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
@@ -528,7 +528,7 @@ sysctlImage:
command: []
registry: docker.io
repository: bitnami/minideb
tag: latest
tag: stretch
pullPolicy: Always
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.