mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/parse] fix README typo and bumped chart version (#18086)
Signed-off-by: Troy Gaines <troygaines@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
6ef61f68c3
commit
7b7bb4715b
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: parse
|
||||
version: 10.1.0
|
||||
version: 10.1.1
|
||||
appVersion: 3.9.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:
|
||||
|
||||
@@ -216,7 +216,7 @@ $ helm upgrade my-release stable/parse
|
||||
If you use a previous container image (previous to **3.1.2-r14** for Parse or **1.2.0-r69** for Parse Dashboard), disable the `securityContext` by running the command below:
|
||||
|
||||
```
|
||||
$ helm upgrade my-release stable/parse --set server.securityContext.enabled=fase,dashboard.securityContext.enabled=fase,server.image.tag=XXX,dashboard.image.tag=YYY
|
||||
$ helm upgrade my-release stable/parse --set server.securityContext.enabled=false,dashboard.securityContext.enabled=false,server.image.tag=XXX,dashboard.image.tag=YYY
|
||||
```
|
||||
|
||||
### To 3.0.0
|
||||
|
||||
Reference in New Issue
Block a user