mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Increase chart version (#10643)
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
74a7b1728b
commit
20f0525ff5
@@ -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:
|
||||
|
||||
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user