From 20f0525ff5d0774b56472de56b9fa249bf646314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Fri, 25 Jan 2019 15:54:38 +0100 Subject: [PATCH] Increase chart version (#10643) Signed-off-by: Carlos Rodriguez Hernandez --- stable/parse/Chart.yaml | 2 +- stable/parse/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/parse/Chart.yaml b/stable/parse/Chart.yaml index 1610d2c196..23822855f8 100644 --- a/stable/parse/Chart.yaml +++ b/stable/parse/Chart.yaml @@ -1,5 +1,5 @@ name: parse -version: 6.0.1 +version: 6.0.2 appVersion: 3.1.3 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 0377393f52..5694f15055 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 | `server.image.repository` | Parse image name | `bitnami/parse` | | `server.image.tag` | Parse image tag | `{VERSION}` | | `server.image.pullPolicy` | Image pull policy | `Always` if `imageTag` is `latest`, else `IfNotPresent` | -| `server.image.pullSecrets` | Specify image pull secrets | `nil` | +| `server.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `server.securityContext.enabled` | Enable security context for Parse Server | `true` | | `server.securityContext.fsGroup` | Group ID for Parse Server container | `1001` | | `server.securityContext.runAsUser` | User ID for Parse Server container | `1001` | @@ -74,7 +74,7 @@ The following table lists the configurable parameters of the Parse chart and the | `dashboard.securityContext.enabled` | Enable security context for Dashboard | `true` | | `dashboard.securityContext.fsGroup` | Group ID for Dashboard container | `1001` | | `dashboard.securityContext.runAsUser` | User ID for Dashboard container | `1001` | -| `dashboard.image.pullSecrets` | Specify image pull secrets | `nil` | +| `dashboard.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `dashboard.username` | Dashboard username | `user` | | `dashboard.password` | Dashboard user password | `random 10 character alphanumeric string` | | `dashboard.appName` | Dashboard application name | `MyDashboard` |