From 12f4e028abc227b87f6530da7bc80463a5f873b3 Mon Sep 17 00:00:00 2001 From: bitnami-bot Date: Mon, 2 Sep 2019 10:35:11 +0000 Subject: [PATCH] Synchronize upstreamed folder to b8eb647c4 --- upstreamed/redis/Chart.yaml | 2 +- upstreamed/redis/README.md | 6 +++--- upstreamed/redis/ci/production-sentinel-values.yaml | 4 ++-- upstreamed/redis/ci/production-values.yaml | 4 ++-- upstreamed/redis/templates/_helpers.tpl | 2 +- upstreamed/redis/values-production.yaml | 4 ++-- upstreamed/redis/values.yaml | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/upstreamed/redis/Chart.yaml b/upstreamed/redis/Chart.yaml index 14c3f7c1b4..e00cba7f12 100644 --- a/upstreamed/redis/Chart.yaml +++ b/upstreamed/redis/Chart.yaml @@ -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: diff --git a/upstreamed/redis/README.md b/upstreamed/redis/README.md index 97ff61af39..0044cef8b7 100644 --- a/upstreamed/redis/README.md +++ b/upstreamed/redis/README.md @@ -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 ``` diff --git a/upstreamed/redis/ci/production-sentinel-values.yaml b/upstreamed/redis/ci/production-sentinel-values.yaml index cd14a4e22e..9925c0c5d9 100644 --- a/upstreamed/redis/ci/production-sentinel-values.yaml +++ b/upstreamed/redis/ci/production-sentinel-values.yaml @@ -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. diff --git a/upstreamed/redis/ci/production-values.yaml b/upstreamed/redis/ci/production-values.yaml index 34abab38b9..cd6ed864c9 100644 --- a/upstreamed/redis/ci/production-values.yaml +++ b/upstreamed/redis/ci/production-values.yaml @@ -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. diff --git a/upstreamed/redis/templates/_helpers.tpl b/upstreamed/redis/templates/_helpers.tpl index c4e99cdfba..981e074a37 100644 --- a/upstreamed/redis/templates/_helpers.tpl +++ b/upstreamed/redis/templates/_helpers.tpl @@ -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. diff --git a/upstreamed/redis/values-production.yaml b/upstreamed/redis/values-production.yaml index fcddf3b4bd..c0094cbb8b 100644 --- a/upstreamed/redis/values-production.yaml +++ b/upstreamed/redis/values-production.yaml @@ -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. diff --git a/upstreamed/redis/values.yaml b/upstreamed/redis/values.yaml index 608ca23355..83ff4dc05b 100644 --- a/upstreamed/redis/values.yaml +++ b/upstreamed/redis/values.yaml @@ -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.