From 2053ca44331b54888f4189cd210994ac1c8dda9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Mon, 10 Feb 2020 13:17:53 +0100 Subject: [PATCH] [stable/parse] Replace stretch by buster in minideb secondary containers (#20637) Signed-off-by: Carlos Rodriguez Hernandez --- stable/parse/Chart.yaml | 2 +- stable/parse/README.md | 2 +- stable/parse/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/parse/Chart.yaml b/stable/parse/Chart.yaml index d9131cee8c..6394757eb0 100644 --- a/stable/parse/Chart.yaml +++ b/stable/parse/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: parse -version: 10.3.3 +version: 10.3.4 appVersion: 3.10.0 description: Parse is a platform that enables users to add a scalable and powerful backend to launch a full-featured app for iOS, Android, JavaScript, Windows, Unity, and more. keywords: diff --git a/stable/parse/README.md b/stable/parse/README.md index d703b23e66..fd223ed2e5 100644 --- a/stable/parse/README.md +++ b/stable/parse/README.md @@ -57,7 +57,7 @@ The following table lists the configurable parameters of the Parse chart and the | `volumePermissions.enabled` | Enable init container that changes volume permissions in the data directory (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 | `stretch` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag | `buster` | | `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `Always` | | `volumePermissions.resources` | Init container resource requests/limit | `nil` | | `service.type` | Kubernetes Service type | `LoadBalancer` | diff --git a/stable/parse/values.yaml b/stable/parse/values.yaml index 60e0245257..050018769f 100644 --- a/stable/parse/values.yaml +++ b/stable/parse/values.yaml @@ -24,7 +24,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/minideb - tag: stretch + tag: buster pullPolicy: Always ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.